summaryrefslogtreecommitdiff
path: root/Makefile-cmph.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-11 15:14:07 -0500
committerColin Walters <walters@verbum.org>2010-12-02 12:49:47 -0500
commit37fc6ebf24cc0d85de943c4a35840dffebd9ac79 (patch)
tree53eff981dee2c8d2b288a778046eb16fb4303678 /Makefile-cmph.am
parent729f6a120e9880175247f7b51cb6548f825df81b (diff)
downloadgobject-introspection-37fc6ebf24cc0d85de943c4a35840dffebd9ac79.tar.gz
cmph: Add automake rules
Diffstat (limited to 'Makefile-cmph.am')
-rw-r--r--Makefile-cmph.am67
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