]> Sergey Matveev's repositories - tofuproxy.git/blob - cmd/zstd/compile_flags.txt.do
Refactor C-code building, use pkgconf
[tofuproxy.git] / cmd / zstd / compile_flags.txt.do
1 redo-ifchange $src conf/zstd.cflags.rc conf/zstd.libs.rc
2 read ZSTD_CFLAGS < conf/zstd.cflags.rc
3 read ZSTD_LIBS < conf/zstd.libs.rc
4 printf "%s" "$CFLAGS $ZSTD_CFLAGS $LDFLAGS $ZSTD_LIBS" |
5     tr " " "\n" | grep -v "^$" | sort | uniq