X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=114852b369066233b1fccf0dfaa29135c81657e6;hb=ada0be365c21b6c28ad878d93d5473dcb9c9a011;hp=6a14aaa0b8dfb590c687b088d1ffe4bedc1d5c17;hpb=6fed5b4936ef75dcdd8273a9aa09bc325a1511b0;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 6a14aaa..114852b 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -5,7 +5,6 @@ include ../Makefile.common all: librfxswf.a q.o -lame_objects_2 = lame/psymodel.o lame/fft.o lame/newmdct.o lame/quantize.o lame/takehiro.o lame/reservoir.o lame/quantize_pvt.o lame/vbrquantize.o lame/encoder.o lame/id3tag.o lame/version.o lame/tables.o lame/util.o lame/bitstream.o lame/set_get.o lame/VbrTag.o lame/lame.o lame_objects = @lame_objects@ h263_objects = h.263/dct.o h.263/h263tables.o h.263/swfvideo.o @@ -30,11 +29,11 @@ $(lame_objects): $(actioncompiler_objects): cd action;make all;cd .. -h.263/dct.o: +h.263/dct.o: h.263/dct.c h.263/dct.h $(C) h.263/dct.c -o h.263/dct.o -h.263/h263tables.o: +h.263/h263tables.o: h.263/h263tables.c h.263/h263tables.h $(C) h.263/h263tables.c -o h.263/h263tables.o -h.263/swfvideo.o: +h.263/swfvideo.o: h.263/swfvideo.c h.263/h263tables.h h.263/dct.h $(C) h.263/swfvideo.c -o h.263/swfvideo.o librfxswf.a: rfxswf.o drawer.o bitio.o log.o MD5.o $(lame_objects) $(h263_objects) $(actioncompiler_objects) @@ -46,7 +45,8 @@ uninstall: clean: rm -f *.o *.lo *.a *.la gmon.out - cd lame;$(MAKE) clean;cd .. - cd h.263;$(MAKE) clean;cd .. - cd action;$(MAKE) clean;cd .. + cd lame && $(MAKE) clean && cd .. || true + cd h.263 && $(MAKE) clean && cd .. + cd action && $(MAKE) clean && cd .. + cd python && $(MAKE) clean && cd ..