comparison src/poppler.mk @ 3014:b6c7244a2f66

Use HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR instead of MXE_BINDIR, MXE_LIBDIR, and MXE_INCDIR. Attempt to use these variables consistently instead of using $(HOST_PREFIX)/bin, $(HOST_PREFIX)/lib, and $(HOST_PREFIX)/include
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 16:59:24 -0400
parents bcc26ffe9a0f
children 951da75fd09c
comparison
equal deleted inserted replaced
3013:bcc26ffe9a0f 3014:b6c7244a2f66
50 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 50 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
51 51
52 # Test program 52 # Test program
53 '$(TARGET)-g++' \ 53 '$(TARGET)-g++' \
54 -W -Wall -Werror -ansi -pedantic \ 54 -W -Wall -Werror -ansi -pedantic \
55 '$(2).cxx' -o '$(HOST_PREFIX)/bin/test-poppler.exe' \ 55 '$(2).cxx' -o '$(HOST_BINDIR)/test-poppler.exe' \
56 `'$(TARGET)-pkg-config' poppler poppler-cpp --cflags --libs` 56 `'$(TARGET)-pkg-config' poppler poppler-cpp --cflags --libs`
57 endef 57 endef
58 58