X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5178870c9c7f80d0c6f1b715d0131320d8f5bc90..90e389f6ec12e60a62c362296ffcf314feb5b03d:/stglibs/locker.lib/Makefile diff --git a/stglibs/locker.lib/Makefile b/stglibs/locker.lib/Makefile new file mode 100644 index 00000000..c490ce69 --- /dev/null +++ b/stglibs/locker.lib/Makefile @@ -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