repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
tools
/
genmodule
/
Makefile.deps
blob
d835e39e608bc982ac44da51a60e4b6becc8afcc
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
readref.c \
11
stringlist.c \
12
writeincclib.c \
13
writeincproto.c \
14
writeincdefines.c \
15
writeinclibdefs.c \
16
writemakefile.c \
17
writestart.c \
18
writeend.c \
19
writeautoinit.c \
20
writestubs.c \
21
writefunclist.c
22
GENMODULE_INCS := genmodule.h fileread.h functionhead.h
23
GENMODULE_DEPS := $(addprefix $(TOP)/tools/genmodule/,$(GENMODULE_SRCS) $(GENMODULE_INCS) include/aros/libcall.h) \
24
$(AROS_INCLUDES)/aros/cpu.h