|
|
1.1 ! root 1: TARGET=vax ! 2: OS=bsd ! 3: CFLAGS=-g ! 4: LDFLAGS=-g ! 5: INCLUDES=-I. -I../c ! 6: ! 7: D=$(TARGET)-$(OS) ! 8: ! 9: all: $(D)/rcc ! 10: ! 11: OBJS=$(D)/gen.o ! 12: ! 13: $(D)/gen.o: gen.c ! 14: $(CC) -c -o $@ $(CFLAGS) $(INCLUDES) gen.c ! 15: ! 16: include ../c/makefile ! 17: ! 18: $(COBJS) $(OBJS): config.h ! 19: ! 20: RUN=run ! 21: V=$(TARGET)-$(OS) ! 22: include ../tst/makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.