X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=b4392a3c63a8bddca224300b00c2e5d9de5a6177;hp=670be971b5f10a9d9510667ff2af7989648f18b3;hb=5d91cb9b0ed833517cc9288e9ca802d8a1b62757;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/Makefile.in b/Makefile.in index 670be971..b4392a3c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := elliptic inheritance +codename := symplectic separability DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -50,6 +50,7 @@ CPPFLAGS += -Wmissing-format-attribute CPPFLAGS += -Wmissing-noreturn CPPFLAGS += -Wunused-macros CPPFLAGS += -Wbad-function-cast +CPPFLAGS += -fno-strict-aliasing CPPFLAGS += -DMAIN_INPUT_FILE_IS_$(*F) CPPFLAGS += @SSL_CPPFLAGS@ CPPFLAGS += @ncurses_cppflags@ @@ -64,7 +65,7 @@ man_pages_in := $(patsubst %, web/%.man.in.html, $(man_binaries)) ggo_dir := ggo m4_ggos := afh audioc audiod client filter fsck gui recv server write -all_ggos := $(m4_ggos) dccp_recv oggdec_filter alsa_write fade http_recv \ +all_ggos := $(m4_ggos) dccp_recv oggdec_filter alsa_write oss_write fade http_recv \ osx_write udp_recv amp_filter compress_filter file_write \ grab_client mp3dec_filter ggo_generated := $(addsuffix .cmdline.c, $(all_ggos)) $(addsuffix .cmdline.h, $(all_ggos)) \ @@ -158,7 +159,7 @@ para_audioc: @audioc_objs@ $(CC) $(LDFLAGS) -o $@ @audioc_objs@ @audioc_ldflags@ para_fade: @fade_objs@ - $(CC) $(LDFLAGS) -o $@ @fade_objs@ + $(CC) $(LDFLAGS) -o $@ @fade_objs@ @fade_ldflags@ para_server: @server_objs@ $(CC) $(LDFLAGS) -o $@ @server_objs@ @server_ldflags@