gbdk-releases/sdcc/support/tests/internal/Makefile
2015-01-10 16:25:09 +01:00

22 lines
392 B
Makefile

TOPDIR = ../../..
LIBSOURCE = \
$(TOPDIR)/src/SDCCutil.c \
$(TOPDIR)/src/SDCChasht.c \
$(TOPDIR)/support/Util/NewAlloc.c \
$(TOPDIR)/support/Util/SDCCerr.c \
$(TOPDIR)/src/SDCCmacro.c \
stubs.c
SOURCES = testpaths.c $(LIBSOURCE)
include $(TOPDIR)/Makefile.common
CFLAGS += -I$(TOPDIR)/src -I$(TOPDIR)/support/Util -I$(TOPDIR)
all: all-tests
all-tests: $(OBJ)
$(CC) -o $@ $(OBJ)