comparison mp3lib/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents 0db8fb3cc48d
children 68df3b19a160
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
64 rm -f *~ *.o *.a test1 test2 64 rm -f *~ *.o *.a test1 test2
65 65
66 distclean: clean 66 distclean: clean
67 rm -f .depend 67 rm -f .depend
68 68
69 dep: depend 69 dep depend:
70
71 depend:
72 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 70 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
73 71
74 # 72 #
75 # include dependency files if they exist 73 # include dependency files if they exist
76 # 74 #