File:  [Research Unix] / researchv10no / cmd / prefer / libux3 / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

LIBNAME = libux3.a
CFLAGS = -O
INCRT = /usr/include
FRC =

FILES = \
	$(LIBNAME)(strchr.o) \
	$(LIBNAME)(strpbrk.o) \
	$(LIBNAME)(strspn.o) \
	$(LIBNAME)(strtok.o)

all:	$(LIBNAME) 

$(LIBNAME):	$(FILES)
	ranlib $(LIBNAME)

install:	all

clean:
	-rm -f *.o

clobber:	clean
	-rm -f $(LIBNAME)

$(LIBNAME)(%.o):	%.c
	$(CC) -c -x $(CFLAGS) $%.c
	$(AR) r $(LIBNAME) $%.o
	rm -f $%.o

$(LIBNAME)(strchr.o): \
	$(FRC)

$(LIBNAME)(strpbrk.o): \
	$(FRC)

$(LIBNAME)(strspn.o): \
	$(FRC)

$(LIBNAME)(strtok.o): \
	$(FRC)

FRC:

unix.superglobalmegacorp.com

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