git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Проведен легкий рефакторинг кода плагина для работы с rscriptd,
[stg.git]
/
stglibs
/
dotconfpp.lib
/
Makefile
1
###############################################################################
2
# $Id: Makefile,v 1.3 2007/05/08 14:29:19 faust Exp $
3
###############################################################################
4
5
LIB_NAME = dotconfpp
6
PROG = lib$(LIB_NAME)
7
8
SRCS = dotconfpp.cpp \
9
mempool.cpp
10
11
INCS = dotconfpp.h \
12
mempool.h
13
14
include ../Makefile.in