comparison libmpdemux/Makefile @ 7148:d48db6256efb

use dir/libname.a instead of -Ldir -lname partially done by "Steven M. Schultz" <sms@2BSD.COM> Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer.
author arpi
date Thu, 29 Aug 2002 21:30:57 +0000
parents 2e5c07262861
children cb1428dd4d79
comparison
equal deleted inserted replaced
7147:0541f7fb59bf 7148:d48db6256efb
37 37
38 $(LIBNAME): $(OBJS) 38 $(LIBNAME): $(OBJS)
39 $(AR) r $(LIBNAME) $(OBJS) 39 $(AR) r $(LIBNAME) $(OBJS)
40 40
41 test: $(LIBNAME) test.c 41 test: $(LIBNAME) test.c
42 $(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test -L. -lmpdemux -ldvdread -lz -lpthread 42 $(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test ./libmpdemux.a -ldvdread -lz -lpthread
43 43
44 clean: 44 clean:
45 rm -f *.o *.a *~ 45 rm -f *.o *.a *~
46 46
47 distclean: 47 distclean: