[gobject-introspection] cmph: Add automake rules
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] cmph: Add automake rules
- Date: Fri, 3 Dec 2010 21:02:43 +0000 (UTC)
commit 0b00fb76e3de40010b69ca64ab5fa5bf039e7478
Author: Colin Walters <walters verbum org>
Date: Thu Nov 11 15:14:07 2010 -0500
cmph: Add automake rules
Makefile-cmph.am | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.am | 1 +
2 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-cmph.am b/Makefile-cmph.am
new file mode 100644
index 0000000..31db667
--- /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 edffff6..de8bab3 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]