X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=f33273e0249bcc70d3f31f6a760c35ee5d3b3392;hp=c2e7830a917c4a8ef81aa2750b451485bed294dc;hb=72cc3679948fe7c1f1b74f809a4dd2b949dc1bde;hpb=1d81d8914bef9c130e6d074b2f7c1ad15e97cc66 diff --git a/Makefile.in b/Makefile.in index c2e7830a..f33273e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,8 +15,8 @@ system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) codename = isotropic threshold -DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -DEBUG_CPPFLAGS += -Wredundant-decls +# DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +# DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code # DEBUG_CPPFLAGS += -Wwrite-strings @@ -57,7 +57,7 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README FEATURES +grutatxt := NEWS README.mysql CREDITS INSTALL README FEATURES grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_in))