|
|
1.1 ! root 1: OBJS=main.o dkctlchan.o dial.o listen.o ! 2: COBJS=main.O dkctlchan.O dial.O listen.O ! 3: MGR=dk ! 4: INCS=-I../../h ! 5: CFLAGS=-g ${INCS} ! 6: LIBS=../common/libcommon.a ../../libipc/libipc.a ! 7: CLIBS=../common/*.O ../../libipc/*.O ! 8: ! 9: all: cyntax ${MGR}mgr ! 10: ! 11: ${MGR}mgr: ${OBJS} ! 12: ${CC} -g ${OBJS} -o ${MGR}mgr ${LIBS} ! 13: ! 14: %.O: %.c ../../h/defs.h ../../h/ipc.h ! 15: cyntax -c $(INCS) $%.c ! 16: ! 17: cyntax: ${COBJS} ! 18: cyntax ${COBJS} ${CLIBS} ! 19: ! 20: clean: ! 21: rm -f *.[oO] ${MGR}mgr
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.