xamarin-macios/tools/Makefile

18 строки
232 B
Makefile

TOP=..
include $(TOP)/Make.config
ifdef INCLUDE_MAC
SUBDIRS+=mmp
endif
SUBDIRS+=mtouch xibuild mlaunch siminstaller
ifdef ENABLE_INSTALL_SOURCE
SUBDIRS += install-source
endif
ifdef ENABLE_DOTNET
SUBDIRS += dotnet-linker
endif