modified.
[chise/chise-base.git] / Makefile.in
index 3c67511..861a76a 100644 (file)
@@ -13,8 +13,8 @@ LIBCHISE_OPTS = $(OPTS)
 XEMACS_OPTS    = @xemacs_configure_args@ --pdump @xemacs_opts@ --without-xim --with-database=berkdb
 FONTS_OPTS     = $(OPTS)
 
-CVS_ROOT = @cvs_root@
-LEMI_CVS_ROOT = @lemi_cvs_root@
+CVS_ROOT = "@cvs_root@"
+LEMI_CVS_ROOT = "@lemi_cvs_root@"
 XEMACS_PACKAGES_URL = http://ftp.xemacs.org/pub/xemacs/packages/
 
 all:   build-concord build-libchise
@@ -85,6 +85,9 @@ install-tomoyo-tools: install-apel tomoyo-tools $(LIBDIR)/xemacs/mule-packages
 install-ids:   install-tomoyo-tools ids
        cd ids && $(SUDO) make install
 
+install-nabe:  install-apel nabe
+       cd nabe && $(SUDO) make install-package
+
 
 config-fonts:  chise-fonts-installer chise-fonts-installer/config.h
 
@@ -98,7 +101,7 @@ install-fonts:       build-fonts
        cd chise-fonts-installer && $(SUDO) make install
 
 
-install-base:  install-ids install-fonts
+install-base:  install-ids install-nabe install-fonts
 
 
 generate-db:   install-base
@@ -152,7 +155,7 @@ tar-base:
                tomoyo-tools; \
        cvs -d $(CVS_ROOT) export \
                -r chise-base-`echo $(VERSION) | tr . _` \
-               ids'; \
+               ids; \
        cvs -d $(CVS_ROOT) export \
                -r chise-base-`echo $(VERSION) | tr . _` \
                chise-fonts-installer'
@@ -196,6 +199,10 @@ apel:
        make .lemi-cvs-login
        cvs -z9 -d $(LEMI_CVS_ROOT) co apel
 
+nabe:
+       make .lemi-cvs-login
+       cvs -z9 -d $(LEMI_CVS_ROOT) co nabe
+
 .lemi-cvs-login:
        if test "`echo $(LEMI_CVS_ROOT)|grep '^:pserver:'`" != ""; then \
                cvs -d $(LEMI_CVS_ROOT) login;\
@@ -218,6 +225,8 @@ distclean:
        cd libchise; make distclean
        cd xemacs-chise; make distclean
        cd ids; make clean
+       cd nabe; make clean
+       cd chise-fonts-installer; make distclean
 
 
 db-clean:
@@ -229,4 +238,4 @@ cvs-core-clean:
        rm -rf concord libchise
 
 cvs-base-clean:
-       rm -rf xemacs-chise tomoyo-tools ids
+       rm -rf xemacs-chise apel tomoyo-tools ids nabe chise-fonts-installer