aboutsummaryrefslogtreecommitdiff
path: root/src/source.mk
blob: 618d3851501539f2700564f6ab10eaf9ffa250b2 (plain) (blame)
1
2
3
4
5
6
7
8
SRC_LOCAL	!= echo src/*.c
SOURCES		+= $(SRC_LOCAL)

# a bit ugly maybe, but I'm not aware of a better way to tell make
# "hey, these files have to generate some stuff for us"
src/main.c: src/copyjit.h
src/copyjit.c: src/copyjit.h
src/copyjit.h:  lib/op_decls.h lib/imm_decls.h