5 kx
5 kx COMPONENT_TARGETS = $(TOOLCHAIN_HOST)
5 kx
5 kx
5 kx include config.mk
5 kx
34 kx REQUIRES = build-system/3pp/dialog/1.3-20240101
34 kx REQUIRES += build-system/3pp/gnattools/13.2.0
5 kx
5 kx # ======= __END_OF_REQUIRES__ =======
5 kx
5 kx
5 kx config_makefile = targets-config.mk
5 kx
5 kx BUILD_TARGETS = $(config_makefile)
5 kx
5 kx CLEANUP_FILES += $(config_makefile)
5 kx CLEANUP_FILES += $(CURDIR)/gnattools
5 kx CLEANUP_FILES += $(CURDIR)/sbin
5 kx CLEANUP_FILES += $(CURDIR)/etc
5 kx
5 kx # CORE Makefile:
5 kx
5 kx include core.mk
5 kx
5 kx # Dependencies:
5 kx
5 kx $(config_makefile): $(config_makefile).template
5 kx @echo "Creating $(config_makefile) ..."
5 kx @cp $(config_makefile).template $@