Finished new binkp driver for testing

This commit is contained in:
Michiel Broek
2004-01-01 15:10:44 +00:00
parent b2052ae842
commit 4bdd094e91
3 changed files with 34 additions and 88 deletions

View File

@@ -66,11 +66,6 @@ mbtelind: ${MBTELIND_OBJS} ${LIBS}
mbtelout: ${MBTELOUT_OBJS} ${LIBS}
${CC} -o mbtelout ${MBTELOUT_OBJS} ${LDFLAGS} ${LIBS}
mbtest: binkpnew.o
rm -f binkpnew.o
${CC} -g -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -D_REENTRANT ${INCLUDES} ${DEFINES} -DDOTEST -c binkpnew.c
${CC} -o mbtest binkpnew.o ${LDFLAGS} ${LIBS}
filelist: Makefile
BASE=`pwd`; \
BASE=`basename $${BASE}`; \