Sources.pp 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. #define LOCAL_LIBS dtoolutil dtoolbase
  2. #define USE_PACKAGES openssl
  3. #begin lib_target
  4. #define TARGET prc
  5. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  6. #define SOURCES \
  7. bigEndian.h \
  8. config_prc.h \
  9. configDeclaration.I configDeclaration.h \
  10. configFlags.I configFlags.h \
  11. configPage.I configPage.h \
  12. configPageManager.I configPageManager.h \
  13. configVariable.I configVariable.h \
  14. configVariableBase.I configVariableBase.h \
  15. configVariableBool.I configVariableBool.h \
  16. configVariableCore.I configVariableCore.h \
  17. configVariableDouble.I configVariableDouble.h \
  18. configVariableEnum.I configVariableEnum.h \
  19. configVariableFilename.I configVariableFilename.h \
  20. configVariableInt.I configVariableInt.h \
  21. configVariableInt64.I configVariableInt64.h \
  22. configVariableList.I configVariableList.h \
  23. configVariableManager.I configVariableManager.h \
  24. configVariableSearchPath.I configVariableSearchPath.h \
  25. configVariableString.I configVariableString.h \
  26. encryptStreamBuf.h encryptStreamBuf.I encryptStream.h encryptStream.I \
  27. globPattern.I globPattern.h \
  28. littleEndian.h \
  29. nativeNumericData.I nativeNumericData.h \
  30. pnotify.I pnotify.h \
  31. notifyCategory.I notifyCategory.h \
  32. notifyCategoryProxy.I notifyCategoryProxy.h \
  33. notifySeverity.h \
  34. prcKeyRegistry.h \
  35. reversedNumericData.I reversedNumericData.h \
  36. streamReader.I streamReader.h \
  37. streamWrapper.I streamWrapper.h \
  38. streamWriter.I streamWriter.h
  39. #define INCLUDED_SOURCES \
  40. config_prc.cxx \
  41. configDeclaration.cxx \
  42. configFlags.cxx \
  43. configPage.cxx \
  44. configPageManager.cxx \
  45. configVariable.cxx \
  46. configVariableBase.cxx \
  47. configVariableBool.cxx \
  48. configVariableCore.cxx \
  49. configVariableDouble.cxx \
  50. configVariableEnum.cxx \
  51. configVariableFilename.cxx \
  52. configVariableInt.cxx \
  53. configVariableInt64.cxx \
  54. configVariableList.cxx \
  55. configVariableManager.cxx \
  56. configVariableSearchPath.cxx \
  57. configVariableString.cxx \
  58. encryptStreamBuf.cxx encryptStream.cxx \
  59. globPattern.cxx \
  60. nativeNumericData.cxx \
  61. notify.cxx \
  62. notifyCategory.cxx \
  63. notifySeverity.cxx \
  64. prcKeyRegistry.cxx \
  65. reversedNumericData.cxx \
  66. streamReader.cxx streamWrapper.cxx streamWriter.cxx
  67. #define INSTALL_HEADERS \
  68. bigEndian.h \
  69. config_prc.h \
  70. configDeclaration.I configDeclaration.h \
  71. configFlags.I configFlags.h \
  72. configPage.I configPage.h \
  73. configPageManager.I configPageManager.h \
  74. configVariable.I configVariable.h \
  75. configVariableBase.I configVariableBase.h \
  76. configVariableBool.I configVariableBool.h \
  77. configVariableCore.I configVariableCore.h \
  78. configVariableDouble.I configVariableDouble.h \
  79. configVariableEnum.I configVariableEnum.h \
  80. configVariableFilename.I configVariableFilename.h \
  81. configVariableInt.I configVariableInt.h \
  82. configVariableInt64.I configVariableInt64.h \
  83. configVariableList.I configVariableList.h \
  84. configVariableManager.I configVariableManager.h \
  85. configVariableSearchPath.I configVariableSearchPath.h \
  86. configVariableString.I configVariableString.h \
  87. encryptStreamBuf.h encryptStreamBuf.I encryptStream.h encryptStream.I \
  88. globPattern.I globPattern.h \
  89. littleEndian.h \
  90. nativeNumericData.I nativeNumericData.h \
  91. pnotify.I pnotify.h \
  92. notifyCategory.I notifyCategory.h \
  93. notifyCategoryProxy.I notifyCategoryProxy.h \
  94. notifySeverity.h \
  95. prcKeyRegistry.I prcKeyRegistry.h \
  96. reversedNumericData.I reversedNumericData.h \
  97. streamReader.I streamReader.h \
  98. streamWrapper.I streamWrapper.h \
  99. streamWriter.I streamWriter.h
  100. #end lib_target
  101. #include $[THISDIRPREFIX]prc_parameters.h.pp