comparison src/fribidi.mk @ 3012:100e618349f7

Improve handling of prefix directories by defining HOST_PREFIX and BUILD_TOOLS_PREFIX variables in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 10:31:04 -0400
parents 47558e958113
children bcc26ffe9a0f
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
19 $(SED) -i 's,__declspec(dllimport),,' '$(1)/lib/fribidi-common.h' 19 $(SED) -i 's,__declspec(dllimport),,' '$(1)/lib/fribidi-common.h'
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 21 --host='$(TARGET)' \
22 --build="`config.guess`" \ 22 --build="`config.guess`" \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(PREFIX)/$(TARGET)' \ 24 --prefix='$(HOST_PREFIX)' \
25 --disable-debug \ 25 --disable-debug \
26 --disable-deprecated \ 26 --disable-deprecated \
27 --enable-charsets \ 27 --enable-charsets \
28 --with-glib 28 --with-glib
29 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= dist_man_MANS= 29 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= dist_man_MANS=