]> git.stg.codes - stg.git/blobdiff - libs/dotconfpp/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / dotconfpp / Makefile
diff --git a/libs/dotconfpp/Makefile b/libs/dotconfpp/Makefile
new file mode 100644 (file)
index 0000000..52c4483
--- /dev/null
@@ -0,0 +1,12 @@
+###############################################################################
+# $Id: Makefile,v 1.3 2007/05/08 14:29:19 faust Exp $
+###############################################################################
+
+LIB_NAME = stgdotconfpp
+
+SRCS = dotconfpp.cpp \
+       mempool.cpp
+
+INCS = dotconfpp.h
+
+include ../Makefile.in