xamarin-macios/tests/mmptest/Makefile

28 строки
787 B
Makefile
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
TOP = ../..
include $(TOP)/Make.config
export XBUILD_FRAMEWORK_FOLDERS_PATH=$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild-frameworks
export MSBuildExtensionsPath=$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild
export XAMMAC_FRAMEWORK_PATH=$(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current
export XamarinMacFrameworkRoot=$(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current
2016-05-26 16:06:52 +03:00
all-local:: regression run
bin/:
mkdir bin
regression::
ifneq ($(SKIP_REGRESSION), 1)
$(MAKE) -C regression/
endif
bin/x86/Debug/mmptest.app:
$(SYSTEM_XBUILD) $(XBUILD_VERBOSITY) mmptest.csproj
2016-05-26 16:06:52 +03:00
run:: bin/ bin/x86/Debug/mmptest.app
2016-05-26 16:06:52 +03:00
bin/x86/Debug/mmptest.app/Contents/MacOS/mmptest
clean-local::
@rm -rf ./obj
@rm -rf ./bin