X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=cfc6909a7e1737466b0042ee455aee53bed64fc8;hp=8ecc1b8f6d606497aff2e9291e9b962d698cd28e;hb=e4278fbb73908f52f6419b38bd3284f1ba063298;hpb=32e646780461f96682d1191d31e08e4602ab125e diff --git a/Makefile.in b/Makefile.in index 8ecc1b8f..cfc6909a 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 @@ -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 $<'