Sources.pp 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
  2. dtoolutil:c dtoolbase:c dtool:m
  3. #begin lib_target
  4. #define TARGET chan
  5. #define LOCAL_LIBS \
  6. putil linmath mathutil event graph sgattrib
  7. #define SOURCES \
  8. animBundle.I animBundle.cxx animBundle.h animBundleNode.I \
  9. animBundleNode.cxx animBundleNode.h animChannel.I animChannel.cxx \
  10. animChannel.h animChannelBase.I animChannelBase.cxx \
  11. animChannelBase.h animChannelMatrixXfmTable.I \
  12. animChannelMatrixXfmTable.cxx animChannelMatrixXfmTable.h \
  13. animChannelScalarTable.I animChannelScalarTable.cxx \
  14. animChannelScalarTable.h animControl.I animControl.N \
  15. animControl.cxx animControl.h animControlCollection.I \
  16. animControlCollection.cxx animControlCollection.h animGroup.I \
  17. animGroup.cxx animGroup.h auto_bind.cxx auto_bind.h config_chan.cxx \
  18. config_chan.h movingPartBase.I movingPartBase.cxx movingPartBase.h \
  19. movingPartMatrix.I movingPartMatrix.cxx movingPartMatrix.h \
  20. movingPartScalar.I movingPartScalar.cxx movingPartScalar.h \
  21. partBundle.I partBundle.N partBundle.cxx partBundle.h \
  22. partBundleNode.I partBundleNode.cxx partBundleNode.h partGroup.I \
  23. partGroup.cxx partGroup.h vector_PartGroupStar.cxx \
  24. vector_PartGroupStar.h
  25. #define INSTALL_HEADERS \
  26. animBundle.I animBundle.h animBundleNode.I animBundleNode.h \
  27. animChannel.I animChannel.h animChannelBase.I animChannelBase.h \
  28. animChannelFixed.I animChannelFixed.h animChannelMatrixXfmTable.I \
  29. animChannelMatrixXfmTable.h animChannelScalarTable.I \
  30. animChannelScalarTable.h animControl.I animControl.h \
  31. animControlCollection.I animControlCollection.h animGroup.I \
  32. animGroup.h auto_bind.h config_chan.h \
  33. movingPart.I movingPart.h movingPartBase.I \
  34. movingPartBase.h movingPartMatrix.I movingPartMatrix.h \
  35. movingPartScalar.I movingPartScalar.h partBundle.I partBundle.h \
  36. partBundleNode.I partBundleNode.h partGroup.I partGroup.h \
  37. vector_PartGroupStar.h
  38. #define IGATESCAN all
  39. #end lib_target