File:  [CSRG BSD Unix] / 42BSD / lib / libc / vax / compat-4.1 / 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, BSD42
BSD 4.2

#	%M%	%I%	%E%
#
OBJS=	reset.o
CFLAGS=

.c.o:
	/lib/cpp -E -DPROF $*.c | ${AS} -o $*.o
	-ld -X -r $*.o
	mv a.out profiled/$*.o
	/lib/cpp -E $*.c | ${AS} -o $*.o
	-ld -x -r $*.o
	mv a.out $*.o

compat-4.1lib compat-4.1lib_p: ${OBJS}
	@echo "building profiled compat-4.1"
	@cd profiled; ar cru ../compat-4.1lib_p ${OBJS}
	@echo "building normal compat-4.1"
	@ar cru compat-4.1lib ${OBJS}

clean:
	rm -f ${OBJS} profiled/*.o errs a.out core compat-4.1lib compat-4.1lib_p

unix.superglobalmegacorp.com

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