X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=e5e8a4428e4a67115c735266ddaeb7aa6b6431fb;hp=7d692a7eed9a84ee1fcebeec23deb94b226e9985;hb=60216e4058f4ecc24467df577e51cb2bd66508b0;hpb=b32cd75d0cc39f877f89accc9b2706420d0de899 diff --git a/Makefile.in b/Makefile.in index 7d692a7e..e5e8a442 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ shots += para_krell-2005-02.png para_server-startup.txt shots += para_slider-2004-12.png sdl_gui.jpg para_krell-2005-02.png shots := $(patsubst %,web/sync/%,$(shots)) web_pics := web/sync/paraslash.png web/sync/paraslash.ico -web_misc := demo-script overview.pdf versions/paraslash-git.tar.bz2 PUBLIC_KEY key.anonymous para.css doc +web_misc := overview.pdf versions/paraslash-git.tar.bz2 PUBLIC_KEY key.anonymous para.css doc web_misc := $(patsubst %,web/sync/%,$(web_misc)) autocrap := config.h.in configure @@ -154,6 +154,11 @@ ortp_recv.o: ortp_recv.c ortp_send.o: ortp_send.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $< +oggdec.o: oggdec.c + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $< +ogg_afh.o: ogg_afh.c + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $< + mp3dec.o: mp3dec.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mad_cppflags@ $< @@ -281,8 +286,6 @@ web/sync/%.png: pics/web/%.png web/sync cp $< $@ web/sync/%.ico: pics/web/%.ico web/sync cp $< $@ -web/sync/demo-script: scripts/demo-script web/sync - cp $< $@ web/sync/para.css: web/para.css web/sync cp $< $@ web/sync/versions/paraslash-git.tar.bz2: paraslash-git.tar.bz2 web/sync