Sources.pp 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #define BUILD_DIRECTORY $[HAVE_INTERROGATE]
  2. #define LOCAL_LIBS dtoolutil dtoolbase
  3. #define YACC_PREFIX cppyy
  4. #begin static_lib_target
  5. #define TARGET cppParser
  6. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  7. #define SOURCES \
  8. cppArrayType.h cppBison.yxx cppBisonDefs.h \
  9. cppClassTemplateParameter.h cppCommentBlock.h cppConstType.h \
  10. cppDeclaration.h cppEnumType.h cppExpression.h \
  11. cppExpressionParser.h cppExtensionType.h cppFile.h \
  12. cppFunctionGroup.h cppFunctionType.h cppGlobals.h \
  13. cppIdentifier.h cppInstance.h cppInstanceIdentifier.h \
  14. cppManifest.h cppNameComponent.h cppNamespace.h \
  15. cppParameterList.h cppParser.h cppPointerType.h \
  16. cppPreprocessor.h cppReferenceType.h cppScope.h \
  17. cppSimpleType.h cppStructType.h cppTBDType.h \
  18. cppTemplateParameterList.h cppTemplateScope.h cppToken.h \
  19. cppType.h cppTypeDeclaration.h cppTypeParser.h \
  20. cppTypeProxy.h cppTypedef.h cppUsing.h cppVisibility.h
  21. #define INCLUDED_SOURCES \
  22. cppArrayType.cxx cppClassTemplateParameter.cxx \
  23. cppCommentBlock.cxx cppConstType.cxx cppDeclaration.cxx \
  24. cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx \
  25. cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx \
  26. cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx \
  27. cppInstance.cxx cppInstanceIdentifier.cxx cppManifest.cxx \
  28. cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx \
  29. cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx \
  30. cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx \
  31. cppStructType.cxx cppTBDType.cxx \
  32. cppTemplateParameterList.cxx cppTemplateScope.cxx \
  33. cppToken.cxx cppType.cxx cppTypeDeclaration.cxx \
  34. cppTypeParser.cxx cppTypeProxy.cxx cppTypedef.cxx \
  35. cppUsing.cxx cppVisibility.cxx
  36. #end static_lib_target