Annotation of researchv9/jerq/src/32ld/makefile, revision 1.1.1.1

1.1       root        1: BIN    = /usr/jerq/bin
                      2: CFLAGS = -I/usr/jerq/include
                      3: RM     = /bin/rm -f
                      4: 
                      5: .c.o:
                      6:                $(CC) $(CFLAGS) -c $<
                      7: 
                      8: 32ld:          32ld.o proto.o pcheck.o
                      9:                $(CC) $(LFLAGS) -o 32ld 32ld.o proto.o pcheck.o
                     10: 
                     11: 32ld.o:                proto.h $(FRC)
                     12: proto.o:       proto.h $(FRC)
                     13: 
                     14: install:       32ld
                     15:                cp 32ld $(BIN)
                     16:                strip $(BIN)/32ld
                     17: 
                     18: clean:
                     19:        $(RM) *.o* 32ld
                     20: 
                     21: clobber:       clean
                     22:                $(RM) 32ld
                     23: 
                     24: lint:
                     25:                lint $(CFLAGS) *.c
                     26: 
                     27: pp:
                     28:                pp -t32ld makefile *.h *.c *.cm *.sm | dcan

unix.superglobalmegacorp.com

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