]> git.stg.codes - stg.git/blob - stglibs/pinger.lib/Makefile
f0aac6d34f1c7a27665d176f6724c56ecd2dd9e1
[stg.git] / stglibs / pinger.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stgpinger
6
7 SRCS = pinger.cpp
8
9 INCS = pinger.h
10
11 LIBS = $(LIB_THREAD)
12
13 include ../Makefile.in
14
15 test: all
16         g++ -c test.cpp
17         g++ -o test test.o ./libstgpinger.a -lpthread