From: morioka Date: Mon, 3 Mar 1997 18:51:41 +0000 (+0000) Subject: compile and install emu and apel. X-Git-Tag: Hokutetsu-Ishikawa-new~198 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=84a55b60f4320370bde1a2f45c8a08373728e1d6;p=elisp%2Fsemi.git compile and install emu and apel. --- diff --git a/SEMI-MK b/SEMI-MK index 7bd0ed0..296aa5f 100644 --- a/SEMI-MK +++ b/SEMI-MK @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-MK,v 0.1 1997-02-28 04:21:43 tmorioka Exp $ +;;; $Id: SEMI-MK,v 0.2 1997-03-03 18:51:41 morioka Exp $ ;;; (defun config-semi () @@ -18,6 +18,8 @@ ;;(setq command-line-args-left (cdr command-line-args-left)) ))) (load-file "SEMI-CFG") + (load-file "../emu/EMU-ELS") + (load-file "../apel/APEL-ELS") (load-file "../bitmap-mule/BITMAP-ELS") (load-file "../mu/MU-ELS") (load-file "../mel/MEL-ELS") @@ -32,6 +34,8 @@ (defun compile-semi () (config-semi) (print load-path) + (compile-elisp-modules emu-modules "../emu") + (compile-elisp-modules apel-modules "../apel") (compile-elisp-modules bitmap-modules "../bitmap-mule") (compile-elisp-modules mu-modules-to-compile "../mu") (compile-elisp-modules mel-modules "../mel") @@ -42,6 +46,8 @@ (defun install-semi () (config-semi) (princ (format "%s\n" emacs-version)) + (install-elisp-modules emu-modules "../emu" EMU_DIR) + (install-elisp-modules apel-modules "../apel" APEL_DIR) (install-elisp-modules bitmap-modules "../bitmap-mule" BITMAP_DIR) (install-elisp-modules mu-modules "../mu" MU_DIR) (install-elisp-modules mel-modules "../mel" MEL_DIR)