2
0

Makefile.am 1.1 KB

12345678910111213141516171819202122232425
  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. md5.c md5.h \
  10. ppCommandFile.cxx ppCommandFile.h ppDependableFile.cxx \
  11. ppDependableFile.h ppDirectory.cxx \
  12. ppDirectory.h ppDirectoryTree.cxx ppDirectoryTree.h \
  13. ppMain.cxx ppMain.h \
  14. ppFilenamePattern.cxx \
  15. ppFilenamePattern.h ppNamedScopes.cxx ppNamedScopes.h \
  16. ppScope.cxx ppScope.h ppSubroutine.cxx ppSubroutine.h \
  17. ppremake.cxx ppremake.h sedAddress.cxx sedAddress.h sedCommand.cxx \
  18. sedCommand.h sedContext.cxx sedContext.h sedProcess.cxx \
  19. sedProcess.h sedScript.cxx sedScript.h tokenize.cxx \
  20. tokenize.h vector_string.h
  21. # Extra files for VC++ project description
  22. EXTRA_DIST = \
  23. ppremake.sln ppremake.vcproj ppremake.vsdir ppremake.vsz