OPTS = @ac_configure_args@
CONCORD_OPTS = $(OPTS)
LIBCHISE_OPTS = $(OPTS)
-XEMACS_OPTS = $(OPTS) @xemacs_opts@
+XEMACS_OPTS = $(OPTS) --pdump @xemacs_opts@ --without-xim --with-database=berkdb
CVS_ROOT = @cvs_root@
config-xemacs: xemacs-chise xemacs-chise/src/config.h
xemacs-chise/src/config.h:
- cd xemacs-chise && ./configure --with-chise --without-xim --pdump \
- $(XEMACS_OPTS) --with-database=berkdb
+ cd xemacs-chise && ./configure --with-chise $(XEMACS_OPTS)
build-xemacs: config-xemacs
cd xemacs-chise && make
| (cd chise-db/db-$(VERSION); tar xvf - )
-cd chise-db && ln -s db-$(VERSION) db
-tar-core:
+tar-core: cvs-core-clean
cvs commit
sh -c 'cvs tag -R chise-core-`echo $(VERSION) | tr . _`; \
cd /tmp; \
#rsync -av Makefile libchise chise-db \
# xemacs-chise ids
# /tmp/chise-core-$(VERSION)
- rsync -av Makefile concord libchise chise-db \
- /tmp/chise-core-$(VERSION)
+ #rsync -av Makefile concord libchise chise-db \
+ # /tmp/chise-core-$(VERSION)
+ rsync -av chise-db /tmp/chise-core-$(VERSION)
cd /tmp; tar cvzf chise-core-$(VERSION).tar.gz \
chise-core-$(VERSION)
cd xemacs-chise; make distclean
cd ids; make clean
+
db-clean:
rm -rf chise-db
-cvs-clean: db-clean
- rm -rf concord libchise xemacs-chise tomoyo-tools ids
+cvs-clean: cvs-base-clean cvs-core-clean db-clean
+
+cvs-core-clean:
+ rm -rf concord libchise
+
+cvs-base-clean:
+ rm -rf xemacs-chise tomoyo-tools ids