12 lines
525 B
Batchfile
12 lines
525 B
Batchfile
savedcmd_scripts/mod/mk_elfconfig := clang -Wp,-MMD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -Wdeclaration-after-statement -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c
|
|
|
|
source_scripts/mod/mk_elfconfig := scripts/mod/mk_elfconfig.c
|
|
|
|
deps_scripts/mod/mk_elfconfig := \
|
|
/usr/include/gentoo/fortify.h \
|
|
/usr/include/gentoo/maybe-stddefs.h \
|
|
|
|
scripts/mod/mk_elfconfig: $(deps_scripts/mod/mk_elfconfig)
|
|
|
|
$(deps_scripts/mod/mk_elfconfig):
|