Skip to content
Snippets Groups Projects
Commit 321e66e1 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[make] traps the makefile to include data from ivette

parent fe369cd1
No related branches found
No related tags found
No related merge requests found
...@@ -2039,6 +2039,7 @@ uninstall:: ...@@ -2039,6 +2039,7 @@ uninstall::
HEADER_SPEC := $(DEFAULT_HEADER_SPEC) HEADER_SPEC := $(DEFAULT_HEADER_SPEC)
# The list can be extended by external plugins using PLUGIN_HEADER_SPEC variable # The list can be extended by external plugins using PLUGIN_HEADER_SPEC variable
HEADER_SPEC += $(PLUGIN_HEADER_SPEC_LIST) HEADER_SPEC += $(PLUGIN_HEADER_SPEC_LIST)
HEADER_SPEC += ivette/headers/header_spec.txt
# Default list of header specification files can be overloaded. # Default list of header specification files can be overloaded.
HEADER_SPEC_FILE?=$(HEADER_SPEC) HEADER_SPEC_FILE?=$(HEADER_SPEC)
...@@ -2046,6 +2047,7 @@ HEADER_SPEC_FILE?=$(HEADER_SPEC) ...@@ -2046,6 +2047,7 @@ HEADER_SPEC_FILE?=$(HEADER_SPEC)
HEADER_DIRS := $(DEFAULT_HEADER_DIRS) HEADER_DIRS := $(DEFAULT_HEADER_DIRS)
# The list can be extended by external plugins using PLUGIN_HEADER_DIRS variable # The list can be extended by external plugins using PLUGIN_HEADER_DIRS variable
HEADER_DIRS += $(PLUGIN_HEADER_DIRS_LIST) HEADER_DIRS += $(PLUGIN_HEADER_DIRS_LIST)
HEADER_DIRS += ivette/headers
# Takes into account the kind of distribution (open-souce/close-source) # Takes into account the kind of distribution (open-souce/close-source)
DISTRIB_HEADER_DIRS?=$(addsuffix /$(DISTRIB_HEADERS),$(HEADER_DIRS)) DISTRIB_HEADER_DIRS?=$(addsuffix /$(DISTRIB_HEADERS),$(HEADER_DIRS))
...@@ -2385,6 +2387,8 @@ DISTRIB_FILES += $(wildcard $(PLUGIN_DISTRIBUTED_LIST) \ ...@@ -2385,6 +2387,8 @@ DISTRIB_FILES += $(wildcard $(PLUGIN_DISTRIBUTED_LIST) \
DISTRIB_FILES:=$(filter-out $(GENERATED) $(PLUGIN_GENERATED_LIST),\ DISTRIB_FILES:=$(filter-out $(GENERATED) $(PLUGIN_GENERATED_LIST),\
$(DISTRIB_FILES)) $(DISTRIB_FILES))
sinclude ivette/.Makefile.distrib
DISTRIB_TESTS += $(wildcard $(PLUGIN_DIST_TESTS_LIST)) DISTRIB_TESTS += $(wildcard $(PLUGIN_DIST_TESTS_LIST))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment