Sources.pp 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. #define SELECT_TAU select.tau
  2. #define USE_PACKAGES threads
  3. #begin lib_target
  4. #define TARGET dtoolbase
  5. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  6. #define SOURCES \
  7. addHash.I addHash.h \
  8. atomicAdjust.h \
  9. atomicAdjustDummyImpl.h atomicAdjustDummyImpl.I \
  10. atomicAdjustI386Impl.h atomicAdjustI386Impl.I \
  11. atomicAdjustPosixImpl.h atomicAdjustPosixImpl.I \
  12. atomicAdjustWin32Impl.h atomicAdjustWin32Impl.I \
  13. cmath.I cmath.h \
  14. deletedBufferChain.h deletedBufferChain.I \
  15. deletedChain.h deletedChain.T \
  16. dtoolbase.h dtoolbase_cc.h dtoolsymbols.h \
  17. fakestringstream.h \
  18. indent.I indent.h indent.cxx \
  19. memoryBase.h \
  20. memoryHook.h memoryHook.I \
  21. mutexImpl.h \
  22. mutexDummyImpl.h mutexDummyImpl.I \
  23. mutexPosixImpl.h mutexPosixImpl.I \
  24. mutexWin32Impl.h mutexWin32Impl.I \
  25. mutexSpinlockImpl.h mutexSpinlockImpl.I \
  26. nearly_zero.h \
  27. neverFreeMemory.h neverFreeMemory.I \
  28. numeric_types.h \
  29. register_type.I register_type.h \
  30. selectThreadImpl.h \
  31. stl_compares.I stl_compares.h \
  32. typeHandle.I typeHandle.h \
  33. typeRegistry.I typeRegistry.h \
  34. typeRegistryNode.I typeRegistryNode.h \
  35. typedObject.I typedObject.h \
  36. pallocator.T pallocator.h \
  37. pdeque.h plist.h pmap.h pset.h pvector.h \
  38. lookup3.h lookup3.c \
  39. dlmalloc_src.cxx ptmalloc2_smp_src.cxx
  40. #define INCLUDED_SOURCES \
  41. addHash.cxx \
  42. atomicAdjustDummyImpl.cxx \
  43. atomicAdjustI386Impl.cxx \
  44. atomicAdjustPosixImpl.cxx \
  45. atomicAdjustWin32Impl.cxx \
  46. deletedBufferChain.cxx \
  47. dtoolbase.cxx \
  48. memoryBase.cxx \
  49. memoryHook.cxx \
  50. mutexDummyImpl.cxx \
  51. mutexPosixImpl.cxx \
  52. mutexWin32Impl.cxx \
  53. mutexSpinlockImpl.cxx \
  54. neverFreeMemory.cxx \
  55. register_type.cxx \
  56. typeHandle.cxx \
  57. typeRegistry.cxx typeRegistryNode.cxx \
  58. typedObject.cxx
  59. #define INSTALL_HEADERS \
  60. addHash.I addHash.h \
  61. atomicAdjust.h \
  62. atomicAdjustDummyImpl.h atomicAdjustDummyImpl.I \
  63. atomicAdjustI386Impl.h atomicAdjustI386Impl.I \
  64. atomicAdjustPosixImpl.h atomicAdjustPosixImpl.I \
  65. atomicAdjustWin32Impl.h atomicAdjustWin32Impl.I \
  66. cmath.I cmath.h \
  67. deletedBufferChain.h deletedBufferChain.I \
  68. deletedChain.h deletedChain.T \
  69. dtoolbase.h dtoolbase_cc.h dtoolsymbols.h fakestringstream.h \
  70. indent.I indent.h \
  71. memoryBase.h \
  72. memoryHook.h memoryHook.I \
  73. mutexImpl.h \
  74. mutexDummyImpl.h mutexDummyImpl.I \
  75. mutexPosixImpl.h mutexPosixImpl.I \
  76. mutexWin32Impl.h mutexWin32Impl.I \
  77. mutexSpinlockImpl.h mutexSpinlockImpl.I \
  78. nearly_zero.h \
  79. neverFreeMemory.h neverFreeMemory.I \
  80. numeric_types.h \
  81. register_type.I register_type.h \
  82. selectThreadImpl.h \
  83. stl_compares.I stl_compares.h \
  84. typeHandle.I typeHandle.h \
  85. typeRegistry.I typeRegistry.h \
  86. typeRegistryNode.I typeRegistryNode.h \
  87. typedObject.I typedObject.h \
  88. pallocator.T pallocator.h \
  89. pdeque.h plist.h pmap.h pset.h pvector.h \
  90. lookup3.h
  91. #end lib_target