############################################################################### # $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $ ############################################################################### LIB_NAME = stg_pinger PROG = lib$(LIB_NAME) SRCS = pinger.cpp INCS = pinger.h LIBS = $(LIB_THREAD) include ../Makefile.in test: all g++ -c test.cpp g++ -o test test.o ./libstg_pinger.a -lpthread