./configure \
$(NULL)
-dist: autotools export mktarball
-distcheck: dist extract build
+dist: dist_autotools dist_export dist_mktarball
+distcheck: dist dist_extract dist_build
-autotools:
+dist_autotools:
autoconf
+ ./configure
-export:
+dist_export:
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
svn export ocaml $(DISTDIR)/ocaml
svn export matita $(DISTDIR)/matita
(cd $(DISTDIR) && rm -f $(CLEAN_ON_DIST))
+ ln -fs matita.conf.xml.user $(DISTDIR)/matita/matita.conf.xml
mv $(DISTDIR)/ocaml $(DISTDIR)/libs
cp -r $(EXTRA_DIST) $(DISTDIR)
-mktarball:
- tar cvzf $(DISTDIR).tar.gz $(DISTDIR)
+dist_mktarball:
+ tar czf $(DISTDIR).tar.gz $(DISTDIR)
-.PHONY: dist export mktarball distcheck extract build autotools
+.PHONY: dist dist_export dist_mktarball distcheck dist_extract dist_build dist_autotools
.PHONY: all opt clean distclean
AC_INIT(matita/matitaTypes.ml)
# Distribution settings (i.e. settings to be manipulated before a release)
-DEBUG_DEFAULT="true"
-DEFAULT_DBHOST="mowgli.cs.unibo.it"
-RT_BASE_DIR_DEFAULT="`pwd`/matita"
+DEBUG_DEFAULT="false"
+DEFAULT_DBHOST="localhost"
+RT_BASE_DIR_DEFAULT="/usr/local/share/matita/"
MATITA_VERSION="0.1.0"
# End of distribution settings
AC_SUBST(MATITA_VERSION)
AC_OUTPUT([
+ $LIBSPATH/extlib/componentsConf.ml
matita/matita.conf.xml.devel
matita/matita.conf.xml.user
+ matita/matita.conf.xml.build
matita/buildTimeConf.ml
matita/gtkmathview.matita.conf.xml
Makefile.defs