comparison loader/dshow/Makefile @ 170:a4d3c83eeb52

small cosmetic to avoid gcc warnings
author arpi_esp
date Tue, 20 Mar 2001 02:04:33 +0000
parents 550ebe869cec
children 45778577e6aa
comparison
equal deleted inserted replaced
169:550ebe869cec 170:a4d3c83eeb52
18 18
19 $(LIBNAME): .depend $(OBJS) 19 $(LIBNAME): .depend $(OBJS)
20 $(AR) r $(LIBNAME) $(OBJS) 20 $(AR) r $(LIBNAME) $(OBJS)
21 21
22 test: test.c $(LIBNAME) 22 test: test.c $(LIBNAME)
23 $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++ 23 $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
24 24
25 all: $(LIBNAME) 25 all: $(LIBNAME)
26 26
27 clean: 27 clean:
28 rm -f *.o *.a *~ 28 rm -f *.o *.a *~