Upgrade to version 1.0.6.12
[texmacs.git] / src / misc / admin / admin.makefile
blob6c63dead30f5f7ac9544aa30baa4604f050227ac
2 ###############################################################################
3 # MODULE     : makefile which can be included in administrative makefiles
4 # BY         : Joris van der Hoeven
5 # COPYRIGHT  : This software falls under the GNU general public license;
6 #              see the file 'LICENSE', which is provided with this package.
7 ###############################################################################
9 prefix = /usr/local
10 exec_prefix = ${prefix}
11 includedir = ${prefix}/include
12 libdir = ${exec_prefix}/lib
13 bindir = ${exec_prefix}/bin
14 datadir = ${prefix}/share
15 mandir = ${prefix}/man
16 tmdir = TeXmacs
17 tmtgz = TeXmacs-1.0.6.12
18 tmrpm = TeXmacs-1.0.6.12-1
19 tmorig = /home/vdhoeven/cvs/src
20 tmsrc = /home/vdhoeven/cvs/src/TeXmacs
21 tmbin = ${exec_prefix}/libexec/TeXmacs
22 tmdata = ${prefix}/share/TeXmacs
23 so = so
24 os = gnu-linux
26 MKDIR = mkdir -p
27 RM = rm -f
28 CP = cp -r -f
29 MV = mv -f
30 LN = ln -f
31 CHMOD = chmod -f
32 GZIP = gzip -f
33 STRIP = strip
34 TOUCH = touch
35 TAR = tar