Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
321e66e1
Commit
321e66e1
authored
4 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[make] traps the makefile to include data from ivette
parent
fe369cd1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-0
4 additions, 0 deletions
Makefile
ivette/headers/header_spec.txt
+0
-0
0 additions, 0 deletions
ivette/headers/header_spec.txt
with
4 additions
and
0 deletions
Makefile
+
4
−
0
View file @
321e66e1
...
@@ -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
))
...
...
This diff is collapsed.
Click to expand it.
ivette/headers/header_spec.txt
0 → 100644
+
0
−
0
View file @
321e66e1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment