diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-08-30 16:03:48 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-08-30 16:03:48 +0000 |
commit | bb7d9d0faa9232e6e7fd77680d96f925296e3921 (patch) | |
tree | 370e7951fdc42091a99b8b6b3a22d3a25da25fd3 /config/Makefile.template | |
parent | 3eefaf3578b3149dd6744f728e366e95732e63d6 (diff) |
Modification du configure pour paramétrer les exécutables liés à la compilation C
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9099 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 030670340..4e592e6e6 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -81,6 +81,11 @@ P4DEP=$(COQTOP)/bin/$(ARCH)/camlp4dep # Can be obtain by UNIX command arch ARCH=ARCHITECTURE +# Your C compiler and co +CC="CCEXEC" +AR="AREXEC" +RANLIB="RANLIBEXEC" + # Supplementary libs for some systems, currently: # . Sun Solaris: -cclib -lunix -cclib -lnsl -cclib -lsocket # . others : -cclib -lunix |