comparison Makefile @ 607:5762b2d659d2 libavcodec

darwin patches by Heliodoro Tammaro <helio at interactives dot org>
author michaelni
date Wed, 21 Aug 2002 19:18:02 +0000
parents 442dede8795b
children c0005de2be59
comparison
equal deleted inserted replaced
606:72d9661683f2 607:5762b2d659d2
80 80
81 tests: apiexample cpuid_test $(TESTS) 81 tests: apiexample cpuid_test $(TESTS)
82 82
83 $(LIB): $(OBJS) 83 $(LIB): $(OBJS)
84 rm -f $@ 84 rm -f $@
85 $(AR) rc $@ $(OBJS) 85 $(AR) rcs $@ $(OBJS)
86 86
87 $(SLIB): $(OBJS) 87 $(SLIB): $(OBJS)
88 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) 88 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS)
89 89
90 dsputil.o: dsputil.c dsputil.h 90 dsputil.o: dsputil.c dsputil.h
125 imgresample-test: imgresample.c 125 imgresample-test: imgresample.c
126 $(CC) $(CFLAGS) -DTEST -o $@ $^ 126 $(CC) $(CFLAGS) -DTEST -o $@ $^
127 127
128 dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o \ 128 dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o \
129 fdctref.o jrevdct.o i386/idct_mmx.o 129 fdctref.o jrevdct.o i386/idct_mmx.o
130 $(CC) -o $@ $^ 130 $(CC) -o $@ $^ -lm
131 131
132 motion-test: motion_test.o $(LIB) 132 motion-test: motion_test.o $(LIB)
133 $(CC) -o $@ $^ 133 $(CC) -o $@ $^
134 134
135 install: all 135 install: all