initial import; functional but not finished
[allocwithin] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..d1f570a
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+
+ACLOCAL_AMFLAGS = -I m4
+AM_CFLAGS = -Wall -Wextra
+
+bin_PROGRAMS    = 
+lib_LTLIBRARIES = liballocwithin.la
+include_HEADERS = allocwithin.h
+check_PROGRAMS  = allocwithin_test
+TESTS           = allocwithin_test
+EXTRA_DIST      =
+CLEANFILES      =
+
+# liballocwithin_la_HEADERS = allocwithin.h
+liballocwithin_la_SOURCES = allocwithin.c
+liballocwithin_la_LDFLAGS = -version-info 0:0:0
+
+allocwithin_test_SOURCES = allocwithin.c
+allocwithin_test_CPPFLAGS = -DTEST $(AM_CPPFLAGS)