comparison libass/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents de4a66d99f41
children 68df3b19a160
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
31 rm -f *.o *.a *~ 31 rm -f *.o *.a *~
32 32
33 distclean: clean 33 distclean: clean
34 rm -f .depend 34 rm -f .depend
35 35
36 dep: depend 36 dep depend:
37
38 depend:
39 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 37 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
40 38
41 # 39 #
42 # include dependency files if they exist 40 # include dependency files if they exist
43 # 41 #