Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Stefan Gränitz
Frama Clang
Commits
56413a5c
Commit
56413a5c
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[Makefile] ensures gen_ast.cmi is compiled before compiling implementation
parent
a82ea2be
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
56413a5c
...
@@ -77,10 +77,10 @@ tests:: dontrun
...
@@ -77,10 +77,10 @@ tests:: dontrun
dontrun
:
dontrun
:
(
cd
tests
;
echo
`
grep
-r
'DONTRUN'
$(
PLUGIN_TESTS_DIRS
)
|
wc
-l
`
test
files marked DONTRUN
)
(
cd
tests
;
echo
`
grep
-r
'DONTRUN'
$(
PLUGIN_TESTS_DIRS
)
|
wc
-l
`
test
files marked DONTRUN
)
$(Frama_Clang_DIR)/gen_ast
:
$(Frama_Clang_DIR)/gen_ast.ml
$(Frama_Clang_DIR)/gen_ast
:
$(Frama_Clang_DIR)/gen_ast.ml
$(Frama_Clang_DIR)/gen_ast.cmi
$(
PRINT_OCAMLC
)
$@
$(
PRINT_OCAMLC
)
$@
$(
OCAMLC
)
$(
Frama_Clang_BFLAGS
)
-o
$@
-pp
$(
CAMLP5O
)
\
$(
OCAMLC
)
$(
Frama_Clang_BFLAGS
)
-o
$@
-pp
$(
CAMLP5O
)
\
zarith.cma dynlink.cma
$
^
zarith.cma dynlink.cma
$
<
$(Frama_Clang_DIR)/test_ast
:
\
$(Frama_Clang_DIR)/test_ast
:
\
$(Frama_Clang_DIR)/intermediate_format.cmo
\
$(Frama_Clang_DIR)/intermediate_format.cmo
\
...
...
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