]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
Добавление исходников
[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 = stg_common
8 PROG = lib$(LIB_NAME)
9
10 SRCS = debug.c \
11         stg_error.c \
12         common.cpp \
13         stg_strptime.cpp
14
15 INCS = debug.h \
16         stg_error.h \
17         common.h
18
19 ifneq ($(OS),linux)
20 LIBS += -liconv
21 endif
22
23 include ../Makefile.in