From 75c4a9e8fe80d7d9630c29321d869842102dee2f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 22 Oct 2009 15:33:32 +0000 Subject: revamp install targets git-svn-id: svn+q:///qpdf/trunk@855 71b93d88-0707-0410-a8cf-f5a4172ac649 --- Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'Makefile') 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_,,$@) -- cgit v1.2.3-54-g00ecf