From 8f8547ae863e740f76fbe88064c28c1c4da1182b Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 31 Jul 2006 20:32:38 +0000 Subject: removed deprecated test.c file from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19282 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'libmpdemux/Makefile') diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 97c59aa0fc..edbbf22787 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -123,24 +123,16 @@ $(LIBNAME): $(OBJS) $(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 -- cgit v1.2.3