git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hide or add proper copy ctor and assignement operator, initialize
[stg.git]
/
stglibs
/
locker.lib
/
Makefile
1
###############################################################################
2
# $Id: Makefile,v 1.2 2008/12/04 17:11:55 faust Exp $
3
###############################################################################
4
5
LIB_NAME = stglocker
6
7
SRCS = locker.cpp
8
9
INCS = locker.h
10
11
LIBS = $(LIB_THREAD)
12
13
include ../Makefile.in