comparison postproc/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents 5fd0864becc3
children d2aef091743c
comparison
equal deleted inserted replaced
12631:6cbccc0c7d7b 12632:80973aa180a5
18 18
19 all: $(SWSLIB) 19 all: $(SWSLIB)
20 20
21 $(SWSLIB): $(SWSOBJS) 21 $(SWSLIB): $(SWSOBJS)
22 $(AR) r $(SWSLIB) $(SWSOBJS) 22 $(AR) r $(SWSLIB) $(SWSOBJS)
23 $(RANLIB) $(SWSLIB)
23 24
24 clean: 25 clean:
25 rm -f *.o *.a *~ *.so cs_test swscale-example 26 rm -f *.o *.a *~ *.so cs_test swscale-example
26 27
27 distclean: 28 distclean: