Sources.pp 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
  2. dtoolutil:c dtoolbase:c dtool:m prc:c
  3. #define BUILD_DIRECTORY $[HAVE_AUDIO]
  4. #begin lib_target
  5. #define TARGET audio
  6. #define LOCAL_LIBS putil event movies
  7. #define COMBINED_SOURCES $[TARGET]_composite1.cxx
  8. #define SOURCES \
  9. config_audio.h \
  10. filterProperties.h filterProperties.I\
  11. audioLoadRequest.h audioLoadRequest.I \
  12. audioManager.h audioManager.I\
  13. audioSound.h audioSound.I\
  14. nullAudioManager.h \
  15. nullAudioSound.h
  16. #define INCLUDED_SOURCES \
  17. config_audio.cxx \
  18. filterProperties.cxx \
  19. audioLoadRequest.cxx \
  20. audioManager.cxx \
  21. audioSound.cxx \
  22. nullAudioManager.cxx \
  23. nullAudioSound.cxx
  24. #define INSTALL_HEADERS \
  25. config_audio.h \
  26. filterProperties.h filterProperties.I\
  27. audioLoadRequest.h audioLoadRequest.I \
  28. audioManager.h audioManager.I\
  29. audioSound.h audioSound.I\
  30. nullAudioManager.h \
  31. nullAudioSound.h
  32. #define IGATESCAN all
  33. #end lib_target
  34. #begin test_bin_target
  35. #define TARGET test_audio
  36. #define LOCAL_LIBS \
  37. audio
  38. #define OTHER_LIBS \
  39. $[OTHER_LIBS] pystub
  40. #define SOURCES \
  41. test_audio.cxx
  42. #end test_bin_target