Skip to content

Commit 645751d

Browse files
committed
*** empty log message ***
1 parent 468c104 commit 645751d

24 files changed

+2101
-2433
lines changed

ppremake/Depends.pp

Lines changed: 0 additions & 40 deletions
This file was deleted.

ppremake/Global.stopgap.pp

Lines changed: 0 additions & 167 deletions
This file was deleted.

ppremake/Makefile.am

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
bin_PROGRAMS = ppremake
22

33
ppremake_SOURCES = \
4-
find_searchpath.cxx find_searchpath.h \
4+
check_include.cxx check_include.h find_searchpath.cxx \
5+
find_searchpath.h \
56
gnu_getopt.c gnu_getopt.h \
6-
ppCommandFile.cxx ppCommandFile.h ppDirectoryTree.cxx \
7-
ppDirectoryTree.h ppMain.cxx ppMain.h \
7+
ppCommandFile.cxx ppCommandFile.h ppDependableFile.cxx \
8+
ppDependableFile.h ppDirectory.cxx \
9+
ppDirectory.h ppDirectoryTree.cxx ppDirectoryTree.h \
10+
ppMain.cxx ppMain.h \
811
ppFilenamePattern.cxx \
912
ppFilenamePattern.h ppNamedScopes.cxx ppNamedScopes.h \
1013
ppScope.cxx ppScope.h ppSubroutine.cxx ppSubroutine.h \
1114
ppremake.cxx ppremake.h tokenize.cxx \
1215
tokenize.h
13-
14-
data_DATA = \
15-
System.pp Depends.pp Global.pp Template.autoconf.pp \
16-
Global.stopgap.pp Template.stopgap.pp \
17-
Global.unix.pp Template.unix.pp
18-
19-
EXTRA_DIST =\
20-
System.pp Depends.pp Global.pp Template.autoconf.pp \
21-
Global.stopgap.pp Template.stopgap.pp \
22-
Global.unix.pp Template.unix.pp

ppremake/System.pp

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)