File:  [Research Unix] / researchv9 / jerq / sgs / dis / 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)

ARCH	= AR32W
ARFORMAT= PORTAR
FLEX	= -DFLEXNAMES
DBO	= FBO
CFLAGS	= -D$(ARCH) -DM32 -D$(DBO) -D$(ARFORMAT) $(FLEX) -I$(INC) -I.
INC	= ../inc
LIBLD	= ../libld/libld.a
OBJECTS	= dis_main.o dis_utls.o bits.o tables.o dis_extn.o lists.o

dis:	$(OBJECTS) $(LIBLD)
	$(CC) -o dis $(OBJECTS) $(LIBLD)

$(OBJECTS):	dis.h $(INC)/filehdr.h $(INC)/ldfcn.h $(INC)/scnhdr.h
dis_extn.o:	$(INC)/linenum.h $(INC)/syms.h $(INC)/storclass.h structs.h
dis_main.o:	$(INC)/paths.h $(INC)/sgs.h $(INC)/syms.h\
		$(INC)/storclass.h $(INC)/linenum.h structs.h
dis_utls.o:	$(INC)/syms.h $(INC)/linenum.h $(INC)/storclass.h \
		$(INC)/sgs.h structs.h
lists.o:	structs.h $(INC)/linenum.h \
		$(INC)/syms.h $(INC)/storclass.h $(INC)/paths.h $(INC)/sgs.h
bits.o:		$(INC)/sgs.h

install:	dis
	cp dis /usr/jerq/bin/m32/dis
	strip /usr/jerq/bin/m32/dis
clean:
	-rm -f $(OBJECTS) dis core

unix.superglobalmegacorp.com

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