]> git.stg.codes - stg.git/blob - stglibs/ia.lib/Makefile
PROG variavle removed from library's Makefiles
[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
7 SRCS = ia.cpp
8
9 INCS = ia.h
10
11 STGLIBS = -lstgcommon \
12           -lstgcrypto
13 LIBS = $(LIB_THREAD)
14
15 include ../Makefile.in