29 lines
864 B
ObjectPascal
29 lines
864 B
ObjectPascal
#define OTHER_LIBS \
|
|
express:c pandaexpress:m \
|
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
#define LOCAL_LIBS \
|
|
directbase
|
|
#define YACC_PREFIX dcyy
|
|
#define C++FLAGS -DWITHIN_PANDA
|
|
#define UNIX_SYS_LIBS m
|
|
|
|
#begin lib_target
|
|
#define TARGET dcparser
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
dcAtomicField.h dcClass.h dcField.h dcFile.h dcLexer.lxx \
|
|
dcLexerDefs.h dcMolecularField.h dcParser.yxx dcParserDefs.h \
|
|
dcSubatomicType.h dcbase.h dcindent.h hashGenerator.h \
|
|
primeNumberGenerator.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
dcAtomicField.cxx dcClass.cxx dcField.cxx dcFile.cxx \
|
|
dcMolecularField.cxx dcSubatomicType.cxx dcindent.cxx \
|
|
hashGenerator.cxx primeNumberGenerator.cxx
|
|
|
|
#define IGATESCAN all
|
|
#end lib_target
|