diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-31 20:32:38 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-31 20:32:38 +0000 |
commit | 8f8547ae863e740f76fbe88064c28c1c4da1182b (patch) | |
tree | bb9522c6052aa6bc2a1160faa56570fadfc23b1d /libmpdemux/Makefile | |
parent | c0821a7d5171f2845570a578b01f5160e7fb0459 (diff) |
removed deprecated test.c file from libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19282 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r-- | libmpdemux/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
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 |