From 7fea7d13f771fbf81d04365717edc5fbddb1b880 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 11 Nov 2010 15:14:07 -0500 Subject: cmph: Add automake rules --- Makefile-cmph.am | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 1 + 2 files changed, 68 insertions(+) create mode 100644 Makefile-cmph.am 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 diff --git a/Makefile.am b/Makefile.am index edffff6b..de8bab33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ noinst_PROGRAMS = $(GTESTER_PROGS) include common.mk include Makefile.introspection +include Makefile-cmph.am include Makefile-girepository.am include Makefile-giscanner.am include Makefile-examples.am -- cgit v1.2.1