comparison Makefile @ 83:5e7f9b16e0a8 libavformat

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 821a7facb3e4
children 857a026b7e93
comparison
equal deleted inserted replaced
82:33753bc4869e 83:5e7f9b16e0a8
65 all: $(LIB) 65 all: $(LIB)
66 66
67 $(LIB): $(OBJS) $(PPOBJS) 67 $(LIB): $(OBJS) $(PPOBJS)
68 rm -f $@ 68 rm -f $@
69 $(AR) rc $@ $(OBJS) $(PPOBJS) 69 $(AR) rc $@ $(OBJS) $(PPOBJS)
70 ifneq ($(CONFIG_OS2),yes)
71 $(RANLIB) $@ 70 $(RANLIB) $@
72 endif
73 71
74 depend: $(SRCS) 72 depend: $(SRCS)
75 $(CC) -MM $(CFLAGS) $^ 1>.depend 73 $(CC) -MM $(CFLAGS) $^ 1>.depend
76 74
77 installlib: all 75 installlib: all