|
|
1.1 ! root 1: CFLAGS = -O -w ! 2: AS = -as ! 3: OBJS = \ ! 4: a0.o a1.o a2.o a3.o a4.o a5.o a6.o a7.o a8.o a9.o aa.o ab.o ac.o ad.o\ ! 5: ae.o af.o ag.o ah.o ai.o aj.o ak.o al.o an.o ao.o aq.o aw.o az.o apl_s.o\ ! 6: gamma.o apl.o asciiterm.o write2.o write3.o ! 7: ! 8: apl: $(OBJS) ! 9: cc $(OBJS) -lm -o apl ! 10: apl.o: apl.c tab.c ! 11: apl.c: apl.y ! 12: yacc apl.y ! 13: mv y.tab.c apl.c ! 14: clean: ! 15: rm -f apl *.o apl.c ! 16: install: ! 17: install -s apl ${DESTDIR}/usr/ucb
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.