Annotation of researchv10no/cmd/adb/conf/templ, revision 1.1.1.1

1.1       root        1: comm:
                      2:        $(CC) $(CFLAGS) -c $1
                      3: v7:
                      4:        $(CC) $(CFLAGS) -c -I../v7 $1
                      5: v8:
                      6:        $(CC) $(CFLAGS) -c -I../v8 $1
                      7: null:
                      8:        $(CC) $(CFLAGS) -c -I../null $1
                      9: 68v:
                     10:        $(CC) $(CFLAGS) -c $1
                     11: cray:
                     12:        $(CC) $(CFLAGS) -c -I../cray $1
                     13: 11v:
                     14:        $(CC) $(CFLAGS) -c $1
                     15: vax:
                     16:        $(CC) $(CFLAGS) -c $1
                     17: seq:
                     18:        $(CC) $(CFLAGS) -c $1
                     19: %%
                     20: CFLAGS=-I. -I../comm
                     21: 
                     22: adb: $(FILES)
                     23:        $(CC) -o adb $(FILES)
                     24: 
                     25: clean:
                     26:        rm adb $(FILES)
                     27: 

unix.superglobalmegacorp.com

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