Sources.pp 723 B

1234567891011121314151617181920212223242526272829303132
  1. #begin ss_lib_target
  2. #define TARGET progbase
  3. #define LOCAL_LIBS \
  4. converter pandatoolbase
  5. #define OTHER_LIBS \
  6. linmath:c putil:c express:c panda:m pystub dtool
  7. #define SOURCES \
  8. programBase.I programBase.cxx programBase.h \
  9. withOutputFile.cxx withOutputFile.h \
  10. wordWrapStream.cxx \
  11. wordWrapStream.h wordWrapStreamBuf.I wordWrapStreamBuf.cxx \
  12. wordWrapStreamBuf.h
  13. #define INSTALL_HEADERS \
  14. programBase.I programBase.h \
  15. withOutputFile.h \
  16. wordWrapStream.h wordWrapStreamBuf.I \
  17. wordWrapStreamBuf.h
  18. #end ss_lib_target
  19. #begin test_bin_target
  20. #define TARGET test_prog
  21. #define LOCAL_LIBS \
  22. progbase
  23. #define SOURCES \
  24. test_prog.cxx
  25. #end test_bin_target