comparison loader/dshow/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 b69ddd4d3bb9
children ce1ba8fd57e7
comparison
equal deleted inserted replaced
7147:0541f7fb59bf 7148:d48db6256efb
21 21
22 $(LIBNAME): $(OBJS) 22 $(LIBNAME): $(OBJS)
23 $(AR) r $(LIBNAME) $(OBJS) 23 $(AR) r $(LIBNAME) $(OBJS)
24 24
25 test: test.c $(LIBNAME) 25 test: test.c $(LIBNAME)
26 $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ 26 $(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
27 27
28 all: $(LIBNAME) 28 all: $(LIBNAME)
29 29
30 clean: 30 clean:
31 rm -f *.o *.a *~ 31 rm -f *.o *.a *~