|
|
1.1 ! root 1: CFLAGS = -O ! 2: OBS =\ ! 3: code_gen.o constant.o decl.o decl_item.o decl_shared.o\ ! 4: expr.o f_equiv.o f_expr.o f_id.o f_life.o\ ! 5: f_main.o f_sub.o f_trace.o factor.o find_ident.o\ ! 6: find_str.o find_type.o function.o init.o\ ! 7: initi.o io.o jump.o \ ! 8: lex.o macdep.o main.o massage.o \ ! 9: memory.o parse.o readonly.o sort.o\ ! 10: stats.o suopt.o sutab.o xnodes.o ! 11: COBS =\ ! 12: code_gen.O constant.O decl.O decl_item.O decl_shared.O\ ! 13: expr.O f_equiv.O f_expr.O f_id.O f_life.O\ ! 14: f_main.O f_sub.O f_trace.O factor.O find_ident.O\ ! 15: find_str.O find_type.O function.O init.O\ ! 16: initi.O io.O jump.O \ ! 17: lex.O macdep.O main.O massage.O \ ! 18: memory.O parse.O readonly.O sort.O\ ! 19: stats.O suopt.O sutab.O xnodes.O ! 20: ! 21: %.o : %.c ! 22: $(CC) $(CFLAGS) -c $%.c ! 23: cyntax -c $%.c ! 24: ! 25: ccom : $(OBS) bits.o ! 26: cyntax $(COBS) bits.O ! 27: $(CC) $(OBS) bits.o -o ccom ! 28: echo done ! 29: clean : ! 30: rm -f $(COBS) $(OBS) ccom ! 31: ! 32: bits.c: tables.c ! 33: $(CC) -E tables.c | ./sets > bits.c ! 34: ! 35: ! 36: install: ccom ! 37: cp ccom /usr/lib/cyntax/ccom ! 38: ! 39: ctags: ! 40: ctags *.c ! 41: ! 42: $(OBS): defs.h ! 43: ! 44: bits.c code_gen.o constant.o decl.o f_equiv.o f_expr.o: cnodes.h ! 45: f_id.o f_life.o f_main.o f_sub.o f_trace.o factor.o: cnodes.h ! 46: function.o initi.o io.o jump.o macdep.o massage.o: cnodes.h ! 47: memory.o parse.o stats.o : cnodes.h ! 48: ! 49: stats.o massage.o initi.o init.o factor.o expr.o: xtypes.h ! 50: decl_shared.o decl_item.o decl.o constant.o: xtypes.h ! 51: ! 52: constant.o decl.o decl_item.o decl_shared.o expr.o f_expr.o: types.h ! 53: f_id.o f_life.o f_sub.o factor.o find_ident.o init.o: types.h ! 54: initi.o io.o macdep.o massage.o parse.o stats.o: types.h ! 55: ! 56: bits.c constant.o decl.o decl_item.o decl_shared.o expr.o : tokens.h ! 57: f_life.o f_sub.o factor.o function.o initi.o io.o : tokens.h ! 58: jump.o lex.o memory.o parse.o stats.o : tokens.h ! 59: ! 60: constant.o expr.o factor.o : void.h ! 61: ! 62: decl.o f_life.o f_main.o f_sub.o function.o stats.o: func.h ! 63: ! 64: f_equiv.o f_expr.o f_id.o f_life.o f_main.o f_sub.o f_trace.o: flow.h ! 65: ! 66: decl.o decl_shared.o factor.o find_type.o initi.o: io.h ! 67: io.o lex.o main.o memory.o: io.h ! 68: ! 69: decl.o factor.o find_ident.o function.o stats.o: parse.h ! 70: ! 71: bits.c decl.o decl_shared.o factor.o find_type.o: stdobj.h ! 72: initi.o io.o : stdobj.h ! 73: ! 74: ! 75: bits.c decl.o f_life.o function.o initi.o main.o : options.h ! 76: bits.c initi.o :objects.h ! 77: ! 78: decl_shared.o factor.o initi.o lex.o macdep.o massage.o parse.o: macdep.h ! 79: sort.o suopt.o: sort.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.