From c75efba18eccbf2fe19e5a34bd8695e78c77b509 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 16 Mar 2005 19:09:53 +0000 Subject: [PATCH] Modified for testing under Linux --- bacnet-stack/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index 11fde245..44f14f8a 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -4,9 +4,17 @@ BASEDIR = . #CFLAGS = -Wall -I. # -g for debugging with gdb #CFLAGS = -Wall -I. -g -CFLAGS = -Wall -I. -Itest -g +CFLAGS = -Wall -I. -g -OBJS = main.o mstp.o crc.o ringbuf.o ports/linux/rs485.o +SRCS = ports/linux/main.c \ + ports/linux/ethernet.c \ + bacdcode.c \ + bigend.c \ + whois.c \ + iam.c \ + npdu.c + +OBJS = ${SRCS:.c=.o} TARGET = bacnet