X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=cd9e283dd96a7e1268bfda8ba6d1525b12c61533;hp=cd76a1f6f007bde49b8dac544a0eb2912c86dfd7;hb=65616923d1789af7df70b7db7e62bbe5d2a03c22;hpb=f3170e2137a7657b575db43c3b11e42eff77bde2 diff --git a/Makefile.in b/Makefile.in index cd76a1f6..cd9e283d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,10 +13,10 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = inductive resonance +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 @@ -43,8 +43,6 @@ CPPFLAGS += -Wshadow BINARIES = para_server para_client para_gui para_audioc para_recv \ para_filter para_write @extra_binaries@ -all_man_binaries := para_server para_client para_gui para_audioc para_recv \ - para_filter para_write para_fade para_sdl_gui para_audiod man_binaries := $(filter-out para_dbadm para_slider para_krell.so, $(BINARIES)) man_pages := $(patsubst %, man/man1/%.1, $(man_binaries)) man_pages_html := $(patsubst %, man/html/%.html, $(man_binaries)) @@ -53,8 +51,6 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -all_c_files := $(wildcard *.c) -c_sources := $(filter-out $(gengetopts_c), $(all_c_files)) grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README FEATURES GPL grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) @@ -204,7 +200,7 @@ krell.o: krell.c $(CC) -Wall -O -g -fPIC @GTK_CFLAGS@ -c -o $@ krell.c mysql_selector.o: mysql_selector.c - $(CC) -c $(DEBUG_CPPFLAGS) -Wall -O -g @mysql_cppflags@ $< + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mysql_cppflags@ $< %.cmdline.o: %.cmdline.c $(CC) -c $(CPPFLAGS) $< @@ -264,7 +260,7 @@ maintainer-clean: distclean rm -f *_command_list.* *.man man/man1/* man/html/* -install: all +install: all man mkdir -p $(BINDIR) $(FONTDIR) $(PICDIR) $(MANDIR) $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) $(install_sh) -m 644 $(FONTS) $(FONTDIR)