summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 17:33:32 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 17:33:32 +0200
commit75c4a9e8fe80d7d9630c29321d869842102dee2f (patch)
tree545ea5cb499f7bfed7fca9782bf16363492554b8 /Makefile
parent1fc7c89cb4d0e8ebc5721a6c4a42d6ed03e386bc (diff)
downloadqpdf-75c4a9e8fe80d7d9630c29321d869842102dee2f.tar.zst
revamp install targets
git-svn-id: svn+q:///qpdf/trunk@855 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 979ca328..e3244fcd 100644
--- a/Makefile
+++ b/Makefile
@@ -123,31 +123,6 @@ check: $(TEST_TARGETS)
# Install targets are in the make directory in the rules-specific make
# fragments.
-install: all
- ./mkinstalldirs $(DESTDIR)$(libdir)
- ./mkinstalldirs $(DESTDIR)$(bindir)
- ./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
- ./mkinstalldirs $(DESTDIR)$(docdir)
- ./mkinstalldirs $(DESTDIR)$(mandir)/man1
- $(LIBTOOL) --mode=install install -s -c \
- libqpdf/$(OUTPUT_DIR)/libqpdf.la \
- $(DESTDIR)$(libdir)/libqpdf.la
- $(LIBTOOL) --finish $(DESTDIR)$(libdir)
- $(RM) $(DESTDIR)$(libdir)/libqpdf.la
- $(LIBTOOL) --mode=install install -s -c \
- qpdf/$(OUTPUT_DIR)/qpdf \
- $(DESTDIR)$(bindir)/qpdf
- $(LIBTOOL) --mode=install install -s -c \
- zlib-flate/$(OUTPUT_DIR)/zlib-flate \
- $(DESTDIR)$(bindir)/zlib-flate
- cp qpdf/fix-qdf $(DESTDIR)$(bindir)
- cp include/qpdf/*.h $(DESTDIR)$(includedir)/qpdf
- cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf
- cp doc/stylesheet.css $(DESTDIR)$(docdir)
- cp doc/qpdf-manual.html $(DESTDIR)$(docdir)
- cp doc/qpdf-manual.pdf $(DESTDIR)$(docdir)
- cp doc/*.1 $(DESTDIR)$(mandir)/man1
-
QTEST=$(abspath qtest/bin/qtest-driver)
$(TEST_TARGETS):
@echo running qtest-driver for $(subst check_,,$@)