Mercurial > mplayer.hg
comparison libmpeg2/Makefile @ 12632:80973aa180a5
ranlib cleanup by Dan Christiansen
author | alex |
---|---|
date | Thu, 24 Jun 2004 12:52:17 +0000 |
parents | d7ec2e2bb0da |
children | d0a8810e155c |
comparison
equal
deleted
inserted
replaced
12631:6cbccc0c7d7b | 12632:80973aa180a5 |
---|---|
20 .c.o: | 20 .c.o: |
21 $(CC) -c $(CFLAGS) -o $@ $< | 21 $(CC) -c $(CFLAGS) -o $@ $< |
22 | 22 |
23 $(LIBNAME): $(OBJS) | 23 $(LIBNAME): $(OBJS) |
24 $(AR) r $(LIBNAME) $(OBJS) | 24 $(AR) r $(LIBNAME) $(OBJS) |
25 $(RANLIB) $(LIBNAME) | |
25 | 26 |
26 all: $(LIBNAME) | 27 all: $(LIBNAME) |
27 | 28 |
28 clean: | 29 clean: |
29 rm -f *.o *.a *~ | 30 rm -f *.o *.a *~ |