Sources.pp 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
  2. dtoolutil:c dtoolbase:c dtool:m prc:c
  3. #begin lib_target
  4. #define TARGET chan
  5. #define LOCAL_LIBS \
  6. pgraph putil linmath mathutil event
  7. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  8. #define SOURCES \
  9. animBundle.I animBundle.h \
  10. animBundleNode.I animBundleNode.h \
  11. animChannel.I animChannel.h animChannelBase.I \
  12. animChannelBase.h \
  13. animChannelMatrixDynamic.I animChannelMatrixDynamic.h \
  14. animChannelMatrixFixed.I animChannelMatrixFixed.h \
  15. animChannelMatrixXfmTable.I animChannelMatrixXfmTable.h \
  16. animChannelScalarDynamic.I animChannelScalarDynamic.h \
  17. animChannelScalarTable.I animChannelScalarTable.h \
  18. animControl.I animControl.N \
  19. animControl.h animControlCollection.I \
  20. animControlCollection.h animGroup.I animGroup.h auto_bind.h \
  21. config_chan.h \
  22. movingPart.I movingPart.h \
  23. movingPartBase.I movingPartBase.h \
  24. movingPartMatrix.I movingPartMatrix.h movingPartScalar.I \
  25. movingPartScalar.h partBundle.I partBundle.N partBundle.h \
  26. partBundleNode.I partBundleNode.h \
  27. partGroup.I partGroup.h \
  28. partSubset.I partSubset.h \
  29. vector_PartGroupStar.h
  30. #define INCLUDED_SOURCES \
  31. animBundle.cxx \
  32. animBundleNode.cxx \
  33. animChannel.cxx \
  34. animChannelBase.cxx \
  35. animChannelMatrixDynamic.cxx \
  36. animChannelMatrixFixed.cxx \
  37. animChannelMatrixXfmTable.cxx \
  38. animChannelScalarDynamic.cxx \
  39. animChannelScalarTable.cxx \
  40. animControl.cxx \
  41. animControlCollection.cxx animGroup.cxx auto_bind.cxx \
  42. config_chan.cxx movingPartBase.cxx movingPartMatrix.cxx \
  43. movingPartScalar.cxx partBundle.cxx \
  44. partBundleNode.cxx \
  45. partGroup.cxx \
  46. partSubset.cxx \
  47. vector_PartGroupStar.cxx
  48. #define INSTALL_HEADERS \
  49. animBundle.I animBundle.h \
  50. animBundleNode.I animBundleNode.h \
  51. animChannel.I animChannel.h animChannelBase.I animChannelBase.h \
  52. animChannelFixed.I animChannelFixed.h \
  53. animChannelMatrixDynamic.I animChannelMatrixDynamic.h \
  54. animChannelMatrixFixed.I animChannelMatrixFixed.h \
  55. animChannelMatrixXfmTable.I animChannelMatrixXfmTable.h \
  56. animChannelScalarDynamic.I animChannelScalarDynamic.h \
  57. animChannelScalarTable.I animChannelScalarTable.h \
  58. animControl.I animControl.h \
  59. animControlCollection.I animControlCollection.h animGroup.I \
  60. animGroup.h auto_bind.h config_chan.h \
  61. movingPart.I movingPart.h movingPartBase.I \
  62. movingPartBase.h movingPartMatrix.I movingPartMatrix.h \
  63. movingPartScalar.I movingPartScalar.h partBundle.I partBundle.h \
  64. partBundleNode.I partBundleNode.h \
  65. partGroup.I partGroup.h \
  66. partSubset.I partSubset.h \
  67. vector_PartGroupStar.h
  68. #define IGATESCAN all
  69. #end lib_target