dist_dir = ccache-$(version)
dist_archives = \
- ccache-$(version).tar.bz2 \
- ccache-$(version).tar.gz
-ifneq ($(shell uname), Darwin)
- dist_archives += ccache-$(version).tar.xz
-endif
+ ccache-$(version).tar.gz \
+ ccache-$(version).tar.xz
generated_docs = \
LICENSE.html \
generated_headers = \
unittest/suites.h
-files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml doc/*.xml .deps/* perfdir.*
+files_to_clean += *.tar.gz *.tar.xz *.xml doc/*.xml .deps/* perfdir.*
files_to_clean += compile_commands.json
files_to_clean += src/confitems_lookup.c
files_to_clean += src/envtoconfitems_lookup.c
(cd $$tmpdir && \
tarcompression= && \
case $@ in \
- *.bz2) tarcompression=-j ;; \
*.gz) tarcompression=-z ;; \
*.xz) tarcompression=-J ;; \
esac && \