]> git.stg.codes - stg.git/blob - stglibs/stg_locker.lib/Makefile
Remove const qualifier from function definitions
[stg.git] / stglibs / stg_locker.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.2 2008/12/04 17:11:55 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stg_locker
6 PROG = lib$(LIB_NAME)
7
8 SRCS = stg_locker.cpp
9
10 INCS = stg_locker.h
11
12 LIBS=$(LIB_THREAD)
13
14 include ../Makefile.in