comparison src/physfs.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 5e20e0961816
children b6c7244a2f66
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
24 -DPHYSFS_BUILD_WX_TEST=FALSE 24 -DPHYSFS_BUILD_WX_TEST=FALSE
25 $(MAKE) -C '$(1)' -j '$(JOBS)' install 25 $(MAKE) -C '$(1)' -j '$(JOBS)' install
26 26
27 '$(TARGET)-gcc' \ 27 '$(TARGET)-gcc' \
28 -W -Wall -Werror -ansi -pedantic -std=c99 \ 28 -W -Wall -Werror -ansi -pedantic -std=c99 \
29 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-physfs.exe' \ 29 '$(2).c' -o '$(HOST_PREFIX)/bin/test-physfs.exe' \
30 -lphysfs -lz 30 -lphysfs -lz
31 endef 31 endef