xamarin-macios/tools/Makefile

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

2016-04-21 15:57:02 +03:00
TOP=..
2016-04-21 15:57:02 +03:00
include $(TOP)/Make.config
ifdef INCLUDE_MAC
SUBDIRS+=mmp
endif
SUBDIRS+=mtouch xibuild mlaunch siminstaller nnyeah
ifdef ENABLE_INSTALL_SOURCE
SUBDIRS += install-source
endif
ifdef ENABLE_DOTNET
SUBDIRS += dotnet-linker
endif