# Eukleides build configuration file
# Copyright (c) Christian Obrecht 2004-2010

# Installation prefix
PREFIX=/usr/local

BINARIES = eukleides euktopst

# Localized keywords
# Uncomment to enable this feature.
# LOCALES = de fr

# Documentation
# Alternative targets are 'pdf' and 'html'.
DOC = info

# 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

