diff options
| author | filliatr | 1999-08-27 16:59:17 +0000 |
|---|---|---|
| committer | filliatr | 1999-08-27 16:59:17 +0000 |
| commit | 72681a66688b1b81309582cfaf979a7096a118c2 (patch) | |
| tree | 257f8d826613b5b361535fcbd83503d198050ae8 /Makefile | |
| parent | b69aafe250ca1fbb21eb2f318873fe65856511c0 (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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |
