|
|
1.1 root 1: #
2: # @(#)Makefile 4.2 (Berkeley) 83/02/11
3: #
4:
5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
6: DESTDIR=
7: CFLAGS=-O -DWORD32
8: SRCS = Makefile dextern files yaccpar \
9: y1.c y2.c y3.c y4.c \
10: yaccdiffs yaccnews
11:
12: all: yacc
13:
14: yacc: y1.o y2.o y3.o y4.o
15: $(CC) -o yacc y?.o
16: y1.o y2.o y3.o y4.o: dextern files
17: install: all
18: install -s yacc $(DESTDIR)/usr/bin
19: install -c yaccpar $(DESTDIR)/usr/lib
20: clean :
21: -rm -f *.o yacc
22:
23: cleansrc:
24: rm -f *.c yacc* files dextern Makefile
25:
26: srcs: $(SRCS)
27: $(SRCS):
28: sccs get $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.