implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / cord / cord.am
diff --git a/gc-7.2/cord/cord.am b/gc-7.2/cord/cord.am
new file mode 100644 (file)
index 0000000..f6a3982
--- /dev/null
@@ -0,0 +1,19 @@
+
+lib_LTLIBRARIES += libcord.la
+
+libcord_la_LIBADD = $(top_builddir)/libgc.la
+libcord_la_LDFLAGS = -version-info 1:3:0 -no-undefined
+
+libcord_la_SOURCES = \
+       cord/cordbscs.c                         \
+       cord/cordprnt.c                         \
+       cord/cordtest.c                         \
+       cord/cordxtra.c                         
+
+
+EXTRA_DIST += \
+       cord/cordbscs.c cord/cordtest.c cord/de.c \
+       cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h \
+       cord/de_win.h cord/de_win.c cord/de_win.RC cord/de_win.ICO
+
+pkginclude_HEADERS += include/cord.h