]> git.stg.codes - stg.git/blob - stglibs/ia.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / ia.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.11 2010/08/18 07:47:03 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stgia
6 PROG = lib$(LIB_NAME)
7
8 SRCS = ia.cpp
9
10 INCS = ia.h
11
12 STGLIBS = -lstgcommon \
13           -lstgcrypto
14 LIBS = $(LIB_THREAD)
15
16 include ../Makefile.in