]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
0ef14dea0a8af4f700317e1a2d0dad97b69972a8
[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
9 SRCS = common.cpp \
10         strptime.cpp
11
12 INCS = common.h
13
14 ifneq ($(OS),linux)
15 LIBS += -liconv
16 endif
17
18 include ../Makefile.in