File:  [Research Unix] / researchv9 / jerq / sgs / size / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:22:00 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

CFLAGS	=-O -D$(ARCH) -D$(ARFORMAT) -DUNIX $(FLEX) -I$(INC) -I.
ARCH	=AR32W
ARFORMAT=PORTAR
FLEX	= -DFLEXNAMES
INC	= ../inc
LIBLD	= ../libld/libld.a
OBJECTS = main.o process.o fcns.o
#
size:	$(OBJECTS) $(LIBLD)
	$(CC) -o size $(OBJECTS) $(LIBLD)
$(OBJECTS):	$(INC)/filehdr.h $(INC)/ldfcn.h $(INC)/sgs.h defs.h
process.o: $(INC)/scnhdr.h process.h
fcns.o:	$(INC)/scnhdr.h
install:	size
	cp size /usr/jerq/bin/3size
	strip /usr/jerq/bin/3size
clean:
	rm -f *.o core size

unix.superglobalmegacorp.com

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