comparison src/sdl_net.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
25 --disable-gui 25 --disable-gui
26 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 26 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
27 27
28 '$(TARGET)-gcc' \ 28 '$(TARGET)-gcc' \
29 -W -Wall -Werror -ansi -pedantic \ 29 -W -Wall -Werror -ansi -pedantic \
30 '$(2).c' -o '$(HOST_PREFIX)/bin/test-sdl_net.exe' \ 30 '$(2).c' -o '$(HOST_BINDIR)/test-sdl_net.exe' \
31 `'$(TARGET)-pkg-config' SDL_net --cflags --libs` 31 `'$(TARGET)-pkg-config' SDL_net --cflags --libs`
32 endef 32 endef