12 lines
465 B
Batchfile
12 lines
465 B
Batchfile
savedcmd_lib/gen_crc64table := clang -Wp,-MMD,lib/.gen_crc64table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -Wdeclaration-after-statement -o lib/gen_crc64table lib/gen_crc64table.c
|
|
|
|
source_lib/gen_crc64table := lib/gen_crc64table.c
|
|
|
|
deps_lib/gen_crc64table := \
|
|
/usr/include/gentoo/fortify.h \
|
|
/usr/include/gentoo/maybe-stddefs.h \
|
|
|
|
lib/gen_crc64table: $(deps_lib/gen_crc64table)
|
|
|
|
$(deps_lib/gen_crc64table):
|