Port the SB128 code to AROS.
[AROS.git] / tools / genmodule / Makefile.deps
blobd7ae61bb6be02acc8f2e15dcb3e64dbe43adf8c6
1 GENMODULE_SRCS := \
2     genmodule.c \
3     boopsisupport.c \
4     config.c \
5     dtsupport.c \
6     fileread.c \
7     functionhead.c \
8     muisupport.c \
9     oopsupport.c \
10     stringlist.c \
11     writeincclib.c \
12     writeincproto.c \
13     writeincdefines.c \
14     writeincinline.c \
15     writeinclibdefs.c \
16     writemakefile.c \
17     writestart.c \
18     writeend.c \
19     writeautoinit.c \
20     writestubs.c \
21     writefunclist.c \
22     writefd.c \
23     writeskel.c
25 GENMODULE_INCS := genmodule.h fileread.h functionhead.h
26 GENMODULE_DEPS := $(addprefix $(SRCDIR)/tools/genmodule/,$(GENMODULE_SRCS) $(GENMODULE_INCS) include/aros/libcall.h) \
27                   $(AROS_INCLUDES)/aros/$(AROS_TARGET_CPU)/cpu.h