]> git.stg.codes - stg.git/blobdiff - libs/common/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / common / Makefile
diff --git a/libs/common/Makefile b/libs/common/Makefile
new file mode 100644 (file)
index 0000000..932e270
--- /dev/null
@@ -0,0 +1,18 @@
+###############################################################################
+# $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $
+###############################################################################
+
+include ../../Makefile.conf
+
+LIB_NAME = stgcommon
+
+SRCS = common.cpp \
+       strptime.cpp \
+       blockio.cpp
+
+INCS = common.h \
+       blockio.h
+
+LIBS += $(LIBICONV)
+
+include ../Makefile.in