mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-18 10:00:59 -05:00
18 lines
787 B
Makefile
18 lines
787 B
Makefile
bin_PROGRAMS = ppremake
|
|
|
|
ppremake_SOURCES = \
|
|
check_include.cxx check_include.h filename.cxx filename.h \
|
|
find_searchpath.cxx find_searchpath.h \
|
|
gnu_getopt.c gnu_getopt.h gnu_regex.c gnu_regex.h \
|
|
ppCommandFile.cxx ppCommandFile.h ppDependableFile.cxx \
|
|
ppDependableFile.h ppDirectory.cxx \
|
|
ppDirectory.h ppDirectoryTree.cxx ppDirectoryTree.h \
|
|
ppMain.cxx ppMain.h \
|
|
ppFilenamePattern.cxx \
|
|
ppFilenamePattern.h ppNamedScopes.cxx ppNamedScopes.h \
|
|
ppScope.cxx ppScope.h ppSubroutine.cxx ppSubroutine.h \
|
|
ppremake.cxx ppremake.h sedAddress.cxx sedAddress.h sedCommand.cxx \
|
|
sedCommand.h sedContext.cxx sedContext.h sedProcess.cxx \
|
|
sedProcess.h sedScript.cxx sedScript.h tokenize.cxx \
|
|
tokenize.h
|