OSDN Git Service

Add EXTRADEPS variable for extra dependencies that need to be built first.
authorDiego Biurrun <diego@biurrun.de>
Thu, 27 Apr 2006 03:30:50 +0000 (03:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 27 Apr 2006 03:30:50 +0000 (03:30 +0000)
Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 3bcf1e9..24ccaed 100644 (file)
@@ -24,7 +24,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
 STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
 SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
 
-all: $(LIB) $(SLIBNAME)
+all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
 
 $(LIB): $(STATIC_OBJS)
        rm -f $@