[tools] Don't build legacy stuff unless legacy is enabled. (#15773)

This commit is contained in:
Rolf Bjarne Kvinge 2022-08-26 15:36:35 +02:00 коммит произвёл GitHub
Родитель 68de101ce6
Коммит d63eaf2d5e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 19 добавлений и 1 удалений

Просмотреть файл

@ -3,14 +3,32 @@ TOP=..
include $(TOP)/Make.config
ifdef INCLUDE_MAC
ifdef INCLUDE_XAMARIN_LEGACY
SUBDIRS+=mmp
endif
endif
SUBDIRS+=mtouch xibuild mlaunch siminstaller nnyeah
ifdef INCLUDE_XAMARIN_LEGACY
SUBDIRS += mtouch
endif
ifdef INCLUDE_XAMARIN_LEGACY
SUBDIRS += xibuild
endif
SUBDIRS+=mlaunch siminstaller
ifdef ENABLE_DOTNET
ifdef INCLUDE_XAMARIN_LEGACY
SUBDIRS += nnyeah
endif
endif
ifdef INCLUDE_XAMARIN_LEGACY
ifdef ENABLE_INSTALL_SOURCE
SUBDIRS += install-source
endif
endif
ifdef ENABLE_DOTNET
SUBDIRS += dotnet-linker