1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Eukleides build configuration file
# Copyright (c) Christian Obrecht 2004-2010
# Installation prefix
PREFIX=$(DESTDIR)/usr
BINARIES = eukleides euktopst
# Localized keywords
# Uncomment to enable this feature.
# LOCALES = de fr
# Documentation
# Alternative targets are 'pdf' and 'html'.
DOC = info html
# Preferred HTML output
# Comment this out for single HTML file.
HTML = split
# Preferred paper format
# Comment this out for 'letter' format.
PAPER = A4
# Check if the following fits your system.
BIN_DIR = $(PREFIX)/bin
SHARE_DIR = $(PREFIX)/share
MO_DIR = $(SHARE_DIR)/locale
DOC_DIR = $(SHARE_DIR)/doc/eukleides
EXM_DIR = $(DOC_DIR)/examples
MAN_DIR = $(SHARE_DIR)/man/man1
INFO_DIR = $(SHARE_DIR)/info
TEX_DIR = $(SHARE_DIR)/texmf/tex/latex/eukleides
|