]> git.stg.codes - stg.git/blob - libs/pinger/Makefile
Restructure libs.
[stg.git] / libs / pinger / 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 LIB_INCS = -I ../common.lib/include
14
15 include ../Makefile.in
16
17 test: all
18         g++ -c test.cpp
19         g++ -o test test.o ./libstgpinger.a -lpthread