--- LibXtract-master.old/src/Makefile +++ LibXtract-master/src/Makefile @@ -25,9 +25,9 @@ # Flags to pass to the linker LDFLAGS ?= # Type of product to build: "shared" for a shared library, "static" for a static library, empty for standalone -LIBRARY ?= static +LIBRARY ?= static # Prefix to the path that the "install" target will install into. libs to $(PREFIX)/lib, executables to $(PREFIX)/bin -PREFIX ?= /usr/local +PREFIX ?= __META_PREFIX__ ############################################## ### Do not modify anything below this line ### --- LibXtract-master/src/Makefile~ 2014-12-19 17:46:10.000000000 +0000 +++ LibXtract-master/src/Makefile 2017-05-03 21:52:55.491298812 +0000 @@ -93,8 +93,8 @@ @$(COMPILER) $(CXXFLAGS) $(FLAGS) -MMD -MP -fPIC -c $< -o $@ install: $(OUT) - @install -d $(INSTALL_DIR) - @install $(OUT) $(INSTALL_DIR) + install -d $(INSTALL_DIR) + install --verbose $(OUT) $(INSTALL_DIR) uninstall: @$(RM) $(INSTALL_DIR)/$(OUT)