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