diff libmpdemux/Makefile @ 19276:6fae24d40138

removed deprecated test.c file from libmpdemux
author ben
date Mon, 31 Jul 2006 20:32:38 +0000
parents 64d82a45a05d
children 0c7ad1c632cc
line wrap: on
line diff
--- a/libmpdemux/Makefile	Mon Jul 31 20:07:21 2006 +0000
+++ b/libmpdemux/Makefile	Mon Jul 31 20:32:38 2006 +0000
@@ -123,24 +123,16 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 	$(RANLIB) $(LIBNAME)
 
-test:	$(LIBNAME) test.c
-	$(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test \
-	  ./libmpdemux.a ../stream/stream.a \
-	  ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o \
-	  ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o \
-	  ../m_option.o ../subreader.o \
-	  $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread
-
 clean:
 	rm -f *.o *.a *~
 
 distclean: clean
-	rm -f .depend test
+	rm -f .depend
 
 dep:    depend
 
 depend:
-	$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
+	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 
 #
 # include dependency files if they exist