[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.257,1.258
Diego Biurrun CVS
diego
Fri May 5 11:41:08 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv24415/libavcodec
Modified Files:
Makefile
Log Message:
Unconditionally clean AMR subdirs.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Makefile 27 Apr 2006 03:31:26 -0000 1.257
+++ Makefile 5 May 2006 09:41:06 -0000 1.258
@@ -240,14 +240,12 @@
ifeq ($(AMR_NB),yes)
AMROBJS= amr.o
OBJS+= amr_float/sp_dec.o amr_float/sp_enc.o amr_float/interf_dec.o amr_float/interf_enc.o
-CLEANAMR=cleanamrfloat
endif
ifeq ($(AMR_NB_FIXED),yes)
AMROBJS= amr.o
EXTRAOBJS += amr/*.o
EXTRADEPS=amrlibs
-CLEANAMR=cleanamr
endif
ifeq ($(AMR_WB),yes)
@@ -258,7 +256,6 @@
amrwb_float/enc_dtx.o amrwb_float/enc_gain.o amrwb_float/enc_if.o \
amrwb_float/enc_lpc.o amrwb_float/enc_main.o amrwb_float/enc_rom.o \
amrwb_float/enc_util.o amrwb_float/if_rom.o
-CLEANAMR=cleanamrwbfloat
endif
OBJS+= $(AMROBJS)
@@ -432,7 +429,7 @@
dsputil.o: dsputil.c dsputil.h
-clean:: $(CLEANAMR)
+clean::
rm -f \
i386/*.o i386/*~ \
armv4l/*.o armv4l/*~ \
@@ -443,15 +440,9 @@
sh4/*.o sh4/*~ \
sparc/*.o sparc/*~ \
liba52/*.o liba52/*~ \
+ amr_float/*.o \
apiexample $(TESTS)
-
-cleanamr:
$(MAKE) -C amr clean
-
-cleanamrfloat:
- rm -f amr_float/*.o
-
-cleanamrwbfloat:
$(MAKE) -C amrwb_float -f makefile.gcc clean
# api example program
More information about the ffmpeg-cvslog
mailing list