comparison Makefile.in @ 3448:f0a1b0872dbb

build-python: New build tool package.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Jan 2014 15:09:13 -0500
parents be097438c96f
children 59ae7d6334c1
comparison
equal deleted inserted replaced
3447:690a00576e5e 3448:f0a1b0872dbb
156 REQUIREMENTS := bash bzip2 $(MAKE) openssl $(PATCH) $(PERL) \ 156 REQUIREMENTS := bash bzip2 $(MAKE) openssl $(PATCH) $(PERL) \
157 $(SED) tar unzip wget 157 $(SED) tar unzip wget
158 158
159 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) 159 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
160 REQUIREMENTS += bsdtar 160 REQUIREMENTS += bsdtar
161 endif
162
163 # if we want jit (llvm) we need python
164 ifeq ($(ENABLE_JIT),yes)
165 REQUIREMENTS += python
166 endif 161 endif
167 162
168 LIBTOOL := libtool 163 LIBTOOL := libtool
169 LIBTOOLIZE := libtoolize 164 LIBTOOLIZE := libtoolize
170 165