comparison Makefile @ 9437:663edb640673

ugly but otherwise make distclean doesnt remove libavcodec.a
author michael
date Sat, 15 Feb 2003 18:50:17 +0000
parents c9dcb67e9638
children aaf83525acef
comparison
equal deleted inserted replaced
9436:ffe048e5ad9f 9437:663edb640673
296 296
297 distclean: 297 distclean:
298 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) 298 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
299 -rm -f *.o *.a .depend configure.log codecs.conf.h 299 -rm -f *.o *.a .depend configure.log codecs.conf.h
300 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done 300 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done
301 $(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a
301 302
302 strip: 303 strip:
303 strip -s $(ALL_PRG) 304 strip -s $(ALL_PRG)
304 305
305 dep: depend 306 dep: depend