X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06186a8866478b05d56179dc2c5a3c4b3fd3a8f4..aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd:/libs/common/Makefile diff --git a/libs/common/Makefile b/libs/common/Makefile deleted file mode 100644 index 932e2709..00000000 --- a/libs/common/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# $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