1 2 ############################################################################### 3 # MODULE : makefile which can be included in administrative makefiles 4 # COPYRIGHT : (C) 1999-2008 Joris van der Hoeven 5 ############################################################################### 6 # This software falls under the GNU general public license version 3 or later. 7 # It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE 8 # in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>. 9 ############################################################################### 10 11 prefix = /usr/local 12 exec_prefix = ${prefix} 13 includedir = ${prefix}/include 14 libdir = ${exec_prefix}/lib64 15 bindir = ${exec_prefix}/bin 16 datarootdir = ${prefix}/share 17 datadir = ${datarootdir} 18 mandir = ${datarootdir}/man 19 tmdir = TeXmacs 20 tm_devel = TeXmacs-2.1.2 21 tm_devel_release = TeXmacs-2.1.2-1 22 tmorig = /home/magix/DEV/texmacs 23 tmsrc = /home/magix/DEV/texmacs/TeXmacs 24 tmbin = ${exec_prefix}/lib/TeXmacs 25 tmdata = ${datarootdir}/TeXmacs 26 so = so 27 os = x86_64-pc-linux-gnu 28 29 MKDIR = mkdir -p 30 RM = rm -f 31 CP = cp -r -f 32 MV = mv -f 33 LN = ln -f 34 CHMOD = chmod -f 35 GZIP = gzip -f 36 STRIP = strip 37 TOUCH = touch 38 TAR = tar