Makefile.am 1.0 KB

123456789101112131415161718192021222324
  1. bin_PROGRAMS = ppremake
  2. ppremake_SOURCES = \
  3. check_include.cxx check_include.h \
  4. dSearchPath.I dSearchPath.cxx dSearchPath.h \
  5. executionEnvironment.cxx executionEnvironment.h \
  6. filename.I filename.cxx filename.h \
  7. globPattern.I globPattern.cxx globPattern.h \
  8. gnu_getopt.c gnu_getopt.h gnu_regex.c gnu_regex.h \
  9. ppCommandFile.cxx ppCommandFile.h ppDependableFile.cxx \
  10. ppDependableFile.h ppDirectory.cxx \
  11. ppDirectory.h ppDirectoryTree.cxx ppDirectoryTree.h \
  12. ppMain.cxx ppMain.h \
  13. ppFilenamePattern.cxx \
  14. ppFilenamePattern.h ppNamedScopes.cxx ppNamedScopes.h \
  15. ppScope.cxx ppScope.h ppSubroutine.cxx ppSubroutine.h \
  16. ppremake.cxx ppremake.h sedAddress.cxx sedAddress.h sedCommand.cxx \
  17. sedCommand.h sedContext.cxx sedContext.h sedProcess.cxx \
  18. sedProcess.h sedScript.cxx sedScript.h tokenize.cxx \
  19. tokenize.h vector_string.h
  20. # Extra files for VC++ project description
  21. EXTRA_DIST = \
  22. ppremake.sln ppremake.vcproj ppremake.vsdir ppremake.vsz