]> git.stg.codes - stg.git/blobdiff - libs/pinger/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / pinger / Makefile
diff --git a/libs/pinger/Makefile b/libs/pinger/Makefile
new file mode 100644 (file)
index 0000000..803f7ac
--- /dev/null
@@ -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