X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/common.lib/Makefile diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile deleted file mode 100644 index 3e52ad8d..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 = stgcommon -PROG = lib$(LIB_NAME) - -SRCS = common.cpp \ - strptime.cpp - -INCS = common.h - -ifneq ($(OS),linux) -LIBS += -liconv -endif - -include ../Makefile.in