X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=b14062797e2421a6ecb615f53e1e75c435890b83;hb=92f63f72decb4f763cdb2aa86c5724d076090cea;hp=861a76a768b8d9c2b5f0cc856d99f9ed0c49cb97;hpb=fd7aa89c8b2a3e07fd1483a4d0263212aefe68a1;p=chise%2Fchise-base.git diff --git a/Makefile.in b/Makefile.in index 861a76a..b140627 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,6 @@ VERSION = @PACKAGE_VERSION@ +CC = @CC@ TAR = tar SUDO = @@ -13,6 +14,8 @@ LIBCHISE_OPTS = $(OPTS) XEMACS_OPTS = @xemacs_configure_args@ --pdump @xemacs_opts@ --without-xim --with-database=berkdb FONTS_OPTS = $(OPTS) +CHISE_GIT_ROOT = http://git.chise.org/git/chise +ELISP_GIT_ROOT = http://git.chise.org/git/elisp CVS_ROOT = "@cvs_root@" LEMI_CVS_ROOT = "@lemi_cvs_root@" XEMACS_PACKAGES_URL = http://ftp.xemacs.org/pub/xemacs/packages/ @@ -166,28 +169,34 @@ tar-base: get-base: concord libchise xemacs-chise tomoyo-tools ids concord: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co concord + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co concord + git clone $(CHISE_GIT_ROOT)/concord.git libchise: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co libchise + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co libchise + git clone $(CHISE_GIT_ROOT)/libchise.git xemacs-chise: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co -d xemacs-chise xemacs + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co -d xemacs-chise xemacs + git clone $(CHISE_GIT_ROOT)/xemacs-chise.git tomoyo-tools: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co tomoyo-tools + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co tomoyo-tools + git clone $(CHISE_GIT_ROOT)/tomoyo-tools.git ids: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co ids + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co ids + git clone $(CHISE_GIT_ROOT)/ids.git chise-fonts-installer: - make .cvs-login - cvs -z9 -d $(CVS_ROOT) co chise-fonts-installer + #make .cvs-login + #cvs -z9 -d $(CVS_ROOT) co chise-fonts-installer + git clone $(CHISE_GIT_ROOT)/chise-fonts-installer.git .cvs-login: if test "`echo $(CVS_ROOT)|grep '^:pserver:'`" != ""; then \ @@ -196,12 +205,14 @@ chise-fonts-installer: touch .cvs-login apel: - make .lemi-cvs-login - cvs -z9 -d $(LEMI_CVS_ROOT) co apel + #make .lemi-cvs-login + #cvs -z9 -d $(LEMI_CVS_ROOT) co apel + git clone $(ELISP_GIT_ROOT)/apel.git nabe: - make .lemi-cvs-login - cvs -z9 -d $(LEMI_CVS_ROOT) co nabe + #make .lemi-cvs-login + #cvs -z9 -d $(LEMI_CVS_ROOT) co nabe + git clone $(ELISP_GIT_ROOT)/nabe.git .lemi-cvs-login: if test "`echo $(LEMI_CVS_ROOT)|grep '^:pserver:'`" != ""; then \ @@ -228,6 +239,14 @@ distclean: cd nabe; make clean cd chise-fonts-installer; make distclean +update: concord libchise xemacs-chise ids chise-fonts-installer apel nabe + cd concord; git pull + cd libchise; git pull + cd xemacs-chise; git pull + cd ids; git pull + cd chise-fonts-installer; git pull + cd apel; git pull + cd nabe; git pull db-clean: rm -rf chise-db