aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbarras2003-03-14 11:05:13 +0000
committerbarras2003-03-14 11:05:13 +0000
commita7c6877a572c69da81d96fc29e0c212a81b6bf10 (patch)
tree5d2e414ef6167b63837ac0a2c09933c82c158da2
parent450ef302a756c7ea29c06bb2cdb8053836f2a67c (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3771 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--.cvsignore3
-rw-r--r--Makefile5
-rw-r--r--bin/.cvsignore2
-rw-r--r--states/.cvsignore1
4 files changed, 10 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index 612daa2842..d967058e17 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -5,3 +5,6 @@ coqtop.opt
glob.dump
tmp
.depend.devel
+newtheories
+newcontrib
+*.v8
diff --git a/Makefile b/Makefile
index 43c77fd425..68e5137512 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,6 @@ COQTOPBYTE=bin/coqtop.byte$(EXE)
COQTOPOPT=bin/coqtop.opt$(EXE)
BESTCOQTOP=bin/coqtop.$(BEST)$(EXE)
COQTOP=bin/coqtop$(EXE)
-COQTOPNEW=bin/coqtopnew$(EXE)
COQINTERFACE=bin/coq-interface$(EXE) bin/coq-interface.opt$(EXE) bin/parser$(EXE)
COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP) $(COQTOP) \
@@ -1271,3 +1270,7 @@ newtheories/%.vo: newtheories/%.v states/initialnew.coq
sed -e "s|theories/\([^ ]*\.v\)|newtheories/\1|g" -e "s|contrib/\([^ ]*\.v\)|newcontrib/\1|g" .depend.coq > .depend.newcoq
include .depend.newcoq
+
+clean::
+ rm -f bin/coqtopnew.byte$(EXE) bin/coqtopnew.opt$(EXE)
+ rm -fr *.v8 newtheories newcontrib
diff --git a/bin/.cvsignore b/bin/.cvsignore
index 95b4ec7f83..6684912e0e 100644
--- a/bin/.cvsignore
+++ b/bin/.cvsignore
@@ -14,3 +14,5 @@ coq_vo2xml
coq-interface.opt
coqide.byte
coqide.opt
+coqtopnew.opt
+coqtopnew.byte
diff --git a/states/.cvsignore b/states/.cvsignore
index ccc79cdf73..600e2f7a34 100644
--- a/states/.cvsignore
+++ b/states/.cvsignore
@@ -1,2 +1,3 @@
barestate.coq
initial.coq
+initialnew.coq