Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move.

This commit is contained in:
skarg
2006-01-10 20:36:30 +00:00
parent 3c1cc848a6
commit d7ed1480fe
21 changed files with 53 additions and 54 deletions
+6 -7
View File
@@ -1,18 +1,17 @@
#Makefile to build test case
CC = gcc
BASEDIR = .
#CFLAGS = -Wall -I.
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_TSM -g
DEFINES = -DTEST -DTEST_TSM
INCLUDES = -I. -Idemo/object -Itest -Iports/linux
CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
SRCS = address.c \
bacdcode.c \
bacstr.c \
bigend.c \
device.c \
ai.c \
ao.c \
demo/object/device.c \
demo/object/ai.c \
demo/object/ao.c \
iam.c \
npdu.c \
apdu.c \