comparison src/libical.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 4d0f3a9da57e
children b6c7244a2f66
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
25 $(MAKE) -C '$(1)/build' -j '$(JOBS)' 25 $(MAKE) -C '$(1)/build' -j '$(JOBS)'
26 $(MAKE) -C '$(1)/build' -j 1 install 26 $(MAKE) -C '$(1)/build' -j 1 install
27 27
28 '$(TARGET)-gcc' \ 28 '$(TARGET)-gcc' \
29 -W -Wall -Werror -ansi -pedantic \ 29 -W -Wall -Werror -ansi -pedantic \
30 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-libical.exe' \ 30 '$(2).c' -o '$(HOST_PREFIX)/bin/test-libical.exe' \
31 `'$(TARGET)-pkg-config' libical --cflags --libs` 31 `'$(TARGET)-pkg-config' libical --cflags --libs`
32 endef 32 endef