diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/codecs/lib/Makefile | 2 | ||||
| -rw-r--r-- | apps/codecs/libFLAC/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/liba52/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libalac/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libfaad/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libffmpegFLAC/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libm4a/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libmad/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libmusepack/Makefile | 3 | ||||
| -rw-r--r-- | apps/codecs/libwavpack/Makefile | 3 |
10 files changed, 19 insertions, 10 deletions
diff --git a/apps/codecs/lib/Makefile b/apps/codecs/lib/Makefile index 865e3b5..fcf84c2 100644 --- a/apps/codecs/lib/Makefile +++ b/apps/codecs/lib/Makefile @@ -33,7 +33,7 @@ OUTPUT = $(BUILDDIR)/libcodec.a all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR+RANLIB $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 @$(RANLIB) $@ diff --git a/apps/codecs/libFLAC/Makefile b/apps/codecs/libFLAC/Makefile index d1e78bd..221b934 100644 --- a/apps/codecs/libFLAC/Makefile +++ b/apps/codecs/libFLAC/Makefile @@ -44,8 +44,9 @@ OUTPUT = $(BUILDDIR)/libFLAC.a all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ $(OBJDIR)/libFLAC/%.o: $(APPSDIR)/codecs/libFLAC/%.c @mkdir -p $(OBJDIR)/libFLAC diff --git a/apps/codecs/liba52/Makefile b/apps/codecs/liba52/Makefile index ea3c01c..b93f0c7 100644 --- a/apps/codecs/liba52/Makefile +++ b/apps/codecs/liba52/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libalac/Makefile b/apps/codecs/libalac/Makefile index 5bca428..6f75a08 100644 --- a/apps/codecs/libalac/Makefile +++ b/apps/codecs/libalac/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libfaad/Makefile b/apps/codecs/libfaad/Makefile index 1cb6c92..4a59d6c 100644 --- a/apps/codecs/libfaad/Makefile +++ b/apps/codecs/libfaad/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libffmpegFLAC/Makefile b/apps/codecs/libffmpegFLAC/Makefile index ee3f392..27c17c8 100644 --- a/apps/codecs/libffmpegFLAC/Makefile +++ b/apps/codecs/libffmpegFLAC/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libm4a/Makefile b/apps/codecs/libm4a/Makefile index ad084b0..73b24bc 100644 --- a/apps/codecs/libm4a/Makefile +++ b/apps/codecs/libm4a/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libmad/Makefile b/apps/codecs/libmad/Makefile index c24a693..7ee16d9 100644 --- a/apps/codecs/libmad/Makefile +++ b/apps/codecs/libmad/Makefile @@ -39,8 +39,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libmusepack/Makefile b/apps/codecs/libmusepack/Makefile index f5c59cc..68c2603 100644 --- a/apps/codecs/libmusepack/Makefile +++ b/apps/codecs/libmusepack/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc diff --git a/apps/codecs/libwavpack/Makefile b/apps/codecs/libwavpack/Makefile index 60911a0..077e4aa 100644 --- a/apps/codecs/libwavpack/Makefile +++ b/apps/codecs/libwavpack/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc |