fix for cases where a clip/shape intersection is zero
[swftools.git] / lib / Makefile.in
index 04d0614..9b193db 100644 (file)
@@ -21,6 +21,11 @@ ocr_objects=gocr/box.$(O) gocr/database.$(O) gocr/detect.$(O) gocr/job.$(O) gocr
 
 %.$(O): %.c 
        $(C) $< -o $@
+lame/%.$(O): lame/%.$(C)
+       $(C) $< -o $@
+action/%.$(O): action/%.$(C)
+       $(C) $< -o $@
+
 bitio.$(O): bitio.c bitio.h
        $(C) bitio.c -o $@
 drawer.$(O): drawer.c drawer.h
@@ -87,10 +92,8 @@ log.$(O): log.c log.h
 rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(top_builddir)/config.h
        $(C) rfxswf.c -o $@
 
-$(lame_objects):
-       cd lame;$(MAKE) all;cd ..
-$(actioncompiler_objects):
-       cd action;$(MAKE) all;cd ..
+#$(actioncompiler_objects):
+#      cd action;$(MAKE) all;cd ..
 
 h.263/dct.$(O):  h.263/dct.c h.263/dct.h
        $(C) h.263/dct.c -o h.263/dct.$(O)
@@ -126,7 +129,7 @@ devices/lrf.$(O):  devices/lrf.c devices/lrf.h
 devices/ocr.$(O): devices/ocr.c devices/ocr.h gocr/gocr.h
        $(C) devices/ocr.c -o devices/ocr.$(O)
 
-readers/swf2.$(O): readers/swf2.c readers/swf.h
+readers/swf2.$(O): readers/swf.c readers/swf.h
        $(C) readers/swf.c -o readers/swf2.$(O)
 readers/image.$(O): readers/image.c readers/image.h
        $(C) readers/image.c -o readers/image.$(O)