Sources.pp 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #define YACC_PREFIX xyy
  2. #define LFLAGS -i
  3. #begin ss_lib_target
  4. #define TARGET xfile
  5. #define LOCAL_LIBS pandatoolbase
  6. #define OTHER_LIBS \
  7. mathutil:c linmath:c panda:m \
  8. dtoolbase:c dtool:m
  9. #define USE_PACKAGES zlib
  10. #define SOURCES \
  11. config_xfile.h config_xfile.cxx \
  12. standard_templates.cxx standard_templates.h \
  13. windowsGuid.cxx windowsGuid.h \
  14. xLexer.lxx xLexerDefs.h \
  15. xParser.yxx xParserDefs.h \
  16. xFile.cxx xFile.I xFile.h \
  17. xFileArrayDef.cxx xFileArrayDef.I xFileArrayDef.h \
  18. xFileDataDef.cxx xFileDataDef.I xFileDataDef.h \
  19. xFileDataObject.cxx xFileDataObject.I xFileDataObject.h \
  20. xFileDataObjectArray.cxx xFileDataObjectArray.I xFileDataObjectArray.h \
  21. xFileDataObjectDouble.cxx xFileDataObjectDouble.I xFileDataObjectDouble.h \
  22. xFileDataObjectInteger.cxx xFileDataObjectInteger.I xFileDataObjectInteger.h \
  23. xFileDataNode.cxx xFileDataNode.I xFileDataNode.h \
  24. xFileDataNodeReference.cxx xFileDataNodeReference.I xFileDataNodeReference.h \
  25. xFileDataNodeTemplate.cxx xFileDataNodeTemplate.I xFileDataNodeTemplate.h \
  26. xFileNode.cxx xFileNode.I xFileNode.h \
  27. xFileParseData.cxx xFileParseData.I xFileParseData.h \
  28. xFileTemplate.cxx xFileTemplate.I xFileTemplate.h
  29. #end ss_lib_target
  30. #begin test_bin_target
  31. #define TARGET x-trans
  32. #define LOCAL_LIBS \
  33. progbase xfile
  34. #define OTHER_LIBS \
  35. linmath:c panda:m \
  36. express:c pandaexpress:m \
  37. dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
  38. #define SOURCES \
  39. xFileTrans.cxx xFileTrans.h
  40. #end test_bin_target