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
cd0f0074
Commit
cd0f0074
authored
2 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[Makefile] minor changes
parent
161520f8
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
+0
-1
0 additions, 1 deletion
Makefile
share/Makefile.common
+9
-59
9 additions, 59 deletions
share/Makefile.common
with
9 additions
and
60 deletions
Makefile
+
0
−
1
View file @
cd0f0074
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
# This file is the main makefile of Frama-C.
# This file is the main makefile of Frama-C.
FRAMAC_SRC
=
.
MAKECONFIG_DIR
=
share
MAKECONFIG_DIR
=
share
include
share/Makefile.common
include
share/Makefile.common
...
...
This diff is collapsed.
Click to expand it.
share/Makefile.common
+
9
−
59
View file @
cd0f0074
...
@@ -26,11 +26,9 @@
...
@@ -26,11 +26,9 @@
# #
# #
##########################################################################
##########################################################################
include
$(MAKECONFIG_DIR)/Makefile.config
#################
##################
# Make commands #
# Make commands #
#################
#
#################
define
assert_defined
define
assert_defined
ifndef
$(1)
ifndef
$(1)
...
@@ -38,15 +36,15 @@ $$(error Undefined variable $(1) please report.)
...
@@ -38,15 +36,15 @@ $$(error Undefined variable $(1) please report.)
endif
endif
endef
endef
######################
######################
############
#
R
equired variables #
#
Configure & r
equired variables #
######################
######################
############
$(
eval
$(
call assert_defined,
PLATFORM
))
$(
eval
$(
call assert_defined,
MAKECONFIG_DIR
))
##################
include
$(MAKECONFIG_DIR)/Makefile.config
# Flags #
##################
$(
eval
$(
call assert_defined,PLATFORM
))
#############
#############
# Verbosing #
# Verbosing #
...
@@ -78,7 +76,6 @@ else
...
@@ -78,7 +76,6 @@ else
MAKE
:=
MAKEFLAGS
=
"
$(
OLDFLAGS
)
"
$(
MAKE
)
MAKE
:=
MAKEFLAGS
=
"
$(
OLDFLAGS
)
"
$(
MAKE
)
endif
endif
##################
##################
# Shell commands #
# Shell commands #
##################
##################
...
@@ -119,53 +116,6 @@ else
...
@@ -119,53 +116,6 @@ else
TAR
=
tar
TAR
=
tar
endif
endif
###########################
# Command pretty printing #
###########################
PRINT_OCAMLC
=
$(
PRINT
)
'Ocamlc '
#
PRINT_OCAMLOPT
=
$(
PRINT
)
'Ocamlopt '
#
PRINT_DEP
=
$(
PRINT
)
'Ocamldep '
#
PRINT_OCAMLLEX
=
$(
PRINT
)
'Ocamllex '
#
PRINT_OCAMLYACC
=
$(
PRINT
)
'Ocamlyacc '
#
PRINT_OCAMLMKTOP
=
$(
PRINT
)
'Ocamlmktop '
#
PRINT_DOC
=
$(
PRINT
)
'Ocamldoc '
#
PRINT_OCAMLCP
=
$(
PRINT
)
'Profiling '
#
PRINT_CAMLP4
=
$(
PRINT
)
'Camlp4 '
#
PRINT_PACKING
=
$(
PRINT
)
'Packing '
#
PRINT_LINKING
=
$(
PRINT
)
'Linking '
#
PRINT_INFERRING
=
$(
PRINT
)
'Inferring '
#
PRINT_CC
=
$(
PRINT
)
'CC '
#
PRINT_MAKING
=
$(
PRINT
)
'Generating '
#
PRINT_MV
=
$(
PRINT
)
'Moving to '
#
PRINT_CP
=
$(
PRINT
)
'Copying to '
#
PRINT_RM
=
$(
PRINT
)
'Cleaning '
#
PRINT_EXEC
=
$(
PRINT
)
'Running '
#
PRINT_TAR
=
$(
PRINT
)
'Archiving '
#
PRINT_UNTAR
=
$(
PRINT
)
'Unarchiving '
#
PRINT_CONFIG
=
$(
PRINT
)
'Configuring '
#
PRINT_BUILD
=
$(
PRINT
)
'Building '
#
PRINT_INSTALL
=
$(
PRINT
)
'Installing '
#
PRINT_UPDATE
=
$(
PRINT
)
'Updating '
#
PRINT_DOT
=
$(
PRINT
)
'Dot '
#
PRINT_LATEX
=
$(
PRINT
)
'Latex '
#
PRINT_DVIPS
=
$(
PRINT
)
'Dvips '
#
PRINT_HEVEA
=
$(
PRINT
)
'Hevea '
#
#########
# Tests #
#########
#################
# Documentation #
#################
##########################
# Plugin File Generation #
##########################
##########################################################################
##########################################################################
# Local Variables:
# Local Variables:
# compile-command: "make"
# compile-command: "make"
...
...
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