diff options
author | Colin Walters <walters@verbum.org> | 2010-11-11 15:14:07 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-12-03 16:03:32 -0500 |
commit | 0b00fb76e3de40010b69ca64ab5fa5bf039e7478 (patch) | |
tree | aa541521319384a38f6491cd0d1f2687f9710184 /Makefile-cmph.am | |
parent | f833e1b287d9ee1a3bc1c19257fb15dbf4a9ba0b (diff) | |
download | gobject-introspection-0b00fb76e3de40010b69ca64ab5fa5bf039e7478.tar.gz |
cmph: Add automake rules
Diffstat (limited to 'Makefile-cmph.am')
-rw-r--r-- | Makefile-cmph.am | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Makefile-cmph.am b/Makefile-cmph.am new file mode 100644 index 00000000..31db667b --- /dev/null +++ b/Makefile-cmph.am @@ -0,0 +1,67 @@ +noinst_LTLIBRARIES += libcmph.la + +libcmph_la_CPPFLAGS = -Icmph $(GLIB_CFLAGS) +libcmph_la_LIBADD = $(GLIB_LIBS) + +libcmph_la_SOURCES = \ + girepository/cmph/bdz.c \ + girepository/cmph/bdz.h \ + girepository/cmph/bdz_ph.c \ + girepository/cmph/bdz_ph.h \ + girepository/cmph/bdz_structs.h \ + girepository/cmph/bdz_structs_ph.h \ + girepository/cmph/bitbool.h \ + girepository/cmph/bmz8.c \ + girepository/cmph/bmz8.h \ + girepository/cmph/bmz8_structs.h \ + girepository/cmph/bmz.c \ + girepository/cmph/bmz.h \ + girepository/cmph/bmz_structs.h \ + girepository/cmph/brz.c \ + girepository/cmph/brz.h \ + girepository/cmph/brz_structs.h \ + girepository/cmph/buffer_entry.c \ + girepository/cmph/buffer_entry.h \ + girepository/cmph/buffer_manager.c \ + girepository/cmph/buffer_manager.h \ + girepository/cmph/chd.c \ + girepository/cmph/chd.h \ + girepository/cmph/chd_ph.c \ + girepository/cmph/chd_ph.h \ + girepository/cmph/chd_structs.h \ + girepository/cmph/chd_structs_ph.h \ + girepository/cmph/chm.c \ + girepository/cmph/chm.h \ + girepository/cmph/chm_structs.h \ + girepository/cmph/cmph.c \ + girepository/cmph/cmph.h \ + girepository/cmph/cmph_structs.c \ + girepository/cmph/cmph_structs.h \ + girepository/cmph/cmph_time.h \ + girepository/cmph/cmph_types.h \ + girepository/cmph/compressed_rank.c \ + girepository/cmph/compressed_rank.h \ + girepository/cmph/compressed_seq.c \ + girepository/cmph/compressed_seq.h \ + girepository/cmph/debug.h \ + girepository/cmph/fch_buckets.c \ + girepository/cmph/fch_buckets.h \ + girepository/cmph/fch.c \ + girepository/cmph/fch.h \ + girepository/cmph/fch_structs.h \ + girepository/cmph/graph.c \ + girepository/cmph/graph.h \ + girepository/cmph/hash.c \ + girepository/cmph/hash.h \ + girepository/cmph/hash_state.h \ + girepository/cmph/jenkins_hash.c \ + girepository/cmph/jenkins_hash.h \ + girepository/cmph/miller_rabin.c \ + girepository/cmph/miller_rabin.h \ + girepository/cmph/select.c \ + girepository/cmph/select.h \ + girepository/cmph/select_lookup_tables.h \ + girepository/cmph/vqueue.c \ + girepository/cmph/vqueue.h \ + girepository/cmph/vstack.c \ + girepository/cmph/vstack.h |