1cmd_scripts/check-lc_ctype := gcc -Wp,-MD,scripts/.check-lc_ctype.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/include -o scripts/check-lc_ctype scripts/check-lc_ctype.c 2 3source_scripts/check-lc_ctype := scripts/check-lc_ctype.c 4 5deps_scripts/check-lc_ctype := \ 6 /usr/include/stdc-predef.h \ 7 /usr/include/locale.h \ 8 /usr/include/features.h \ 9 /usr/include/i386-linux-gnu/sys/cdefs.h \ 10 /usr/include/i386-linux-gnu/bits/wordsize.h \ 11 /usr/include/i386-linux-gnu/gnu/stubs.h \ 12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 13 /usr/lib/gcc/i686-linux-gnu/4.8/include/stddef.h \ 14 /usr/include/i386-linux-gnu/bits/locale.h \ 15 /usr/include/xlocale.h \ 16 17scripts/check-lc_ctype: $(deps_scripts/check-lc_ctype) 18 19$(deps_scripts/check-lc_ctype): 20