Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flocq
flocq
Commits
61b4af34
Commit
61b4af34
authored
Jan 21, 2009
by
Guillaume Melquiond
Browse files
Fixed automake warning. Cleaned glob files.
parent
1fd9c446
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
61b4af34
...
...
@@ -5,15 +5,15 @@ FILES = \
data_DATA
=
$(FILES:=o)
EXTRA_DIST
=
$(FILES)
CLEANFILES
=
$(FILES:=o)
$(FILES:=d)
CLEANFILES
=
$(FILES:=o)
$(FILES:=d)
$(FILES:.v=.glob)
datadir
=
$(libdir)
%
.vo
:
%
.v
.vo.v
:
@
echo
COQC
$<
@
$(COQC)
$(COQRFLAG)
$<
%
.vd
:
%
.v
.vd.v
:
@
echo
COQDEP
$<
@
$(COQDEP)
-I
.
$<
>
$@
...
...
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