]> git.stg.codes - stg.git/blobdiff - stglibs/locker.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / locker.lib / Makefile
diff --git a/stglibs/locker.lib/Makefile b/stglibs/locker.lib/Makefile
new file mode 100644 (file)
index 0000000..c490ce6
--- /dev/null
@@ -0,0 +1,14 @@
+###############################################################################
+# $Id: Makefile,v 1.2 2008/12/04 17:11:55 faust Exp $
+###############################################################################
+
+LIB_NAME = stglocker
+PROG = lib$(LIB_NAME)
+
+SRCS = locker.cpp
+
+INCS = locker.h
+
+LIBS = $(LIB_THREAD)
+
+include ../Makefile.in