|
|
1.1 ! root 1: # @(#)Makefile 4.2 5/30/85 ! 2: # ! 3: CFLAGS = -O ! 4: SRCS= allprint.c main.c reject.c yyless.c yywrap.c ! 5: OBJS= allprint.o main.o reject.o yyless.o yywrap.o ! 6: TAGSFILE=tags ! 7: ! 8: all: libln.a ! 9: ! 10: libln.a: ${OBJS} ! 11: ar rc libln.a ${OBJS} ! 12: ! 13: install: all ! 14: install libln.a ${DESTDIR}/usr/lib ! 15: rm -f ${DESTDIR}/usr/lib/libl.a ! 16: ln ${DESTDIR}/usr/lib/libln.a ${DESTDIR}/usr/lib/libl.a ! 17: ranlib ${DESTDIR}/usr/lib/libln.a ! 18: ! 19: tags: ! 20: cwd=`pwd`; \ ! 21: for i in ${SRCS}; do \ ! 22: ctags -a -f ${TAGSFILE} $$cwd/$$i; \ ! 23: done ! 24: ! 25: clean: ! 26: rm -f ${OBJS} libln.a tags
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.