server/src/common/util/Jamfile

48 lines
562 B
Text
Raw Normal View History

2003-04-27 19:03:12 +02:00
SubDir TOP common util ;
TargetDirectory ;
SubDirHdrs $(SUBDIR)/.. ;
SubDirHdrs $(SUBDIR)/../.. ;
2004-04-18 14:30:31 +02:00
SubDirHdrs $(XMLHDRS) ;
2003-04-27 19:03:12 +02:00
SEARCH_SOURCE +=
[ FDirName $(SUBDIR) dl ] ;
2003-04-27 19:03:12 +02:00
SOURCES =
attrib.c
base36.c
bsdstring.c
2003-04-27 19:03:12 +02:00
command.c
crmessage.c
cvector.c
dice.c
event.c
functions.c
goodies.c
graph.c
language.c
lists.c
log.c
message.c
nrmessage.c
parser.c
2003-04-27 19:03:12 +02:00
rand.c
resolve.c
sql.c
strncpy.c
translation.c
umlaut.c
vmap.c
vset.c
windir.c
xml.c
;
SOURCES += mt19937ar.c ;
if $(MSPACES) {
SOURCES += <dl>malloc.c ;
}
2003-04-27 19:03:12 +02:00
Library util : $(SOURCES) ;