comparison Makefile @ 640:d2f47c6c6b41 libavcodec

ar -s -> ranlib
author michaelni
date Mon, 02 Sep 2002 16:48:40 +0000
parents 0012f75c92bb
children 641708b5c33c
comparison
equal deleted inserted replaced
639:f449913e8419 640:d2f47c6c6b41
94 94
95 tests: apiexample cpuid_test $(TESTS) 95 tests: apiexample cpuid_test $(TESTS)
96 96
97 $(LIB): $(OBJS) 97 $(LIB): $(OBJS)
98 rm -f $@ 98 rm -f $@
99 $(AR) rcs $@ $(OBJS) 99 $(AR) rc $@ $(OBJS)
100 $(RANLIB) $@
100 101
101 $(SLIB): $(OBJS) 102 $(SLIB): $(OBJS)
102 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) 103 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS)
103 104
104 dsputil.o: dsputil.c dsputil.h 105 dsputil.o: dsputil.c dsputil.h