tm 7.80.
[elisp/tm.git] / config.tm
1 #
2 # tm/config.tm: configuration file for tm
3 #
4
5 MAKE = make
6
7
8 # Please specify emacs executables:
9 #       EMACS18    = for EMACS 18.* (NEmacs, NEpoch and Mule 1.*)
10 #       XEMACS     = for Emacs .. 19.28 (Mule 2.0 .. 2.3) or XEmacs
11 #       EMACS19_29 = for Emacs 19.29 ..
12
13 EMACS18    = nemacs
14
15 XEMACS     = xemacs
16 #XEMACS    = mule
17 #XEMACS    = emacs-19_28
18
19 #EMACS19_29 = emacs-19_29
20 #EMACS19_29 = emacs-19_30
21 #EMACS19_29 = mule-19_29
22 EMACS19_29 = mule-19_30
23
24
25 # PREFIX = /usr/local
26 PREFIX = $(HOME)
27
28
29 EMACS_PREFIX = emacs
30 # EMACS_PREFIX = mule
31 # EMACS_PREFIX = xemacs
32
33
34 DATADIR18    = $(PREFIX)/lib
35 DATADIR19    = $(PREFIX)/lib
36 DATADIR19_29 = $(PREFIX)/share
37
38
39 # Please specify location to install for Emacs 18.
40 LOCAL_LISP_DIR18 = $(DATADIR18)/$(EMACS_PREFIX)/local.lisp
41
42 # Please specify location to install for Emacs .. 19.28 and XEmacs
43 LOCAL_LISP_DIR19 = $(DATADIR19)/$(EMACS_PREFIX)/site-lisp
44
45 # Please specify location to install for Emacs 19.29 ..
46 LOCAL_LISP_DIR19_29 = $(DATADIR19_29)/$(EMACS_PREFIX)/site-lisp
47
48
49 # tl install directory for Emacs 18
50 TLDIR18 = $(LOCAL_LISP_DIR18)
51
52 # tl install directory for Emacs .. 19.28 and XEmacs
53 TLDIR19 = $(LOCAL_LISP_DIR19)
54
55 # tl install directory for Emacs 19.29 ..
56 TLDIR19_29 = $(LOCAL_LISP_DIR19_29)
57
58
59 # MEL install directory for Emacs 18
60 MELDIR18 = $(LOCAL_LISP_DIR18)/tm
61
62 # MEL install directory for Emacs .. 19.28 and XEmacs
63 MELDIR19 = $(LOCAL_LISP_DIR19)
64
65 # MEL install directory for Emacs 19.29
66 MELDIR19_29 = $(LOCAL_LISP_DIR19_29)
67
68
69 # tm install directory for Emacs 18
70 TMDIR18 = $(LOCAL_LISP_DIR18)/tm
71
72 # tm install directory for Emacs .. 19.28 and XEmacs
73 TMDIR19 = $(LOCAL_LISP_DIR19)
74
75 # tm install directory for Emacs 19.29 ..
76 TMDIR19_29 = $(LOCAL_LISP_DIR19_29)
77
78
79 # tm-mh-e install directory for Emacs 18
80 TMH_DIR18 = $(TMDIR18)
81
82 # tm-mh-e install directory for Emacs .. 19.28 and XEmacs
83 TMH_DIR19 = $(TMDIR19)
84
85 # tm-mh-e install directory for Emacs 19.29
86 TMH_DIR19_29 = $(TMDIR19_29)
87
88
89 # tm-gnus install directory for Emacs 18
90 TM_GNUS_DIR18 = $(TMDIR18)
91
92 # tm-gnus install directory for Emacs .. 19.28 and XEmacs
93 TM_GNUS_DIR19 = $(TMDIR19)
94
95 # tm-gnus install directory for Emacs 19.29 ..
96 TM_GNUS_DIR19_29 = $(TMDIR19_29)
97
98
99 bindir  = $(PREFIX)/bin
100
101
102 CC      = gcc
103 CFLAGS  = -O
104
105
106 RM      = /bin/rm -f
107 CP      = /bin/cp -p