summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-13 09:44:42 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-13 09:44:42 +0000
commit77405bb879d88fda458801f3a7ee82fecdef5ed3 (patch)
tree514d76c3e36a45c97372ebb2226dcd548dbf37e9 /libavcodec/Makefile
parentee794d1e495404a743706123a7257f4f31941045 (diff)
downloadffmpeg-streaming-77405bb879d88fda458801f3a7ee82fecdef5ed3.zip
ffmpeg-streaming-77405bb879d88fda458801f3a7ee82fecdef5ed3.tar.gz
Simplify CLEANFILES generation.
Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a47f04b..9bde81b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -467,17 +467,10 @@ ASM_OBJS-$(ARCH_BFIN) += bfin/pixels_bfin.o \
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
TESTS-$(ARCH_X86) += cpuid-test$(EXESUF) motion-test$(EXESUF)
-CLEANFILES = \
- alpha/*.o alpha/*~ \
- armv4l/*.o armv4l/*~ \
- bfin/*.o bfin/*~ \
- i386/*.o i386/*~ \
- mlib/*.o mlib/*~ \
- ppc/*.o ppc/*~ \
- ps2/*.o ps2/*~ \
- sh4/*.o sh4/*~ \
- sparc/*.o sparc/*~ \
- apiexample$(EXESUF)
+DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc
+
+CLEANFILES = $(addsuffix /*.o,$(DIRS)) $(addsuffix /*.ho,$(DIRS)) \
+ $(addsuffix /*~,$(DIRS)) apiexample$(EXESUF)
include $(SUBDIR)../subdir.mak
OpenPOWER on IntegriCloud