summaryrefslogtreecommitdiff
blob: d19557e02a1ec6e8f99c3a7b8840d29e830c9925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# Override this on command line when making a release, ie 'dist'
VERSION ?= 9.9.9
RELEASE_TAG ?=
RELEASE ?= "gentoolkit-dev-$(VERSION)$(RELEASE_TAG)"

# python-config is not installed on all arches Bug #113386
PYVERSION ?= "`LC_COLLATE=C; python -V 2>&1 | tr '[:upper:]' '[:lower:]' | sed -e 's/ //g;s/\([0-9]\.[0-9]\)\.[0-9]/\1/'`"
DESTDIR ?=

PREFIX ?= /usr
DOCDIR ?= $(DESTDIR)$(PREFIX)/share/doc/gentoolkit-dev-$(VERSION)$(RELEASE_TAG)
BINDIR ?= $(DESTDIR)$(PREFIX)/bin
SBINDIR ?= $(DESTDIR)$(PREFIX)/sbin
MANDIR ?= $(DESTDIR)$(PREFIX)/share/man
MAN1DIR ?= $(MANDIR)/man1
SYSCONFDIR ?= $(DESTDIR)/etc

# skeletons
all:
clean: