X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=a0a7fc43623061a88f04bce1d91b424314fbd1fc;hp=9a10859f65c4c04c63a889f6b039e38149437966;hb=39e304a0adbeee8d606f3c003a338c93f48dd16b;hpb=652128ed748840a22d4dcb85c1ac54bc95fdc33d diff --git a/Makefile.in b/Makefile.in index 9a10859f..a0a7fc43 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,10 +20,14 @@ 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))