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
af6f8189
Commit
af6f8189
authored
8 years ago
by
Julien Signoles
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-plugin-dir' into 'master'
Fix some uses of PLUGIN_DIR See merge request !81
parents
befe2202
6d8bc294
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/Makefile.in
+14
-11
14 additions, 11 deletions
src/plugins/e-acsl/Makefile.in
with
14 additions
and
11 deletions
src/plugins/e-acsl/Makefile.in
+
14
−
11
View file @
af6f8189
...
...
@@ -74,6 +74,9 @@ PLUGIN_DISTRIBUTED:=no
PLUGIN_DISTRIB_EXTERNAL
:=
Makefile.in configure.ac configure
PLUGIN_DISTRIB_BIN
:=
no
# We "save" this variable so that it can be used once PLUGIN_DIR has been reset
EACSL_PLUGIN_DIR
:=
$(
PLUGIN_DIR
)
###############
# Local Flags #
###############
...
...
@@ -84,11 +87,11 @@ IS_DISTRIBUTED:=no
# Local configuration #
#######################
PLUGIN_GENERATED
:=
$(
PLUGIN_DIR
)
/local_config.ml
PLUGIN_GENERATED
:=
$(
EACSL_
PLUGIN_DIR
)
/local_config.ml
EACSL_VERSION
=
$(
shell
$(
SED
)
-e
's/\\(.*\\
)
/\\1/'
VERSION
)
EACSL_VERSION
:
=
$(
shell
$(
SED
)
-e
's/\\(.*\\
)
/\\1/'
$(
EACSL_PLUGIN_DIR
)
/
VERSION
)
$(PLUGIN_DIR)/local_config.ml
:
$(PLUGIN_DIR)/Makefile.in VERSION
$(
EACSL_
PLUGIN_DIR)/local_config.ml
:
$(
EACSL_
PLUGIN_DIR)/Makefile.in
$(EACSL_PLUGIN_DIR)/
VERSION
$(
PRINT_MAKING
)
$@
$(
RM
)
$@
$(
ECHO
)
"(* This file was automatically generated from
$<
. Don't edit it. *)"
>>
$@
...
...
@@ -102,13 +105,13 @@ $(PLUGIN_DIR)/local_config.ml: $(PLUGIN_DIR)/Makefile.in VERSION
ifeq
(@MAY_RUN_TESTS@,yes)
PLUGIN_TESTS_DIRS
:=
reject runtime bts gmp no-main full-mmodel
PLUGIN_TESTS_LIB
:=
$(
PLUGIN_DIR
)
/tests/print.ml
E_ACSL_TESTS
:
$(PLUGIN_DIR)/tests/test_config
PLUGIN_TESTS_LIB
:=
$(
EACSL_
PLUGIN_DIR
)
/tests/print.ml
E_ACSL_TESTS
:
$(
EACSL_
PLUGIN_DIR)/tests/test_config
E_ACSL_DEFAULT_TESTS
:
\
$(PLUGIN_DIR)/tests/test_config
\
$(PLUGIN_DIR)/tests/print.cmxs
\
$(PLUGIN_DIR)/tests/print.cmo
$(
EACSL_
PLUGIN_DIR)/tests/test_config
\
$(
EACSL_
PLUGIN_DIR)/tests/print.cmxs
\
$(
EACSL_
PLUGIN_DIR)/tests/print.cmo
clean
::
$(
PRINT_RM
)
cleaning generated
test
files
...
...
@@ -122,8 +125,8 @@ endif
# E-ACSL C Libs: libjemalloc, libgmp #
################################################
EACSL_LIBDIR
:=
$(
PLUGIN_DIR
)
/lib
EACSL_JEMALLOC_DIR
:=
$(
PLUGIN_DIR
)
/contrib/libjemalloc
EACSL_LIBDIR
:=
$(
EACSL_
PLUGIN_DIR
)
/lib
EACSL_JEMALLOC_DIR
:=
$(
EACSL_
PLUGIN_DIR
)
/contrib/libjemalloc
EACSL_JEMALLOC_LIBNAME
=
libjemalloc-e-acsl.a
EACSL_JEMALLOC_LIB
=
$(
EACSL_LIBDIR
)
/
$(
EACSL_JEMALLOC_LIBNAME
)
...
...
@@ -135,7 +138,7 @@ $(EACSL_JEMALLOC_LIB):
EACSL_GMP_LIBNAME
=
libgmp-e-acsl.a
EACSL_GMP_LIB
=
$(
EACSL_LIBDIR
)
/
$(
EACSL_GMP_LIBNAME
)
EACSL_GMP_DIR
:=
$(
PLUGIN_DIR
)
/contrib/libgmp
EACSL_GMP_DIR
:=
$(
EACSL_
PLUGIN_DIR
)
/contrib/libgmp
EACSL_GMP_MINI
=
mini-gmp.o
ifeq
(@FULL_GMP@, no)
...
...
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