|
|
1.1 ! root 1: CFLAGS =-D$(ARCH) -D$(ARFORMAT) -DUNIX $(FLEX) -I$(INC) -I. ! 2: ARCH =AR32W ! 3: # Set ARFORMAT to "PORTAR" for portable archive format (post 5.0) ! 4: # Set ARFORMAT to OLDAR for pre-5.0 archive format ! 5: ARFORMAT=PORTAR ! 6: FLEX = -DFLEXNAMES ! 7: INC = ../inc ! 8: LIBLD = ../libld/libld.a ! 9: OBJECTS= main.o setflags.o process.o checkflags.o buildtmp.o buildfcns.o \ ! 10: copytmp.o fcns.o ! 11: ! 12: strip: $(OBJECTS) $(LIBLD) ! 13: $(CC) -o strip $(OBJECTS) $(LIBLD) ! 14: ! 15: $(OBJECTS): $(INC)/filehdr.h $(INC)/ldfcn.h $(INC)/sgs.h defs.h ! 16: main.o process.o: $(INC)/paths.h ! 17: buildfcns.o: $(INC)/scnhdr.h \ ! 18: $(INC)/reloc.h $(INC)/syms.h \ ! 19: $(INC)/storclass.h $(INC)/linenum.h ! 20: ! 21: install: strip ! 22: cp strip /usr/jerq/bin/3strip ! 23: mv strip xxx ! 24: strip /usr/jerq/bin/3strip ! 25: mv xxx strip ! 26: ! 27: clean: ! 28: rm -f *.o core strip xxx
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.