=== modified file 'Makefile' --- Makefile 2014-02-16 13:12:20 +0000 +++ Makefile 2014-03-05 21:47:03 +0000 @@ -4,11 +4,10 @@ -Wunsafe-loop-optimizations -Wpointer-arith \ -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings \ -Wconversion -Wstrict-prototypes -Wold-style-definition \ - -Wpacked -Wnested-externs -Winline -Wvolatile-register-var -# -Wunreachable-code + -Wpacked -Wnested-externs -Winline -Wvolatile-register-var \ + -Wunreachable-code #DEBUG=-ggdb3 -# For info about _FORTIFY_SOURCE, see -# +# For info about _FORTIFY_SOURCE, see feature_test_macros(7) # and . FORTIFY=-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIC LINK_FORTIFY_LD=-z relro -z now @@ -239,9 +238,11 @@ $(LINK.c) $^ -lrt $(GNUTLS_LIBS) $(AVAHI_LIBS) $(strip\ ) $(GPGME_LIBS) $(LOADLIBES) $(LDLIBS) -o $@ -.PHONY : all doc html clean distclean run-client run-server install \ - install-server install-client uninstall uninstall-server \ - uninstall-client purge purge-server purge-client +.PHONY : all doc html clean distclean mostlyclean maintainer-clean \ + check run-client run-server install install-html \ + install-server install-client-nokey install-client uninstall \ + uninstall-server uninstall-client purge purge-server \ + purge-client clean: -rm --force $(CPROGS) $(objects) $(htmldocs) $(DOCS) core