~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Henstridge
  • Date: 2008-06-19 07:57:48 UTC
  • mto: This revision was merged to the branch mainline in revision 6527.
  • Revision ID: james.henstridge@canonical.com-20080619075748-7sfyitmxh4zk27jp
* Make sure STORM_CEXTENSIONS is set for scripts and cronscripts.
* Don't bother adding sourcecode/zope/src and sourcecode/twisted to the 
  PYTHONPATH, since the relevant modules are in lib/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
SHHH=${PYTHON} utilities/shhh.py
14
14
STARTSCRIPT=runlaunchpad.py
15
 
Z3LIBPATH=$(shell pwd)/sourcecode/zope/src
16
 
TWISTEDPATH=$(shell pwd)/sourcecode/twisted
17
15
HERE:=$(shell pwd)
18
16
 
19
17
LPCONFIG=development
25
23
 
26
24
APPSERVER_ENV = \
27
25
  LPCONFIG=${LPCONFIG} \
28
 
  PYTHONPATH=$(TWISTEDPATH):$(Z3LIBPATH):$(PYTHONPATH) \
 
26
  PYTHONPATH=$(PYTHONPATH) \
29
27
  STORM_CEXTENSIONS=1
30
28
 
31
29
# DO NOT ALTER : this should just build by default