comparison src/libssh2.mk @ 4308:411ddca4207f

More dont install dependancy docs * src/tiff.mk: add MXE_DISABLE_DOCS to install * Makefile.in: add dist_manX_MANS targets to MXE_DISABLE_DOCS * src/pcre.mk: remove html and man pages from installed files * src/libssh2.mk: add MXE_DISABLE_DOCS to install
author John D
date Sat, 31 Dec 2016 09:54:08 -0500
parents 7ba850535b45
children 390c9db1bcb0
comparison
equal deleted inserted replaced
4307:d15e1b63b01f 4308:411ddca4207f
26 --prefix='$(HOST_PREFIX)' \ 26 --prefix='$(HOST_PREFIX)' \
27 --disable-examples-build \ 27 --disable-examples-build \
28 --without-openssl \ 28 --without-openssl \
29 --with-libgcrypt \ 29 --with-libgcrypt \
30 PKG_CONFIG='$(MXE_PKG_CONFIG)' && $(CONFIGURE_POST_HOOK) 30 PKG_CONFIG='$(MXE_PKG_CONFIG)' && $(CONFIGURE_POST_HOOK)
31 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= html_DATA= DESTDIR='$(3)' 31 $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_PROGS) $(MXE_DISABLE_DOCS) DESTDIR='$(3)'
32 32
33 ## '$(MXE_CC)' \ 33 ## '$(MXE_CC)' \
34 ## -W -Wall -Werror -ansi -pedantic \ 34 ## -W -Wall -Werror -ansi -pedantic \
35 ## '$(2).c' -o '$(HOST_BINDIR)/test-libssh2.exe' \ 35 ## '$(2).c' -o '$(HOST_BINDIR)/test-libssh2.exe' \
36 ## `'$(MXE_PKG_CONFIG)' --cflags --libs libssh2` 36 ## `'$(MXE_PKG_CONFIG)' --cflags --libs libssh2`