Lines 126-135
install: ccache$(EXEEXT) @disable_man@ccache.1
Link Here
|
126 |
clean: |
126 |
clean: |
127 |
rm -rf $(files_to_clean) |
127 |
rm -rf $(files_to_clean) |
128 |
|
128 |
|
129 |
src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@ |
|
|
130 |
$(zlib_objs): CPPFLAGS += -include config.h |
131 |
$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@ |
132 |
|
133 |
src/zlib/libz.a: $(zlib_objs) |
129 |
src/zlib/libz.a: $(zlib_objs) |
134 |
$(if $(quiet),@echo " AR $@") |
130 |
$(if $(quiet),@echo " AR $@") |
135 |
$(Q)$(AR) cr $@ $(zlib_objs) |
131 |
$(Q)$(AR) cr $@ $(zlib_objs) |