comparison src/openal.mk @ 2732:ebe3474e514b

package openal: disable examples build
author Tony Theodore <tonyt@logyst.com>
date Mon, 17 Sep 2012 20:06:50 +1000
parents 4d0f3a9da57e
children 100e618349f7
comparison
equal deleted inserted replaced
2731:7dece766f419 2732:ebe3474e514b
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)/build' && cmake .. \ 19 cd '$(1)/build' && cmake .. \
20 -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \ 20 -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
21 -DLIBTYPE=STATIC 21 -DLIBTYPE=STATIC \
22 -DEXAMPLES=FALSE
22 $(MAKE) -C '$(1)/build' -j '$(JOBS)' install 23 $(MAKE) -C '$(1)/build' -j '$(JOBS)' install
23 24
24 '$(TARGET)-gcc' \ 25 '$(TARGET)-gcc' \
25 -W -Wall -Werror -ansi -pedantic \ 26 -W -Wall -Werror -ansi -pedantic \
26 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-openal.exe' \ 27 '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-openal.exe' \