[MPlayer-cvslog] r22802 - in trunk: liba52/Makefile libdha/Makefile mp3lib/Makefile mpcommon.mak
diego
subversion at mplayerhq.hu
Sat Mar 24 16:03:57 CET 2007
Author: diego
Date: Sat Mar 24 16:03:57 2007
New Revision: 22802
Modified:
trunk/liba52/Makefile
trunk/libdha/Makefile
trunk/mp3lib/Makefile
trunk/mpcommon.mak
Log:
Move test program removal on distclean to mpcommon.mak.
Modified: trunk/liba52/Makefile
==============================================================================
--- trunk/liba52/Makefile (original)
+++ trunk/liba52/Makefile Sat Mar 24 16:03:57 2007
@@ -14,6 +14,3 @@ include ../mpcommon.mak
test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
$(CC) $(CFLAGS) -o $@ $^ -lm
-
-distclean::
- rm -f test
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Sat Mar 24 16:03:57 2007
@@ -36,9 +36,6 @@ test: pci.o
clean::
rm -f *.so *.so.* pci_*.c pci_*.h pci.db
-distclean::
- rm -f test
-
dep depend:: pci_names.c
install:
Modified: trunk/mp3lib/Makefile
==============================================================================
--- trunk/mp3lib/Makefile (original)
+++ trunk/mp3lib/Makefile Sat Mar 24 16:03:57 2007
@@ -18,6 +18,3 @@ decode_i586.o: CFLAGS += -fomit-frame-po
%: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o
$(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm
-
-distclean::
- rm -f test test2
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Sat Mar 24 16:03:57 2007
@@ -28,7 +28,7 @@ clean::
rm -f *.o *.a *~
distclean:: clean
- rm -f .depend
+ rm -f .depend test test2
dep depend::
$(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
More information about the MPlayer-cvslog
mailing list