(install-nabe): New target.
authortomo <tomo>
Mon, 19 Sep 2011 19:05:14 +0000 (19:05 +0000)
committertomo <tomo>
Mon, 19 Sep 2011 19:05:14 +0000 (19:05 +0000)
(install-base): Call `install-nabe'.
(nabe): New target.
(distclean): Add cleaner for nabe/.
(cvs-base-clean): Delete nabe/.

Makefile.in

index bb28c9c..861a76a 100644 (file)
@@ -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
@@ -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,7 @@ distclean:
        cd libchise; make distclean
        cd xemacs-chise; make distclean
        cd ids; make clean
+       cd nabe; make clean
        cd chise-fonts-installer; make distclean
 
 
@@ -230,4 +238,4 @@ cvs-core-clean:
        rm -rf concord libchise
 
 cvs-base-clean:
-       rm -rf xemacs-chise apel tomoyo-tools ids chise-fonts-installer
+       rm -rf xemacs-chise apel tomoyo-tools ids nabe chise-fonts-installer