diff options
| author | notin | 2009-01-06 14:25:26 +0000 |
|---|---|---|
| committer | notin | 2009-01-06 14:25:26 +0000 |
| commit | 830e2fc4c2c2ae062f0bcba832116885bf5b2d88 (patch) | |
| tree | f5425d7ecedd463cbbd66845eef31138dc0a81cf /Makefile.build | |
| parent | a624954255521c67630add9834d4afefae896876 (diff) | |
Installation des librairies: on utilise maintenant LINKCMO au lieu de
l'appel à find.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11753 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.build b/Makefile.build index 829a4b6614..cbb2d3fe84 100644 --- a/Makefile.build +++ b/Makefile.build @@ -664,17 +664,17 @@ install-library: $(MKDIR) $(FULLCOQLIB)/states $(INSTALLLIB) states/*.coq $(FULLCOQLIB)/states $(MKDIR) $(FULLCOQLIB)/user-contrib - cp --parents $(LINKCMO) $(GRAMMARCMA) $(FULLCOQLIB) + $(INSTALLLIB) $(DLLCOQRUN) $(FULLCOQLIB) + cp --parents $(CONFIG) $(LINKCMO) $(GRAMMARCMA) $(FULLCOQLIB) + cp --parents $(OBJSCMO:.cmo=.cmi) $(FULLCOQLIB) ifeq ($(BEST),opt) - cp --parents $(LINKCMX) $(FULLCOQLIB) + $(INSTALLLIB) $(LIBCOQRUN) $(FULLCOQLIB) + cp --parents $(CONFIG:.cmo=.cmx) $(CONFIG:.cmo=.o) $(LINKCMO:.cma=.cmxa) $(LINKCMO:.cma=.a) $(FULLCOQLIB) endif - find . $(FIND_VCS_CLAUSE) \( -name \*.o -o -name \*.a -o -name \*.cmxs \) -exec cp --parents {} $(FULLCOQLIB) \; - find . $(FIND_VCS_CLAUSE) -name \*.cmi -exec cp --parents {} $(FULLCOQLIB) \; # csdpcert is not meant to be directly called by the user; we install # it with libraries -$(MKDIR) -p $(FULLCOQLIB)/contrib/micromega $(INSTALLBIN) $(CSDPCERT) $(FULLCOQLIB)/contrib/micromega - $(INSTALLLIB) $(DLLCOQRUN) $(FULLCOQLIB) install-library-light: $(MKDIR) $(FULLCOQLIB) |
