mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-04 21:01:40 +00:00
14 lines
380 B
Makefile
14 lines
380 B
Makefile
ifeq ($(PAL_HOST),)
|
|
$(error include Makefile.configs before including Makefile.manifest)
|
|
endif
|
|
|
|
MAKEFILE_MANIFEST_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
|
|
%.manifest: %.manifest.template
|
|
$(call cmd,manifest,$(manifest_rules))
|
|
|
|
manifest: manifest.template
|
|
$(call cmd,manifest,$(manifest_rules))
|
|
|
|
-include $(MAKEFILE_MANIFEST_DIR)/../Pal/src/host/$(PAL_HOST)/Makefile.manifest
|