Sources.pp 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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 characterJoint.h characterJointBundle.I \
  11. characterJointBundle.h characterSlider.h computedVertices.I \
  12. computedVertices.h computedVerticesMorph.I \
  13. computedVerticesMorph.h config_char.h dynamicVertices.h
  14. #define INCLUDED_SOURCES \
  15. character.cxx characterJoint.cxx characterJointBundle.cxx \
  16. characterSlider.cxx computedVertices.cxx \
  17. computedVerticesMorph.cxx config_char.cxx \
  18. dynamicVertices.cxx
  19. #define INSTALL_HEADERS \
  20. character.I character.h characterJoint.h characterJointBundle.I \
  21. characterJointBundle.h characterSlider.h computedVertices.I \
  22. computedVertices.h computedVerticesMorph.I computedVerticesMorph.h \
  23. config_char.h dynamicVertices.h
  24. // #define PRECOMPILED_HEADER char_headers.h
  25. #define IGATESCAN all
  26. #end lib_target