Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Numerical Analysis in Coq
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
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
Micaela Mayero
Numerical Analysis in Coq
Commits
e9998154
Commit
e9998154
authored
3 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Unify with Lebesgue folder: CoqMakefile -> Makefile.
parent
b0a05d81
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
LM/Makefile
+15
-15
15 additions, 15 deletions
LM/Makefile
with
15 additions
and
15 deletions
LM/Makefile
+
15
−
15
View file @
e9998154
...
...
@@ -17,7 +17,7 @@ PARENT := $(firstword $(MAKEFILE_LIST))
# This file is generated by coq_makefile and contains many variable
# definitions, like the list of .v files or the path to Coq
include
Coq
Makefile.conf
include
Makefile.conf
# Put in place old names
VFILES
:=
$(
COQMF_VFILES
)
...
...
@@ -43,18 +43,18 @@ CAMLFLAGS := $(COQMF_CAMLFLAGS)
HASNATDYNLINK
:=
$(
COQMF_HASNATDYNLINK
)
OCAMLWARN
:=
$(
COQMF_WARN
)
Coq
Makefile.conf
:
_CoqProject
coq_makefile
-f
_CoqProject
Makefile.conf
:
_CoqProject
coq_makefile
-f
_CoqProject
-o
Makefile
# This file can be created by the user to hook into double colon rules or
# add any other Makefile code he may need
-include
Coq
Makefile.local
-include
Makefile.local
# Parameters ##################################################################
#
# Parameters are make variable assignments.
# They can be passed to (each call to) make on the command line.
# They can also be put in
Coq
Makefile.local once and for all.
# They can also be put in Makefile.local once and for all.
# For retro-compatibility reasons they can be put in the _CoqProject, but this
# practice is discouraged since _CoqProject better not contain make specific
# code (be nice to user interfaces).
...
...
@@ -175,13 +175,13 @@ COQTOPINSTALL ?= $(call destination_path,$(COQLIB)/toploop) # FIXME: Unused vari
########## End of parameters ##################################################
# What follows may be relevant to you only if you need to
# extend this Makefile. If so, look for 'Extension point' here and
# put in
Coq
Makefile.local double colon rules accordingly.
# put in Makefile.local double colon rules accordingly.
# E.g. to perform some work after the all target completes you can write
#
# post-all::
# echo "All done!"
#
# in
Coq
Makefile.local
# in Makefile.local
#
###############################################################################
...
...
@@ -291,7 +291,7 @@ endif
# We here define a bunch of variables about the files being part of the
# Coq project in order to ease the writing of build target and build rules
VDFILE
:=
.
Coq
Makefile.d
VDFILE
:=
.Makefile.d
ALLSRCFILES
:=
\
$(
MLGFILES
)
\
...
...
@@ -567,7 +567,7 @@ beautify: $(BEAUTYFILES)
# Installation targets ########################################################
#
# There rules can be extended in
Coq
Makefile.local
# There rules can be extended in Makefile.local
# Extensions can't assume when they run.
install
:
...
...
@@ -640,7 +640,7 @@ uninstall-doc::
# Cleaning ####################################################################
#
# There rules can be extended in
Coq
Makefile.local
# There rules can be extended in Makefile.local
# Extensions can't assume when they run.
clean
::
...
...
@@ -864,10 +864,10 @@ opt:
.PHONY
:
opt
# This is deprecated. To extend this makefile use
# extension points and
Coq
Makefile.local
# extension points and Makefile.local
printenv
::
$(
warning
printenv
is deprecated
)
$(
warning write extensions
in
Coq
Makefile.local or include
Coq
Makefile.conf
)
$(
warning write extensions
in
Makefile.local or include Makefile.conf
)
@
echo
'COQLIB =
$(
COQLIB
)
'
@
echo
'COQCORELIB =
$(
COQCORELIB
)
'
@
echo
'DOCDIR =
$(
DOCDIR
)
'
...
...
@@ -885,7 +885,7 @@ printenv::
.PHONY
:
printenv
# Generate a .merlin file. If you need to append directives to this
# file you can extend the merlin-hook target in
Coq
Makefile.local
# file you can extend the merlin-hook target in Makefile.local
.merlin
:
$(
SHOW
)
'FILL .merlin'
$(
HIDE
)
echo
'FLG
$(
COQMF_CAMLFLAGS
)
'
>
.merlin
...
...
@@ -914,10 +914,10 @@ debug:
.DEFAULT_GOAL
:=
all
# Users can create
Coq
Makefile.local-late to hook into double-colon rules
# Users can create Makefile.local-late to hook into double-colon rules
# or add other needed Makefile code, using defined
# variables if necessary.
-include
Coq
Makefile.local-late
-include
Makefile.local-late
# Local Variables:
# mode: makefile-gmake
...
...
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