comparison libdvdcss/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents f76c0a5509cd
children 68df3b19a160
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
41 rm -f *.o *.a *~ *.so 41 rm -f *.o *.a *~ *.so
42 42
43 distclean: clean 43 distclean: clean
44 rm -f .depend 44 rm -f .depend
45 45
46 dep: depend 46 dep depend:
47
48 depend:
49 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 47 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
50 48
51 # 49 #
52 # include dependency files if they exist 50 # include dependency files if they exist
53 # 51 #