From: Måns Rullgård Date: Tue, 9 Mar 2010 14:58:25 +0000 (+0000) Subject: Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles X-Git-Tag: v0.6~733 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=d8e117ddfe5a27b6588c5f04b52f8d48eff66b3f;p=coroid%2Flibav_saccubus.git Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles Originally committed as revision 22396 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/subdir.mak b/subdir.mak index 3dd9f43bf..aba2fe0c2 100644 --- a/subdir.mak +++ b/subdir.mak @@ -22,12 +22,10 @@ $(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm $(OBJS) $(SUBDIR)%.ho $(SUBDIR)%-test.o $(TESTOBJS): CPPFLAGS += -DHAVE_AV_CONFIG_H -ifdef CONFIG_STATIC $(SUBDIR)$(LIBNAME): $(OBJS) $(RM) $@ $(AR) rc $@ $^ $(EXTRAOBJS) $(RANLIB) $@ -endif install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig @@ -47,7 +45,6 @@ distclean:: clean $(RM) $(addprefix $(SUBDIR),$(DISTCLEANSUFFIXES)) \ $(addprefix $(SUBDIR), $(foreach suffix,$(DISTCLEANSUFFIXES),$(addsuffix /$(suffix),$(DIRS)))) -ifdef CONFIG_SHARED $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) $(Q)cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME) @@ -59,7 +56,6 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)lib$(NAME).ver ifdef SUBDIR $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(DEP_LIBS) endif -endif install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) $(Q)mkdir -p "$(SHLIBDIR)"