comparison libmpcodecs/Makefile @ 14138:40ac42c6dd6d

make clean should also clean the native subdirectory.
author diego
date Thu, 09 Dec 2004 13:11:21 +0000
parents 0f92ad66bbb5
children fa80ed52127b
comparison
equal deleted inserted replaced
14137:b38aab8dd464 14138:40ac42c6dd6d
69 $(AR) r $(LIBNAME2) $(OBJS2) 69 $(AR) r $(LIBNAME2) $(OBJS2)
70 $(RANLIB) $(LIBNAME2) 70 $(RANLIB) $(LIBNAME2)
71 71
72 clean: 72 clean:
73 rm -f *.o *.a *~ 73 rm -f *.o *.a *~
74 rm -f native/*.o native/*.a native/*~
74 75
75 distclean: 76 distclean:
76 rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend 77 rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend
77 78
78 dep: depend 79 dep: depend