Sources.pp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
  2. dtoolutil:c dtoolbase:c dtool:m
  3. #begin lib_target
  4. #define TARGET char
  5. #define LOCAL_LIBS \
  6. chan graph sgraph linmath putil event sgattrib mathutil gsgbase \
  7. pstatclient
  8. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  9. #define SOURCES \
  10. character.I character.h \
  11. qpcharacter.I qpcharacter.h \
  12. characterJoint.h characterJointBundle.I \
  13. characterJointBundle.h characterSlider.h computedVertices.I \
  14. computedVertices.h computedVerticesMorph.I \
  15. computedVerticesMorph.h config_char.h dynamicVertices.h
  16. #define INCLUDED_SOURCES \
  17. character.cxx \
  18. qpcharacter.cxx \
  19. characterJoint.cxx characterJointBundle.cxx \
  20. characterSlider.cxx computedVertices.cxx \
  21. computedVerticesMorph.cxx config_char.cxx \
  22. dynamicVertices.cxx
  23. #define INSTALL_HEADERS \
  24. character.I character.h \
  25. qpcharacter.I qpcharacter.h \
  26. characterJoint.h characterJointBundle.I \
  27. characterJointBundle.h characterSlider.h computedVertices.I \
  28. computedVertices.h computedVerticesMorph.I computedVerticesMorph.h \
  29. config_char.h dynamicVertices.h
  30. #define IGATESCAN all
  31. #end lib_target