open_toontown_panda3d/panda/src/putil/Sources.pp

140 lines
4.8 KiB
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#define LOCAL_LIBS express pandabase
#begin lib_target
#define TARGET putil
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
bam.h bamReader.I bamReader.N bamReader.h bamReaderParam.I \
bamReaderParam.h bamWriter.I bamWriter.h bitMask.I \
bitMask.h buttonEvent.I buttonEvent.h buttonHandle.I \
buttonHandle.h buttonRegistry.I buttonRegistry.h \
collideMask.h config_util.N config_util.h \
configurable.h factoryBase.I factoryBase.h \
factoryParam.I factoryParam.h factoryParams.I \
factoryParams.h globPattern.I globPattern.h \
globalPointerRegistry.I globalPointerRegistry.h \
indirectCompareNames.I indirectCompareNames.h \
indirectCompareTo.I indirectCompareTo.h \
ioPtaDatagramFloat.h ioPtaDatagramInt.h \
ioPtaDatagramShort.h keyboardButton.h lineStream.I \
lineStream.h lineStreamBuf.I lineStreamBuf.h \
modifierButtons.I modifierButtons.h mouseButton.h \
mouseData.h nameUniquifier.I nameUniquifier.h \
pointerToArray.I pointerToArray.h pta_double.h \
pta_float.h pta_int.h pta_uchar.h pta_ushort.h \
string_utils.I string_utils.N string_utils.h \
timedCycle.I timedCycle.h typedWritable.I \
typedWritable.h typedWritableReferenceCount.I \
typedWritableReferenceCount.h updateSeq.I updateSeq.h \
vector_double.h vector_float.h vector_typedWritable.h \
vector_uchar.h vector_ushort.h vector_writable.h \
writable.I writable.h writableConfigurable.h \
writableParam.I writableParam.h
#define INCLUDED_SOURCES \
bamReader.cxx bamReaderParam.cxx bamWriter.cxx bitMask.cxx \
buttonEvent.cxx buttonHandle.cxx buttonRegistry.cxx \
config_util.cxx configurable.cxx factoryBase.cxx \
factoryParam.cxx factoryParams.cxx globPattern.cxx \
globalPointerRegistry.cxx ioPtaDatagramFloat.cxx \
ioPtaDatagramInt.cxx ioPtaDatagramShort.cxx \
keyboardButton.cxx lineStream.cxx lineStreamBuf.cxx \
modifierButtons.cxx mouseButton.cxx mouseData.cxx \
nameUniquifier.cxx pta_double.cxx pta_float.cxx \
pta_int.cxx pta_uchar.cxx pta_ushort.cxx \
string_utils.cxx timedCycle.cxx typedWritable.cxx \
typedWritableReferenceCount.cxx updateSeq.cxx \
vector_double.cxx vector_float.cxx \
vector_typedWritable.cxx vector_uchar.cxx \
vector_ushort.cxx vector_writable.cxx writable.cxx \
writableConfigurable.cxx writableParam.cxx
#define INSTALL_HEADERS \
bam.h bamReader.I bamReader.h bamReaderParam.I bamReaderParam.h \
bamWriter.I bamWriter.h bitMask.I bitMask.h buttonEvent.I \
buttonEvent.h buttonHandle.I buttonHandle.h buttonRegistry.I \
buttonRegistry.h collideMask.h \
config_util.h configurable.h factory.I factory.h \
factoryBase.I factoryBase.h factoryParam.I factoryParam.h \
factoryParams.I factoryParams.h \
globPattern.I globPattern.h \
globalPointerRegistry.I globalPointerRegistry.h \
indirectCompareNames.I indirectCompareNames.h indirectCompareTo.I \
indirectCompareTo.h ioPtaDatagramFloat.h ioPtaDatagramInt.h \
ioPtaDatagramShort.h iterator_types.h keyboardButton.h lineStream.I \
lineStream.h lineStreamBuf.I lineStreamBuf.h modifierButtons.I \
modifierButtons.h mouseButton.h mouseData.h nameUniquifier.I \
nameUniquifier.h pointerToArray.I pointerToArray.h pta_double.h \
pta_float.h pta_int.h pta_uchar.h pta_ushort.h string_utils.I \
string_utils.h timedCycle.I timedCycle.h typedWritable.I \
typedWritable.h typedWritableReferenceCount.I \
typedWritableReferenceCount.h updateSeq.I updateSeq.h \
vector_double.h vector_float.h vector_typedWritable.h \
vector_uchar.h vector_ushort.h vector_writable.h writable.I \
writable.h writableConfigurable.h writableParam.I \
writableParam.h
#define IGATESCAN all
#end lib_target
#begin test_bin_target
#define TARGET test_bamRead
#define LOCAL_LIBS \
putil graph
#define SOURCES \
test_bam.cxx test_bam.h test_bamRead.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_bamWrite
#define LOCAL_LIBS \
putil graph
#define SOURCES \
test_bam.cxx test_bam.h test_bamWrite.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_filename
#define SOURCES \
test_filename.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_glob
#define SOURCES \
test_glob.cxx
#define LOCAL_LIBS $[LOCAL_LIBS] putil
#end test_bin_target
#begin test_bin_target
#define TARGET test_linestream
#define SOURCES \
test_linestream.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_types
#define LOCAL_LIBS $[LOCAL_LIBS] putil
#define SOURCES \
test_types.cxx
#end test_bin_target