|
|
1.1 root 1: #
2: # $Header: Makefile,v 2.8 84/10/10 04:56:16 steveg Exp $
3: # $Locker: $
4: #
5: CFLAGS=-O
6: LPR=lprw
7: USRINCLUDE=/usr/include
8:
9: all: hyroute
10:
11: .l.o:
12: lex -v $*.l
13: mv lex.yy.c $*.c
14: ${CC} -c ${CFLAGS} $*.c
15:
16: .c.o:
17: ${CC} -c ${CFLAGS} $*.c
18:
19: hyroute: hyr_main.o hyr_lex.o
20: ${CC} ${CFLAGS} -o hyroute hyr_main.o hyr_lex.o -ll
21:
22: install: hyroute
23: install -s hyroute ${DESTDIR}/usr/new/hyroute
24:
25: hyr_main.o: hyr_main.c hyr_sym.h ${USRINCLUDE}/vaxif/if_hy.h
26: hyr_lex.o: hyr_lex.l hyr_sym.h
27:
28: clean:
29: -rm -f *.o hyroute hyr_lex.c
30:
31: print:
32: cat -n Makefile | fold -128 | pr -h `pwd`/Makefile >/usr/tmp/hyr_print
33: cat -n README | fold -128 | pr -h `pwd`/README >>/usr/tmp/hyr_print
34: cat -n test.input | fold -128 | pr -h `pwd`/test.input >>/usr/tmp/hyr_print
35: cat -n hyr_sym.h | fold -128 | pr -h `pwd`/hyr_sym.h >>/usr/tmp/hyr_print
36: cat -n hyr_lex.l | fold -128 | pr -h `pwd`/hyr_lex.l >>/usr/tmp/hyr_print
37: cat -n hyr_main.c | fold -128 | pr -h `pwd`/hyr_main.c >>/usr/tmp/hyr_print
38: ${LPR} /usr/tmp/hyr_print
39: rm /usr/tmp/hyr_print
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.