* mpw-make.in (as.c): Compile with C not gC.

(config-stamp): Touch correctly.
	(install-only): New target.
	(install): Depend on all and install-only.
This commit is contained in:
Stan Shebs 1994-06-30 00:59:49 +00:00
parent 6f0b87c329
commit 921e047bab
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,10 @@
Wed Jun 29 17:56:52 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (as.c): Compile with C not gC.
(config-stamp): Touch correctly.
(install-only): New target.
(install): Depend on all and install-only.
Sun Jun 26 16:42:12 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: Parse target and use to generate forward includes

View File

@ -29,7 +29,7 @@ bindir = {prefix}bin:
OBJECTS = \Option-d
"{o}"app.c.o \Option-d
"{o}"as.gc.o \Option-d
"{o}"as.c.o \Option-d
"{o}"atof-generic.c.o \Option-d
"{o}"bignum-copy.c.o \Option-d
"{o}"cond.c.o \Option-d
@ -89,10 +89,10 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS}
# else true; fi
echo '#endif /* TARGET_CPU */' >> "{o}"config.new
MoveIfChange "{o}"config.new "{o}"config.h
Echo ' ' "{o}"config-stamp
Echo ' ' >"{o}"config-stamp
"{o}"app.c.o \Option-f "{s}"app.c {INCLUDES}
"{o}"as.gc.o \Option-f "{s}"as.c {INCLUDES}
"{o}"as.c.o \Option-f "{s}"as.c {INCLUDES}
"{o}"atof-generic.c.o \Option-f "{s}"atof-generic.c {INCLUDES}
"{o}"bignum-copy.c.o \Option-f "{s}"bignum-copy.c {INCLUDES}
"{o}"cond.c.o \Option-f "{s}"cond.c {INCLUDES}
@ -119,7 +119,9 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS}
"{o}"obj-format.c.o \Option-f "{o}"obj-format.c {INCLUDES}
"{o}"atof-targ.c.o \Option-f "{o}"atof-targ.c {INCLUDES}
install \Option-f
install \Option-f all install-only
install-only \Option-f
If "`Exists "{prefix}"`" == ""
Echo "{prefix}" does not exist, cannot install anything
Exit 1