Sources.pp 1.1 KB

123456789101112131415161718192021222324252627
  1. // This directory defines the ctattach tools, which are completely
  2. // undocumented and are only intended for use by the VR Studio as a
  3. // convenient way to manage development by multiple people within the
  4. // various Panda source trees. These tools are not recommended for
  5. // use by the rest of the world; it's probably not worth the headache
  6. // of learning how to set them up.
  7. // Therefore, we only install the stuff in this directory if the
  8. // builder is already using the ctattach tools. Otherwise, it's safe
  9. // to assume s/he doesn't need the ctattach tools.
  10. #define BUILD_DIRECTORY $[CTPROJS]
  11. #if $[CTPROJS]
  12. #define INSTALL_HEADERS \
  13. ctattch.pl ctattch.pl.rnd ctunattach.pl ctquery.pl ctdelta.pl \
  14. ctdelta.pl.rnd unco.pl ctvspec.pl ctcm.pl ctccase.pl ctntool.pl \
  15. ctcvs.pl ctproj.pl ctutils.pl
  16. #define INSTALL_SCRIPTS \
  17. ctattach.drv ctunattach.drv ctquery ctdelta ctihave ctallihave \
  18. ctunco ctattachcc cttimewarp get-cttree update-cttree get-delta \
  19. ctsanity ctmkelem ctmkdir ctci ctco ctrm ctmv ctmake neartool
  20. #define INSTALL_CONFIG \
  21. dtool.cshrc dtool.init dtool.emacs dtool.alias \
  22. dtool.sh dtool.alias-sh
  23. #endif