comparison Gui/Makefile @ 17489:399f91dd4fbe

Make clean/distclean behave uniformly in all directories.
author diego
date Fri, 27 Jan 2006 00:18:52 +0000
parents 418f64d01554
children 257c8575c5ab
comparison
equal deleted inserted replaced
17488:ce1ba8fd57e7 17489:399f91dd4fbe
28 $(RANLIB) $(LIBNAME) 28 $(RANLIB) $(LIBNAME)
29 29
30 all: $(LIBNAME) 30 all: $(LIBNAME)
31 31
32 clean: 32 clean:
33 rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend 33 rm -f *.o *.a *~
34 34
35 #dep: depend 35 #dep: depend
36 # 36 #
37 #depend: 37 #depend:
38 # makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null 38 # makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null
39 # 39 #
40 40
41 distclean: clean 41 distclean: clean
42 rm -f .depend
42 43
43 dep: depend 44 dep: depend
44 45
45 depend: .depend 46 depend: .depend
46 47