File:  [CSRG BSD Unix] / 40BSD / lib / libln / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD40
BSD 4.0

CFLAGS = -O

all: libln.a

libln.a:
	cc -c -O allprint.c main.c reject.c yyless.c
	cc -c -O yywrap.c
	rm -f libln.a
	ar rvc libln.a allprint.o main.o reject.o yyless.o yywrap.o
	rm allprint.o main.o reject.o yyless.o yywrap.o

install: all
	install libln.a $(DESTDIR)/usr/lib
	rm -f $(DESTDIR)/usr/lib/libl.a
	ln $(DESTDIR)/usr/lib/libln.a $(DESTDIR)/usr/lib/libl.a

clean:
	rm -f *.o libln.a

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.