aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfilliatr1999-08-27 16:59:17 +0000
committerfilliatr1999-08-27 16:59:17 +0000
commit72681a66688b1b81309582cfaf979a7096a118c2 (patch)
tree257f8d826613b5b361535fcbd83503d198050ae8 /Makefile
parentb69aafe250ca1fbb21eb2f318873fe65856511c0 (diff)
module Indtypes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@30 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 894e7b9ef0..775cdc3c78 100644
--- a/Makefile
+++ b/Makefile
@@ -23,14 +23,15 @@ INCLUDES=-I config -I lib -I kernel
CONFIG=config/coq_config.cmo
LIB=lib/pp_control.cmo lib/pp.cmo lib/util.cmo lib/hashcons.cmo \
- lib/dyn.cmo lib/coqast.cmo
+ lib/dyn.cmo
KERNEL=kernel/names.cmo kernel/generic.cmo kernel/univ.cmo kernel/term.cmo \
kernel/sign.cmo kernel/evd.cmo kernel/constant.cmo \
kernel/inductive.cmo kernel/sosub.cmo kernel/abstraction.cmo \
kernel/environ.cmo kernel/instantiate.cmo \
kernel/closure.cmo kernel/reduction.cmo \
- kernel/type_errors.cmo kernel/typeops.cmo kernel/typing.cmo
+ kernel/type_errors.cmo kernel/typeops.cmo kernel/indtypes.cmo \
+ kernel/typing.cmo
OBJS=$(CONFIG) $(LIB) $(KERNEL)