X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=52602df7f35aba7ce7f2e86052ad33571b67ea75;hb=6bd96c7ff17bb1a98f77e9598eee75dc7f6a2daa;hp=9a10859f65c4c04c63a889f6b039e38149437966;hpb=652128ed748840a22d4dcb85c1ac54bc95fdc33d;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 9a10859f..52602df7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,17 +13,21 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = isotropic threshold +codename = reproducing reflection DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code # DEBUG_CPPFLAGS += -Wwrite-strings + # invalid option for gcc-3.3.3 # DEBUG_CPPFLAGS += -Wextra # DEBUG_CPPFLAGS += -Wold-style-definition +# many warnings about trivial stuff +# CPPFLAGS += -Wconversion + CPPFLAGS += -Os CPPFLAGS += -Wall CPPFLAGS += -Wuninitialized @@ -53,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 GPL +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))