]> git.stg.codes - stg.git/blobdiff - stglibs/pinger.lib/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stglibs / pinger.lib / Makefile
diff --git a/stglibs/pinger.lib/Makefile b/stglibs/pinger.lib/Makefile
deleted file mode 100644 (file)
index 803f7ac..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# $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