From 8fd1b36e7b4b688c56d46731ad3ff94c27f45a5d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Nov 2015 02:18:50 +0100 Subject: m makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66c1156..44d8aef 100644 --- a/Makefile +++ b/Makefile @@ -5,24 +5,24 @@ # The package path prefix, if you want to install to another root, set DESTDIR to that root -PREFIX ?= /usr +PREFIX = /usr # The library path excluding prefix -LIB ?= /lib +LIB = /lib # The resource path excluding prefix -DATA ?= /share +DATA = /share # The library path including prefix -LIBDIR ?= $(PREFIX)$(LIB) +LIBDIR = $(PREFIX)$(LIB) # The resource path including prefix -DATADIR ?= $(PREFIX)$(DATA) +DATADIR = $(PREFIX)$(DATA) # The generic documentation path including prefix -DOCDIR ?= $(DATADIR)/doc +DOCDIR = $(DATADIR)/doc # The info manual documentation path including prefix -INFODIR ?= $(DATADIR)/info +INFODIR = $(DATADIR)/info # The license base path including prefix -LICENSEDIR ?= $(DATADIR)/licenses +LICENSEDIR = $(DATADIR)/licenses # The name of the package as it should be installed -PKGNAME ?= solar-python +PKGNAME = solar-python # The major version number of the current Python installation PY_MAJOR = 3 @@ -120,5 +120,5 @@ uninstall: .PHONY: clean clean: - -rm -r src/__pycache__ + -rm -r src/__pycache__ obj bin -- cgit v1.2.3-70-g09d2