|
|
1.1 ! root 1: <../mkconf.sysv ! 2: ! 3: CC=cc ! 4: LPROG=connect canon #dispatch ! 5: LIBS=lib.a ! 6: LIBOBJ=canon.o lcreat.o ! 7: ! 8: %: %.sh ! 9: cp $stem.sh $target ! 10: chmod +x $target ! 11: ! 12: connect: connect.o ! 13: $CC $CFLAGS -o connect connect.o ! 14: ! 15: dispatch: dispatch.o ! 16: $CC $CFLAGS -o dispatch dispatch.o ! 17: ! 18: canon: canonmain.o lib.a ! 19: $CC $CFLAGS -o canon canonmain.o lib.a ! 20: ! 21: compile:V: $LPROG $LIBS ! 22: ! 23: install:V: ! 24: test -d $LDIR || mkdir $LDIR ! 25: cp $LPROG $LDIR ! 26: chown root $LDIR/connect && chmod 4755 $LDIR/connect ! 27: ! 28: lib.a: $LIBOBJ ! 29: ar r lib.a $LIBOBJ ! 30: ! 31: clean:V: ! 32: rm -f $LPROG $LIBS *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.