Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 10057:d1f55b76ef2c
Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"
or "make distclean".
author | rsf |
---|---|
date | Sat, 03 May 2003 06:24:37 +0000 |
parents | 4ecb40d73e24 |
children | d42177a0da2a |
comparison
equal
deleted
inserted
replaced
10056:88c855a174f3 | 10057:d1f55b76ef2c |
---|---|
54 | 54 |
55 test: $(LIBNAME) test.c | 55 test: $(LIBNAME) test.c |
56 $(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.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 | 56 $(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.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 |
57 | 57 |
58 clean: | 58 clean: |
59 rm -f *.o *.a *~ | 59 rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ |
60 | 60 |
61 distclean: | 61 distclean: |
62 rm -f test Makefile.bak *.o *.a *~ .depend | 62 rm -f test Makefile.bak *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ .depend |
63 | 63 |
64 dep: depend | 64 dep: depend |
65 | 65 |
66 depend: | 66 depend: |
67 $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend | 67 $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend |