|
|
1.1 ! root 1: CFLAGS = -D$(ARCH) -DTS $(FLEX) -I. -I$(INC) -I$(SDPINC) ! 2: ARCH = AR32W ! 3: FLEX = -DFLEXNAMES ! 4: INC = ../inc ! 5: SDPINC = ../libsdp ! 6: LIBSDP = ../libsdp/libsdp.a ! 7: LIBLD = ../libld/libld.a ! 8: OBJECTS= tstc.o pass1.o mid.o pass2.o copy.o ! 9: ! 10: cprs: $(OBJECTS) $(LIBLD) $(LIBSDP) ! 11: $(CC) -o cprs $(OBJECTS) $(LIBLD) $(LIBSDP) ! 12: $(OBJECTS): $(SDPINC)/sdp.h $(INC)/ldfcn.h ! 13: tstc.o: $(INC)/filehdr.h $(INC)/storclass.h $(INC)/syms.h \ ! 14: sdp1.h ! 15: pass1.o: $(INC)/filehdr.h $(INC)/storclass.h $(INC)/syms.h \ ! 16: tagitem.h pass1.c sdp1.h ! 17: mid.o: $(INC)/storclass.h $(INC)/syms.h tagitem.h sdp1.h ! 18: pass2.o: $(INC)/filehdr.h $(INC)/storclass.h $(INC)/syms.h \ ! 19: $(INC)/scnhdr.h $(INC)/linenum.h $(INC)/reloc.h \ ! 20: tagitem.h ! 21: copy.o: $(INC)/filehdr.h $(INC)/scnhdr.h $(INC)/reloc.h \ ! 22: $(INC)/storclass.h $(INC)/syms.h $(INC)/linenum.h ! 23: ! 24: install: cprs ! 25: cp cprs /usr/jerq/bin/cprs ! 26: strip /usr/jerq/bin/cprs ! 27: ! 28: clean: ! 29: rm -f *.o core cprs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.