~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2009-07-15 16:15:48 UTC
  • mto: This revision was merged to the branch mainline in revision 8912.
  • Revision ID: gary.poster@canonical.com-20090715161548-tcruf9zev3t0vywn
put in new zc.buildout eggs

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
# This can be removed once we move to zc.buildout and we have versioned
68
68
# dependencies, but for now we run both Launchpad and all other
69
69
# dependencies tests for any merge to sourcecode.
70
 
check_sourcecode_merge: build check
 
70
check_sourcecode_merge: check
71
71
        $(MAKE) -C sourcecode check PYTHON=${PYTHON} \
72
72
                PYTHON_VERSION=${PYTHON_VERSION} PYTHONPATH=$(PYTHONPATH)
73
73
 
130
130
        $(PYTHON) bootstrap.py --ez_setup-source=ez_setup.py \
131
131
                --download-base=download-cache/dist --eggs=eggs
132
132
 
133
 
$(PY): bin/buildout versions.cfg
 
133
$(PY): bin/buildout versions.cfg buildout.cfg setup.py
134
134
        ./bin/buildout configuration:instance_name=${LPCONFIG}
135
135
 
136
136
compile: $(PY)
137
137
        ${SHHH} $(MAKE) -C sourcecode build PYTHON=${PYTHON} \
138
138
            PYTHON_VERSION=${PYTHON_VERSION} LPCONFIG=${LPCONFIG}
139
139
        ${SHHH} LPCONFIG=${LPCONFIG} $(PY) -t buildmailman.py
140
 
        ${SHHH} sourcecode/lazr-js/tools/build.py \
 
140
        ${SHHH} $(PY) sourcecode/lazr-js/tools/build.py \
141
141
                -n launchpad -s lib/canonical/launchpad/javascript \
142
142
                -b lib/canonical/launchpad/icing/build $(EXTRA_JS_FILES)
143
143