comparison libmpeg2/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents 4f71ed7cb512
children 68df3b19a160
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
49 rm -f *.o *.a *~ 49 rm -f *.o *.a *~
50 50
51 distclean: clean 51 distclean: clean
52 rm -f .depend 52 rm -f .depend
53 53
54 dep: depend 54 dep depend:
55
56 depend:
57 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 55 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
58 56
59 # 57 #
60 # include dependency files if they exist 58 # include dependency files if they exist
61 # 59 #