adding BACnet/IP to the Linux port

This commit is contained in:
skarg
2005-05-04 17:53:05 +00:00
parent 6641d0a440
commit be646af144
6 changed files with 181 additions and 139 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
#Makefile to build BACnet Application
#Makefile to build BACnet Application for the Linux Port
CC = gcc
BASEDIR = .
#CFLAGS = -Wall -I.
@@ -7,9 +7,11 @@ BASEDIR = .
# Note: you can strip out symbols using the strip command
# to get an idea of how big the compile really is.
CFLAGS = -Wall -I. -g -DBACDL_ETHERNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_BIP=1
SRCS = ports/linux/main.c \
ports/linux/ethernet.c \
ports/linux/bip.c \
handlers.c \
bacdcode.c \
bigend.c \