X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/common/Makefile diff --git a/libs/common/Makefile b/libs/common/Makefile new file mode 100644 index 00000000..932e2709 --- /dev/null +++ b/libs/common/Makefile @@ -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