~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to python/python-workqueue/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-07 09:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110507090500-lqpmdtwndor6e7os
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CCTOOLS_HOME = ../..
 
2
 
 
3
include ../../Makefile.config
 
4
 
 
5
all: setup.cfg
 
6
        @${CCTOOLS_PYTHON} ./setup.py build_ext --inplace
 
7
 
 
8
test: workqueue.so 
 
9
        @echo running python-workqueue tests
 
10
        @env CCTOOLS_PYTHON=${CCTOOLS_PYTHON} ${CCTOOLS_HOME}/dttools/src/test_runner.sh TR_*.sh
 
11
 
 
12
clean:
 
13
        rm -fr build workqueue.so
 
14
 
 
15
install: all
 
16
        @${CCTOOLS_PYTHON} ./setup.py install --prefix ${CCTOOLS_INSTALL_DIR}
 
17
 
 
18
setup.cfg:
 
19
        @${CCTOOLS_PYTHON} ./configure.py -i ../../dttools/src -l ../../dttools/src