Sources.pp 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 device
  5. #define LOCAL_LIBS \
  6. dgraph display gobj gsgbase mathutil linmath putil
  7. #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
  8. #define SOURCES \
  9. analogNode.I analogNode.h \
  10. buttonNode.I buttonNode.h \
  11. clientAnalogDevice.I clientAnalogDevice.h clientBase.I \
  12. clientBase.h clientButtonDevice.I clientButtonDevice.h \
  13. clientDevice.I clientDevice.h clientDialDevice.I \
  14. clientDialDevice.h clientTrackerDevice.I \
  15. clientTrackerDevice.h config_device.h \
  16. dialNode.I dialNode.h \
  17. mouseAndKeyboard.h \
  18. trackerData.I trackerData.h \
  19. trackerNode.I trackerNode.h \
  20. virtualMouse.h
  21. #define INCLUDED_SOURCES \
  22. analogNode.cxx \
  23. buttonNode.cxx \
  24. clientAnalogDevice.cxx \
  25. clientBase.cxx clientButtonDevice.cxx clientDevice.cxx \
  26. clientDialDevice.cxx clientTrackerDevice.cxx \
  27. config_device.cxx \
  28. dialNode.cxx \
  29. mouseAndKeyboard.cxx \
  30. trackerData.cxx \
  31. trackerNode.cxx \
  32. virtualMouse.cxx
  33. #define INSTALL_HEADERS \
  34. analogNode.I analogNode.h \
  35. buttonNode.I buttonNode.h \
  36. clientAnalogDevice.I clientAnalogDevice.h \
  37. clientBase.I clientBase.h \
  38. clientButtonDevice.I clientButtonDevice.h \
  39. clientDevice.I clientDevice.h \
  40. clientDialDevice.I clientDialDevice.h \
  41. clientTrackerDevice.I clientTrackerDevice.h \
  42. config_device.h \
  43. mouseAndKeyboard.h \
  44. dialNode.I dialNode.h \
  45. trackerData.I trackerData.h \
  46. trackerNode.I trackerNode.h \
  47. virtualMouse.h
  48. #define IGATESCAN all
  49. #end lib_target