]> git.stg.codes - stg.git/blob - libs/common/Makefile
Restructure libs.
[stg.git] / libs / common / 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        blockio.cpp
12
13 INCS = common.h \
14        blockio.h
15
16 LIBS += $(LIBICONV)
17
18 include ../Makefile.in