comparison src/octave.mk @ 3323:808b2c61eccb

octave.mk: Replace tabs with spaces for consistent alignment. * octave.mk: Replace tabs with spaces for consistent alignment.
author Rik <rik@octave.org>
date Thu, 14 Nov 2013 07:46:10 -0800
parents 2640cb06f42d
children 5b38e99bbfe4
comparison
equal deleted inserted replaced
3322:41645c0a134c 3323:808b2c61eccb
69 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ 69 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
70 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 70 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
71 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 71 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
72 --prefix='$($(PKG)_PREFIX)' \ 72 --prefix='$($(PKG)_PREFIX)' \
73 $($(PKG)_BLAS_OPTION) \ 73 $($(PKG)_BLAS_OPTION) \
74 $($(PKG)_CROSS_CONFIG_OPTIONS) \ 74 $($(PKG)_CROSS_CONFIG_OPTIONS) \
75 $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS) \ 75 $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS) \
76 $($(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS) \ 76 $($(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS) \
77 $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \ 77 $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \
78 PKG_CONFIG='$(MXE_PKG_CONFIG)' \ 78 PKG_CONFIG='$(MXE_PKG_CONFIG)' \
79 PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \ 79 PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \
80 && $($(PKG)_CONFIGURE_POST_HOOK) 80 && $($(PKG)_CONFIGURE_POST_HOOK)
81 81
82 ## We want both of these install steps so that we install in the 82 ## We want both of these install steps so that we install in the
83 ## location set by the configure --prefix option, and the other 83 ## location set by the configure --prefix option, and the other
84 ## in a directory tree that will have just Octave files. 84 ## in a directory tree that will have just Octave files.