comparison src/glib.mk @ 3031:951da75fd09c

improve handling of cross tool prefix
author John W. Eaton <jwe@octave.org>
date Sun, 09 Jun 2013 09:48:08 -0400
parents b6c7244a2f66
children 5ef49fb3299d
comparison
equal deleted inserted replaced
3030:0d67b4c363cd 3031:951da75fd09c
74 --prefix='$(HOST_PREFIX)' \ 74 --prefix='$(HOST_PREFIX)' \
75 --with-threads=win32 \ 75 --with-threads=win32 \
76 --with-pcre=system \ 76 --with-pcre=system \
77 --with-libiconv=gnu \ 77 --with-libiconv=gnu \
78 --disable-inotify \ 78 --disable-inotify \
79 CXX='$(TARGET)-c++' \ 79 CXX='$(MXE_CXX)' \
80 PKG_CONFIG='$(BUILD_TOOLS_PREFIX)/bin/$(TARGET)-pkg-config' \ 80 PKG_CONFIG='$(MXE_PKG_CONFIG)' \
81 GLIB_GENMARSHAL='$(HOST_BINDIR)/glib-genmarshal' \ 81 GLIB_GENMARSHAL='$(HOST_BINDIR)/glib-genmarshal' \
82 GLIB_COMPILE_SCHEMAS='$(HOST_BINDIR)/glib-compile-schemas' \ 82 GLIB_COMPILE_SCHEMAS='$(HOST_BINDIR)/glib-compile-schemas' \
83 GLIB_COMPILE_RESOURCES='$(HOST_BINDIR)/glib-compile-resources' 83 GLIB_COMPILE_RESOURCES='$(HOST_BINDIR)/glib-compile-resources'
84 $(MAKE) -C '$(1)/glib' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 84 $(MAKE) -C '$(1)/glib' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
85 $(MAKE) -C '$(1)/gmodule' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 85 $(MAKE) -C '$(1)/gmodule' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=