mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
Sync with FFmpeg r6543.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
098bfe9f95
commit
313d4f22cb
@ -34,11 +34,9 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
|
|||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
||||||
|
|
||||||
depend: $(SRCS)
|
depend dep: $(SRCS)
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
dep: depend
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
||||||
*.lib *.def *.dll.a *.exp
|
*.lib *.def *.dll.a *.exp
|
||||||
@ -69,6 +67,7 @@ install-lib-shared: $(SLIBNAME)
|
|||||||
install-lib-static: $(LIB)
|
install-lib-static: $(LIB)
|
||||||
install -d "$(libdir)"
|
install -d "$(libdir)"
|
||||||
install -m 644 $(LIB) "$(libdir)"
|
install -m 644 $(LIB) "$(libdir)"
|
||||||
|
$(LIB_INSTALL_EXTRA_CMD)
|
||||||
|
|
||||||
install-headers:
|
install-headers:
|
||||||
install -d "$(incdir)"
|
install -d "$(incdir)"
|
||||||
@ -88,6 +87,8 @@ uninstall-headers:
|
|||||||
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
|
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
|
||||||
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
|
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
|
||||||
|
|
||||||
|
.PHONY: all depend dep clean distclean install* uninstall*
|
||||||
|
|
||||||
#
|
#
|
||||||
# include dependency files if they exist
|
# include dependency files if they exist
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user