aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 8fa2e5b766..56253fc7b4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -76,9 +76,12 @@ PLUGINS:=\
SRCDIRS:=\
$(CORESRCDIRS) \
- tools tools/coqdoc scripts ide/utils ide \
+ tools tools/coqdoc scripts \
$(addprefix plugins/, $(PLUGINS))
+IDESRCDIRS:=\
+ config lib ide/utils ide
+
# Order is relevent here because kernel and checker contain files
# with the same name
CHKSRCDIRS:= checker lib config kernel parsing
@@ -224,8 +227,7 @@ IDEMOD:=$(shell cat ide/ide.mllib)
# coqmktop, coqc
-COQENVCMO:=lib/clib.cma\
- lib/loc.cmo lib/errors.cmo
+COQENVCMO:=lib/clib.cma lib/loc.cmo lib/errors.cmo
COQMKTOPCMO:=$(COQENVCMO) scripts/tolink.cmo scripts/coqmktop.cmo