added some dependencies.
authorkramm <kramm>
Mon, 20 Sep 2004 16:14:10 +0000 (16:14 +0000)
committerkramm <kramm>
Mon, 20 Sep 2004 16:14:10 +0000 (16:14 +0000)
avi2swf/Makefile.in

index 48c4831..4ed26c6 100644 (file)
@@ -8,13 +8,13 @@ VIDEO_CFLAGS=@VIDEO_CFLAGS@
 
 all: avi2swf$(E)
 
 
 all: avi2swf$(E)
 
-videoreader_avifile.o: videoreader_avifile.cc
+videoreader_avifile.o: videoreader_avifile.cc videoreader_avifile.hh
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
-videoreader_vfw.o: videoreader_vfw.cc
+videoreader_vfw.o: videoreader_vfw.cc videoreader_vfw.hh
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
-avi2swf.o: avi2swf.cc
+avi2swf.o: avi2swf.cc videoreader_vfw.hh videoreader_avifile.hh
        $(CC) $< -o $@
 
 v2swf.o: v2swf.c ../lib/q.h
        $(CC) $< -o $@
 
 v2swf.o: v2swf.c ../lib/q.h