Sources.pp 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #define LOCAL_LIBS dtoolutil dtoolbase
  2. #define YACC_PREFIX cppyy
  3. #begin static_lib_target
  4. #define TARGET cppParser
  5. #define SOURCES \
  6. cppArrayType.cxx cppArrayType.h \
  7. cppBison.yxx cppBisonDefs.h \
  8. cppClassTemplateParameter.cxx cppClassTemplateParameter.h \
  9. cppCommentBlock.cxx cppCommentBlock.h cppConstType.cxx \
  10. cppConstType.h cppDeclaration.cxx cppDeclaration.h cppEnumType.cxx \
  11. cppEnumType.h cppExpression.cxx cppExpression.h \
  12. cppExpressionParser.cxx cppExpressionParser.h cppExtensionType.cxx \
  13. cppExtensionType.h cppFile.cxx cppFile.h cppFunctionGroup.cxx \
  14. cppFunctionGroup.h cppFunctionType.cxx cppFunctionType.h \
  15. cppGlobals.cxx cppGlobals.h cppIdentifier.cxx cppIdentifier.h \
  16. cppInstance.cxx cppInstance.h cppInstanceIdentifier.cxx \
  17. cppInstanceIdentifier.h cppManifest.cxx cppManifest.h \
  18. cppNameComponent.cxx cppNameComponent.h cppNamespace.cxx \
  19. cppNamespace.h cppParameterList.cxx cppParameterList.h cppParser.cxx \
  20. cppParser.h cppPointerType.cxx cppPointerType.h cppPreprocessor.cxx \
  21. cppPreprocessor.h cppReferenceType.cxx cppReferenceType.h \
  22. cppScope.cxx cppScope.h cppSimpleType.cxx cppSimpleType.h \
  23. cppStructType.cxx cppStructType.h cppTBDType.cxx cppTBDType.h \
  24. cppTemplateParameterList.cxx cppTemplateParameterList.h \
  25. cppTemplateScope.cxx cppTemplateScope.h cppToken.cxx cppToken.h \
  26. cppType.cxx cppType.h cppTypeDeclaration.cxx cppTypeDeclaration.h \
  27. cppTypeParser.cxx cppTypeParser.h cppTypeProxy.cxx cppTypeProxy.h \
  28. cppTypedef.cxx cppTypedef.h cppUsing.cxx cppUsing.h cppVisibility.cxx \
  29. cppVisibility.h indent.cxx indent.h
  30. // These are temporary; they need not be installed in the future. These are
  31. // necessary only when using template stopgap.
  32. #define INSTALL_HEADERS \
  33. cppDeclaration.h cppExtensionType.h cppIdentifier.h cppInstance.h \
  34. cppManifest.h cppPreprocessor.h cppScope.h cppToken.h cppType.h \
  35. cppVisibility.h cppBisonDefs.h cppParser.h cppInstanceIdentifier.h \
  36. cppFunctionType.h cppSimpleType.h cppParameterList.h cppTypedef.h \
  37. cppTypeDeclaration.h \
  38. cppPointerType.h cppReferenceType.h cppConstType.h cppArrayType.h \
  39. cppEnumType.h cppStructType.h cppFile.h cppTemplateParameterList.h \
  40. cppFunctionGroup.h cppNameComponent.h cppTypeProxy.h cppTBDType.h \
  41. cppExpressionParser.h cppExpression.h cppGlobals.h cppCommentBlock.h
  42. #end static_lib_target