mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Get one step closer to world domination.
Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
598ef02b15
commit
93fe7eb68d
12
Makefile
12
Makefile
@ -110,16 +110,8 @@ install-man: $(MANPAGES)
|
|||||||
install -d "$(MANDIR)/man1"
|
install -d "$(MANDIR)/man1"
|
||||||
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
|
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
|
||||||
|
|
||||||
uninstall: uninstall-progs uninstall-data uninstall-man
|
uninstall:
|
||||||
|
@echo "I'm sorry, Dave. I'm afraid I can't do that"
|
||||||
uninstall-progs:
|
|
||||||
rm -f $(addprefix "$(BINDIR)/", $(ALLPROGS))
|
|
||||||
|
|
||||||
uninstall-data:
|
|
||||||
rm -rf "$(DATADIR)"
|
|
||||||
|
|
||||||
uninstall-man:
|
|
||||||
rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
|
|
||||||
|
|
||||||
testclean:
|
testclean:
|
||||||
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
|
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
|
||||||
|
@ -43,9 +43,7 @@ $(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak
|
|||||||
|
|
||||||
install: install-libs install-headers
|
install: install-libs install-headers
|
||||||
|
|
||||||
uninstall: uninstall-libs uninstall-headers
|
.PHONY: all depend dep *clean install* uninstall examples testprogs
|
||||||
|
|
||||||
.PHONY: all depend dep *clean install* uninstall* examples testprogs
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
|
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
|
||||||
|
12
subdir.mak
12
subdir.mak
@ -81,18 +81,6 @@ install-headers::
|
|||||||
install -d "$(LIBDIR)/pkgconfig"
|
install -d "$(LIBDIR)/pkgconfig"
|
||||||
install -m 644 $(addprefix "$(SRC_DIR)"/,$(HEADERS)) "$(INCINSTDIR)"
|
install -m 644 $(addprefix "$(SRC_DIR)"/,$(HEADERS)) "$(INCINSTDIR)"
|
||||||
install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig"
|
install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig"
|
||||||
|
|
||||||
uninstall-libs::
|
|
||||||
-rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
|
|
||||||
"$(SHLIBDIR)/$(SLIBNAME)" \
|
|
||||||
"$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
|
|
||||||
-$(SLIB_UNINSTALL_EXTRA_CMD)
|
|
||||||
-rm -f "$(LIBDIR)/$(LIBNAME)"
|
|
||||||
|
|
||||||
uninstall-headers::
|
|
||||||
rm -f $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
|
||||||
rm -f "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
|
||||||
-rmdir "$(INCDIR)"
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(RULES))
|
$(eval $(RULES))
|
||||||
|
Loading…
Reference in New Issue
Block a user