repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dosboot.resource: add small hint about boot device page
[AROS.git]
/
tools
/
genmodule
/
Makefile.deps
blob
2ee960891ce1e7102b374b97109c916a120f260f
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
writeincinterfaces.c \
17
writemakefile.c \
18
writestart.c \
19
writeend.c \
20
writeautoinit.c \
21
writestubs.c \
22
writefunclist.c \
23
writefd.c \
24
writeskel.c \
25
writegetlibbase.c
26
27
GENMODULE_INCS := genmodule.h fileread.h functionhead.h
28
GENMODULE_DEPS := $(addprefix $(SRCDIR)/tools/genmodule/,$(GENMODULE_SRCS) $(GENMODULE_INCS))