Makefile
changeset 42058 ec7b478f1bf8
parent 40967 462a26756f70
child 42805 7521e6d18057
equal deleted inserted replaced
42057:566daffc607d 42058:ec7b478f1bf8
     3 # override the variable on the command like:
     3 # override the variable on the command like:
     4 #
     4 #
     5 # % make PREFIX=/opt/ install
     5 # % make PREFIX=/opt/ install
     6 
     6 
     7 export PREFIX=/usr/local
     7 export PREFIX=/usr/local
     8 PYTHON=python
     8 PYTHON?=python
     9 $(eval HGROOT := $(shell pwd))
     9 $(eval HGROOT := $(shell pwd))
    10 HGPYTHONS ?= $(HGROOT)/build/pythons
    10 HGPYTHONS ?= $(HGROOT)/build/pythons
    11 PURE=
    11 PURE=
    12 PYFILESCMD=find mercurial hgext doc -name '*.py'
    12 PYFILESCMD=find mercurial hgext doc -name '*.py'
    13 PYFILES:=$(shell $(PYFILESCMD))
    13 PYFILES:=$(shell $(PYFILESCMD))