Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Template Coq-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Max Ole Elliger
Template Coq-Project
Commits
463bb62d
Commit
463bb62d
authored
1 year ago
by
Max Ole Elliger
Browse files
Options
Downloads
Patches
Plain Diff
reordering
parent
bb0bf358
No related branches found
No related tags found
No related merge requests found
Pipeline
#111296
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-11
7 additions, 11 deletions
Makefile
with
7 additions
and
11 deletions
Makefile
+
7
−
11
View file @
463bb62d
...
...
@@ -6,25 +6,15 @@ HTML := public
VS
:=
$(
MODULES:%
=
$(
SRC
)
/%.v
)
LIB
:=
CoMoProj
#TODO
HTML
:=
public
#TODO Ggf. anpassen
.PHONY
:
all $(SRC) html coq clean clean_html clean_all
.PHONY
:
all html coq clean clean_html clean_all
all
:
coq html _CoqProject
$(SRC)
:
mkdir
-p
$(
SRC
)
_CoqProject
:
Makefile
echo
"-R
$(
SRC
)
$(
LIB
)
\n\n
$(
SRC
)
"
>
_CoqProject
html
:
coq $(SRC)
mkdir
-p
public
coqdoc
-R
$(
SRC
)
$(
LIB
)
$(
VS
)
-d
$(
HTML
)
\
-utf8
--lib-name
File
--toc
coq
:
Makefile.coq
$(
MAKE
)
-f
Makefile.coq all
...
...
@@ -44,6 +34,12 @@ clean_html: clean
clean_all
:
clean clean_html
$(SRC)
:
mkdir
-p
$(
SRC
)
_CoqProject
:
Makefile
echo
"-R
$(
SRC
)
$(
LIB
)
\n\n
$(
SRC
)
"
>
_CoqProject
Makefile.coq
:
Makefile $(VS) $(SRC)
@
coq_makefile
-o
Makefile.coq
-R
$(
SRC
)
$(
LIB
)
$(
VS
)
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