3 ;;; $Id: APEL-MK,v 0.2 1997-03-20 02:12:39 morioka Exp $
8 (setq prefix (car command-line-args-left))
10 (not (string-equal "NONE" prefix))
12 (defvar PREFIX prefix)
13 (setq command-line-args-left (cdr command-line-args-left))
15 (load-file "APEL-CFG")
16 (or (boundp 'apel-modules)
17 (load-file "APEL-ELS")
19 (princ (format "PREFIX=%s\n" PREFIX))
22 (defun compile-apel ()
23 (add-to-list 'load-path (expand-file-name "../emu"))
24 (add-to-list 'load-path ".")
26 (load-file "APEL-ELS")
27 (compile-elisp-modules apel-modules ".")
30 (defun install-apel ()
33 (compile-elisp-modules apel-modules ".")
34 (install-elisp-modules apel-modules "." APEL_DIR)