77 lines
2.4 KiB
ObjectPascal
77 lines
2.4 KiB
ObjectPascal
#define SELECT_TAU select.tau
|
|
|
|
#begin lib_target
|
|
#define TARGET dtoolbase
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
atomicAdjust.h \
|
|
atomicAdjustDummyImpl.h atomicAdjustDummyImpl.I \
|
|
atomicAdjustI386Impl.h atomicAdjustI386Impl.I \
|
|
atomicAdjustNsprImpl.h atomicAdjustNsprImpl.I \
|
|
atomicAdjustPosixImpl.h atomicAdjustPosixImpl.I \
|
|
atomicAdjustWin32Impl.h atomicAdjustWin32Impl.I \
|
|
cmath.I cmath.h \
|
|
dallocator.T dallocator.h \
|
|
deletedChain.h deletedChain.T \
|
|
dtoolbase.h dtoolbase_cc.h dtoolsymbols.h \
|
|
fakestringstream.h \
|
|
indent.I indent.h indent.cxx \
|
|
mutexImpl.h \
|
|
mutexDummyImpl.h mutexDummyImpl.I \
|
|
mutexNsprImpl.h mutexNsprImpl.I \
|
|
mutexLinuxImpl.h mutexLinuxImpl.I \
|
|
mutexPosixImpl.h mutexPosixImpl.I \
|
|
mutexWin32Impl.h mutexWin32Impl.I \
|
|
mutexSpinlockImpl.h mutexSpinlockImpl.I \
|
|
nearly_zero.h \
|
|
numeric_types.h \
|
|
selectThreadImpl.h \
|
|
stl_compares.I stl_compares.h \
|
|
pallocator.T pallocator.h \
|
|
pdeque.h plist.h pmap.h pset.h pvector.h \
|
|
dlmalloc.c
|
|
|
|
#define INCLUDED_SOURCES \
|
|
atomicAdjustDummyImpl.cxx \
|
|
atomicAdjustI386Impl.cxx \
|
|
atomicAdjustNsprImpl.cxx \
|
|
atomicAdjustPosixImpl.cxx \
|
|
atomicAdjustWin32Impl.cxx \
|
|
dtoolbase.cxx \
|
|
mutexDummyImpl.cxx \
|
|
mutexNsprImpl.cxx \
|
|
mutexLinuxImpl.cxx \
|
|
mutexPosixImpl.cxx \
|
|
mutexWin32Impl.cxx \
|
|
mutexSpinlockImpl.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
atomicAdjust.h \
|
|
atomicAdjustDummyImpl.h atomicAdjustDummyImpl.I \
|
|
atomicAdjustI386Impl.h atomicAdjustI386Impl.I \
|
|
atomicAdjustNsprImpl.h atomicAdjustNsprImpl.I \
|
|
atomicAdjustPosixImpl.h atomicAdjustPosixImpl.I \
|
|
atomicAdjustWin32Impl.h atomicAdjustWin32Impl.I \
|
|
cmath.I cmath.h \
|
|
dallocator.T dallocator.h \
|
|
deletedChain.h deletedChain.T \
|
|
dtoolbase.h dtoolbase_cc.h dtoolsymbols.h fakestringstream.h \
|
|
indent.I indent.h \
|
|
mutexImpl.h \
|
|
mutexDummyImpl.h mutexDummyImpl.I \
|
|
mutexNsprImpl.h mutexNsprImpl.I \
|
|
mutexLinuxImpl.h mutexLinuxImpl.I \
|
|
mutexPosixImpl.h mutexPosixImpl.I \
|
|
mutexWin32Impl.h mutexWin32Impl.I \
|
|
mutexSpinlockImpl.h mutexSpinlockImpl.I \
|
|
nearly_zero.h \
|
|
numeric_types.h \
|
|
selectThreadImpl.h \
|
|
stl_compares.I stl_compares.h \
|
|
pallocator.T pallocator.h \
|
|
pdeque.h plist.h pmap.h pset.h pvector.h
|
|
|
|
#end lib_target
|