12 lines
569 B
Batchfile
12 lines
569 B
Batchfile
savedcmd_scripts/genksyms/parse.tab.o := gcc -Wp,-MMD,scripts/genksyms/.parse.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -Wdeclaration-after-statement -I ./scripts/genksyms -c -o scripts/genksyms/parse.tab.o scripts/genksyms/parse.tab.c
|
|
|
|
source_scripts/genksyms/parse.tab.o := scripts/genksyms/parse.tab.c
|
|
|
|
deps_scripts/genksyms/parse.tab.o := \
|
|
scripts/genksyms/genksyms.h \
|
|
scripts/genksyms/parse.tab.h \
|
|
|
|
scripts/genksyms/parse.tab.o: $(deps_scripts/genksyms/parse.tab.o)
|
|
|
|
$(deps_scripts/genksyms/parse.tab.o):
|