]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / common.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $
3 ###############################################################################
4
5 include ../../Makefile.conf
6
7 LIB_NAME = stgcommon
8 PROG = lib$(LIB_NAME)
9
10 SRCS = common.cpp \
11         strptime.cpp
12
13 INCS = common.h
14
15 ifneq ($(OS),linux)
16 LIBS += -liconv
17 endif
18
19 include ../Makefile.in