METHDIR=../methods/
all: ${METHDIR}defexecw
#
${METHDIR}defexecw: defexecw.o outerw.o startchild.o ../lib/jgofs.a
	${CC} outerw.o defexecw.o startchild.o ../lib/jgofs.a -o $@
outerw.o:outerw.c
	${CC} -c -DQUOTENOLINK -DNOOTHEROPTS -DOPTIONHOST='"${OTHEROPTSERVER}"' -DMYADDR='"${MYADDR}"' outerw.c
startchild.o:startchild.c
	${CC} -c startchild.c


