git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove 'stg' prefixes from headers and add it to libraries
[stg.git]
/
stglibs
/
logger.lib
/
Makefile
1
###############################################################################
2
# $Id: Makefile,v 1.3 2007/05/08 14:29:21 faust Exp $
3
###############################################################################
4
5
LIB_NAME = stglogger
6
PROG = lib$(LIB_NAME)
7
8
SRCS = logger.cpp
9
10
INCS = logger.h
11
12
include ../Makefile.in