Sources.pp 626 B

123456789101112131415161718
  1. #begin lib_target
  2. #define TARGET dtoolutil
  3. #define LOCAL_LIBS dtoolbase
  4. #define UNIX_SYS_LIBS dl
  5. #define SOURCES \
  6. executionEnvironment.I executionEnvironment.cxx \
  7. executionEnvironment.h filename.I filename.cxx filename.h \
  8. load_dso.cxx load_dso.h dSearchPath.I dSearchPath.cxx \
  9. dSearchPath.h pfstream.h vector_string.cxx vector_string.h \
  10. gnu_getopt.c gnu_getopt.h gnu_getopt1.c
  11. #define INSTALL_HEADERS \
  12. executionEnvironment.I executionEnvironment.h filename.I \
  13. filename.h load_dso.h dSearchPath.I dSearchPath.h \
  14. pfstream.h vector_string.h gnu_getopt.h
  15. #end lib_target