linux-zen-server/lib/.gen_crc64table.cmd

12 lines
465 B
Batchfile
Raw Normal View History

2023-08-30 17:53:23 +02:00
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):