X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/pinger/Makefile diff --git a/libs/pinger/Makefile b/libs/pinger/Makefile new file mode 100644 index 00000000..803f7ac4 --- /dev/null +++ b/libs/pinger/Makefile @@ -0,0 +1,19 @@ +############################################################################### +# $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $ +############################################################################### + +LIB_NAME = stgpinger + +SRCS = pinger.cpp + +INCS = pinger.h + +LIBS = $(LIB_THREAD) + +LIB_INCS = -I ../common.lib/include + +include ../Makefile.in + +test: all + g++ -c test.cpp + g++ -o test test.o ./libstgpinger.a -lpthread