X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/common.lib/Makefile diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile deleted file mode 100644 index d1c816b6..00000000 --- a/stglibs/common.lib/Makefile +++ /dev/null @@ -1,23 +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 = debug.c \ - stg_error.c \ - common.cpp \ - stg_strptime.cpp - -INCS = debug.h \ - stg_error.h \ - common.h - -ifneq ($(OS),linux) -LIBS += -liconv -endif - -include ../Makefile.in