mirror of https://github.com/mpv-player/mpv
Add standard depend target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20843 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cfe0d9ff92
commit
3c91c8d573
|
@ -38,5 +38,12 @@ libloader.a: $(OBJS) stubs.s
|
|||
$(AR) -r libloader.a $(OBJS) stubs.o
|
||||
$(RANLIB) libloader.a
|
||||
|
||||
dep:
|
||||
echo "dependency not required/supported"
|
||||
dep depend:
|
||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
||||
|
||||
#
|
||||
# include dependency files if they exist
|
||||
#
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue