diff options
| author | pboutill | 2012-10-15 09:01:09 +0000 |
|---|---|---|
| committer | pboutill | 2012-10-15 09:01:09 +0000 |
| commit | 466b18682f85e79e698cfad47f43088b8c56f439 (patch) | |
| tree | 86b720d4db1dc386177630230770a56be0d33d73 /Makefile.common | |
| parent | dfbeef579b729c01ad8737676c083c9491cf5676 (diff) | |
Makefiles: Only -I required dirs (config, lib, ide) when compiling coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15887 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 8 |
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 |
