mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-20 14:19:25 -06:00
16 lines
583 B
Makefile
16 lines
583 B
Makefile
bin_PROGRAMS = ppremake
|
|
|
|
ppremake_SOURCES = \
|
|
check_include.cxx check_include.h find_searchpath.cxx \
|
|
find_searchpath.h \
|
|
gnu_getopt.c gnu_getopt.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 tokenize.cxx \
|
|
tokenize.h
|