[MPlayer-cvslog] r29196 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun Apr 19 17:54:16 CEST 2009
Author: diego
Date: Sun Apr 19 17:54:16 2009
New Revision: 29196
Log:
cosmetics: Rename PARTS variable to FFMPEGPARTS.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sun Apr 19 17:51:06 2009 (r29195)
+++ trunk/Makefile Sun Apr 19 17:54:16 2009 (r29196)
@@ -784,14 +784,14 @@ DIRS = . \
ALLHEADERS = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.h))
-PARTS = libavcodec \
+FFMPEGPARTS = libavcodec \
libavformat \
libavutil \
libpostproc \
libswscale \
-FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a)
-FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] $(part)/*/*.[chS])
+FFMPEGLIBS = $(foreach part, $(FFMPEGPARTS), $(part)/$(part).a)
+FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(part)/*.[chS] $(part)/*/*.[chS])
@@ -820,7 +820,7 @@ all: $(ALL_PRG-yes)
checkheaders: $(ALLHEADERS:.h=.ho)
dep depend: $(DEPS)
- for part in $(PARTS); do $(MAKE) -C $$part depend; done
+ for part in $(FFMPEGPARTS); do $(MAKE) -C $$part depend; done
$(FFMPEGLIBS): $(FFMPEGFILES) config.h
$(MAKE) -C $(@D)
More information about the MPlayer-cvslog
mailing list