Mercurial > libavcodec.hg
comparison Makefile @ 1125:0980ae063f4e libavcodec
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
| author | michaelni |
|---|---|
| date | Tue, 11 Mar 2003 12:09:13 +0000 |
| parents | d90c350454da |
| children | 6842feb093c1 |
comparison
equal
deleted
inserted
replaced
| 1124:64c7c76ed17c | 1125:0980ae063f4e |
|---|---|
| 123 tests: apiexample cpuid_test $(TESTS) | 123 tests: apiexample cpuid_test $(TESTS) |
| 124 | 124 |
| 125 $(LIB): $(OBJS) | 125 $(LIB): $(OBJS) |
| 126 rm -f $@ | 126 rm -f $@ |
| 127 $(AR) rc $@ $(OBJS) | 127 $(AR) rc $@ $(OBJS) |
| 128 ifneq ($(CONFIG_OS2),yes) | |
| 129 $(RANLIB) $@ | 128 $(RANLIB) $@ |
| 130 endif | |
| 131 | 129 |
| 132 $(SLIB): $(OBJS) | 130 $(SLIB): $(OBJS) |
| 133 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) | 131 $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) |
| 134 | 132 |
| 135 dsputil.o: dsputil.c dsputil.h | 133 dsputil.o: dsputil.c dsputil.h |
