home *** CD-ROM | disk | FTP | other *** search
- # Make assignments for compiling on NeXT with their compiler version.
- AR=ar
- OLDAR=ar
-
- CC=cc -traditional-cpp
- OLDCC=cc -traditional-cpp
-
- libgcc2.a: stdarg.h
-
- stdarg.h:
- cp $(srcdir)/gstdarg.h ./stdarg.h
-
- # When gcc is running on a NeXT, we want the make interaction in it.
-
- COMMON_OBJS = makeUser.o make-support.o next-version.o
-
- makeUser.o: make.h
-
- makeUser.c make.h: make.defs
- mig make.defs
-
- next-version.o: next-version.c
- next-version.c:
- echo "const char *next_version = "\"`cd $(srcdir);vers_string -f cc`\" ";" > \
- $@
-
-