tm 6.78.1.
[elisp/tm.git] / config.tm
1 #
2 # tm/config.tm: configuration file for tm
3 #
4
5 # Please specify emacs executables:
6 #       NEMACS  = for NEMACS (or NEpoch)
7 #       MULE1   = for Mule 1.* (based on Emacs 18.*)
8 #       ORIG19  = for Emacs 19.* (FSF original or XEmacs)
9 #       MULE2   = for MULE 2.* (based on Emacs 19.*)
10
11 NEMACS  = nemacs
12 MULE1   = mule1
13 ORIG19  = emacs19
14 MULE2   = mule2
15
16
17 # Please specify location to install for Emacs 18.
18
19 # PREFIX_18 = /usr/local/lib/emacs/local.lisp
20
21 PREFIX_18 = $(HOME)/lib/emacs18/lisp
22
23
24 # Please specify location to install for Emacs 19.
25
26 # PREFIX_19 = /usr/local/lib/emacs/site-lisp
27
28 PREFIX_19 = $(HOME)/lib/emacs19/lisp
29
30
31 # tl install directory for Emacs 18
32 TLDIR18 = $(PREFIX_18)
33
34 # tl install directory for Emacs 19
35 TLDIR19 = $(PREFIX_19)
36
37
38 # MEL install directory for Emacs 18
39 MELDIR18 = $(PREFIX_18)/tm
40
41 # MEL install directory for Emacs 19
42 MELDIR19 = $(PREFIX_19)
43
44
45 # tm install directory for Emacs 18
46 TMDIR18 = $(PREFIX_18)/tm
47
48 # tm install directory for Emacs 19
49 TMDIR19 = $(PREFIX_19)
50
51
52 # tm-mh-e install directory for Emacs 18
53 TMH_DIR18 = $(TMDIR18)
54
55 # tm-mh-e install directory for Emacs 19
56 TMH_DIR19 = $(TMDIR19)
57
58
59 # tm-gnus install directory for Emacs 18
60 TM_GNUS_DIR18 = $(TMDIR18)
61
62 # tm-gnus install directory for Emacs 19
63 TM_GNUS_DIR19 = $(TMDIR19)
64
65
66 bindir  = $(HOME)/bin
67
68
69 CC      = gcc
70 CFLAGS  = -O
71
72
73 RM      = /bin/rm -f
74 CP      = /bin/cp -p