Commit 75c4a9e8fe80d7d9630c29321d869842102dee2f

Authored by Jay Berkenbilt
1 parent 1fc7c89c

revamp install targets

git-svn-id: svn+q:///qpdf/trunk@855 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 0 additions and 25 deletions
Makefile
... ... @@ -123,31 +123,6 @@ check: $(TEST_TARGETS)
123 123 # Install targets are in the make directory in the rules-specific make
124 124 # fragments.
125 125  
126   -install: all
127   - ./mkinstalldirs $(DESTDIR)$(libdir)
128   - ./mkinstalldirs $(DESTDIR)$(bindir)
129   - ./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
130   - ./mkinstalldirs $(DESTDIR)$(docdir)
131   - ./mkinstalldirs $(DESTDIR)$(mandir)/man1
132   - $(LIBTOOL) --mode=install install -s -c \
133   - libqpdf/$(OUTPUT_DIR)/libqpdf.la \
134   - $(DESTDIR)$(libdir)/libqpdf.la
135   - $(LIBTOOL) --finish $(DESTDIR)$(libdir)
136   - $(RM) $(DESTDIR)$(libdir)/libqpdf.la
137   - $(LIBTOOL) --mode=install install -s -c \
138   - qpdf/$(OUTPUT_DIR)/qpdf \
139   - $(DESTDIR)$(bindir)/qpdf
140   - $(LIBTOOL) --mode=install install -s -c \
141   - zlib-flate/$(OUTPUT_DIR)/zlib-flate \
142   - $(DESTDIR)$(bindir)/zlib-flate
143   - cp qpdf/fix-qdf $(DESTDIR)$(bindir)
144   - cp include/qpdf/*.h $(DESTDIR)$(includedir)/qpdf
145   - cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf
146   - cp doc/stylesheet.css $(DESTDIR)$(docdir)
147   - cp doc/qpdf-manual.html $(DESTDIR)$(docdir)
148   - cp doc/qpdf-manual.pdf $(DESTDIR)$(docdir)
149   - cp doc/*.1 $(DESTDIR)$(mandir)/man1
150   -
151 126 QTEST=$(abspath qtest/bin/qtest-driver)
152 127 $(TEST_TARGETS):
153 128 @echo running qtest-driver for $(subst check_,,$@)
... ...