Sources.pp 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
  2. dtoolutil:c dtoolbase:c dtool:m
  3. #define LOCAL_LIBS gobj putil graph linmath express pandabase
  4. #begin lib_target
  5. #define TARGET pgraph
  6. #define SOURCES \
  7. colorAttrib.h colorAttrib.I \
  8. config_pgraph.h \
  9. cycleData.h cycleData.I \
  10. cycleDataReader.h cycleDataReader.I \
  11. cycleDataWriter.h cycleDataWriter.I \
  12. pandaNode.h pandaNode.I \
  13. pipeline.h pipeline.I \
  14. pipelineCycler.h pipelineCycler.I \
  15. pipelineCyclerBase.h pipelineCyclerBase.I \
  16. renderAttrib.h renderAttrib.I \
  17. renderState.h renderState.I \
  18. textureAttrib.h textureAttrib.I
  19. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  20. // #define SOURCES $[SOURCES] \
  21. #define INCLUDED_SOURCES \
  22. colorAttrib.cxx \
  23. config_pgraph.cxx \
  24. cycleData.cxx \
  25. cycleDataReader.cxx \
  26. cycleDataWriter.cxx \
  27. pandaNode.cxx \
  28. pipeline.cxx \
  29. pipelineCycler.cxx \
  30. pipelineCyclerBase.cxx \
  31. renderAttrib.cxx \
  32. renderState.cxx \
  33. textureAttrib.cxx
  34. #define INSTALL_HEADERS \
  35. pandaNode.h pandaNode.I
  36. #define IGATESCAN all
  37. #end lib_target
  38. #begin test_bin_target
  39. #define TARGET test_pgraph
  40. #define SOURCES \
  41. test_pgraph.cxx
  42. #define LOCAL_LIBS $[LOCAL_LIBS] pgraph
  43. #define OTHER_LIBS $[OTHER_LIBS] pystub
  44. #end test_bin_target