Annotation of researchv10dc/ipc/mgrs/ns/mkfile, revision 1.1.1.1

1.1       root        1: MGR=nameserver
                      2: BINDIR=/usr/ipc/mgrs
                      3: CC=CC
                      4: OBJS=set.o tuple.o attribute.o ordered.o distance.o parsefiles.o
                      5: CFLAGS=-g
                      6: 
                      7: all:V: ns
                      8: $OBJS: dbtypes.h
                      9: 
                     10: ns: $OBJS ns.o
                     11:        CC $CFLAGS $prereq -lipc -lin ../common/libcommon.a -o ns
                     12: 
                     13: tester: $OBJS tester.o
                     14:        CC $CFLAGS $prereq -lipc ../common/libcommon.a -o tester
                     15: 
                     16: install: ns
                     17:        rm -f $BINDIR/ns
                     18:        cp ns $BINDIR/ns
                     19:        chmod 775 $BINDIR/ns
                     20:        /etc/chown bin,bin $BINDIR/ns
                     21: 
                     22: clean:
                     23:        rm -f *.out *.o ns

unix.superglobalmegacorp.com

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