X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5ccaabc825f5951d8328fe4c325d131feb7c2208..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/common.lib/Makefile diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile deleted file mode 100644 index eb0959b7..00000000 --- a/stglibs/common.lib/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $ -############################################################################### - -include ../../Makefile.conf - -LIB_NAME = stg_common -PROG = lib$(LIB_NAME) - -SRCS = common.cpp \ - stg_strptime.cpp - -INCS = common.h - -ifneq ($(OS),linux) -LIBS += -liconv -endif - -include ../Makefile.in