X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=75414df4292b71911ed8f66d0823fe472bb2121f;hb=32d355e7c8bb9ed3497faf0ddd41755196d039b8;hp=8ecc1b8f6d606497aff2e9291e9b962d698cd28e;hpb=32e646780461f96682d1191d31e08e4602ab125e;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 8ecc1b8f..75414df4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,6 +32,7 @@ DEBUG_CPPFLAGS += -Wmissing-format-attribute # DEBUG_CPPFLAGS += -Wextra # DEBUG_CPPFLAGS += -Wold-style-definition # DEBUG_CPPFLAGS += -Wdeclaration-after-statement +# DEBUG_CPPFLAGS += -Wsuggest-attribute=const # many warnings about trivial stuff # CPPFLAGS += -Wconversion @@ -69,7 +70,7 @@ object_dir := objects man_dir := man/man1 test_dir := t -m4_ggos := afh audioc audiod client filter gui recv server write +m4_ggos := afh audioc audiod client filter gui recv server write ao_write all_ggos := $(m4_ggos) dccp_recv alsa_write oss_write fade http_recv \ osx_write udp_recv amp_filter compress_filter file_write \ mp3dec_filter prebuffer_filter @@ -195,6 +196,9 @@ $(object_dir)/aac_afh.o: aac_afh.c | $(object_dir) $(object_dir)/gui%.o: gui%.c | $(object_dir) @[ -z "$(Q)" ] || echo 'CC $<' $(Q) $(CC) -c -o $@ $(CPPFLAGS) $(DEBUG_CPPFLAGS) @curses_cppflags@ $< +$(object_dir)/ao_write.o: ao_write.c | $(object_dir) + @[ -z "$(Q)" ] || echo 'CC $<' + $(Q) $(CC) -c -o $@ $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ao_cppflags@ $< $(object_dir)/%.cmdline.o: $(cmdline_dir)/%.cmdline.c $(cmdline_dir)/%.cmdline.h | $(object_dir) @[ -z "$(Q)" ] || echo 'CC $<'