Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Flocq
flocq
Commits
e72f3e8c
Commit
e72f3e8c
authored
Dec 03, 2014
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split away examples that need CoqInterval.
parent
277dd132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
Remakefile.in
Remakefile.in
+9
-4
examples/Average.v
examples/Average.v
+0
-0
No files found.
Remakefile.in
View file @
e72f3e8c
...
...
@@ -33,19 +33,24 @@ FILES = \
OBJS = $(addprefix src/,$(addsuffix o,$(FILES)))
EXAMPLES = \
Double_round_beta_odd.v \
Average.v \
Double_round_beta_odd.v
MORE_EXAMPLES = \
Sqrt_sqr.v \
average.v \
Triangle.v
EOBJS = $(addprefix examples/,$(addsuffix o,$(EXAMPLES)))
MOBJS = $(addprefix examples/,$(addsuffix o,$(MORE_EXAMPLES)))
.PHONY: all clean dist doc install
.PHONY: all
check check-more
clean dist doc install
all: $(OBJS)
check: $(EOBJS)
check-more: $(MOBJS)
Remakefile: Remakefile.in config.status
./config.status Remakefile
...
...
@@ -61,7 +66,7 @@ configure config.status: configure.in
@COQC@ -R src Flocq $<
clean:
rm -f $(OBJS) $(EOBJS) src/*.glob examples/*.glob
rm -f $(OBJS) $(EOBJS)
$(MOBJS)
src/*.glob examples/*.glob
html/index.html: $(OBJS)
rm -rf html
...
...
examples/
a
verage.v
→
examples/
A
verage.v
View file @
e72f3e8c
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment