Skip to content

Commit

Permalink
The configure file generate Make with a find
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Sep 25, 2014
1 parent d8a9e1c commit 58e57d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 132 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Make
Makefile
Makefile.bak
*.v.d
Expand Down
132 changes: 0 additions & 132 deletions Make

This file was deleted.

4 changes: 4 additions & 0 deletions Make.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Library name
-R . MathClasses

# Coq files (filled by the configure)
2 changes: 2 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/env sh
cp -f Make.in Make
find . -name "*.v" |grep -v misc/benchmarks_nobuild.v >>Make
coq_makefile -f Make -o Makefile

0 comments on commit 58e57d7

Please sign in to comment.