~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to sourcecode/Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-28 18:44:04 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-9
Make soyuz a working web application, add a very minimal rosetta with replaceable stubs.
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-2
   Added a standard template for python files.  Customized the http server so that the zodb isn't involved at all

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
test_dirs:=$(shell find . -maxdepth 1 -mindepth 1 -name ".arch-ids" -prune -o -type d -print)
2
 
 
3
 
all:
4
 
 
5
 
check: build
6
 
        @ for subdir in ${test_dirs}; do \
7
 
                $(MAKE) -C $$subdir check || exit $$?;\
8
 
        done
9
 
 
10
 
build:
11
 
        @ for subdir in ${test_dirs}; do\
12
 
                $(MAKE) -C $$subdir || exit $$?;\
13
 
        done
14
 
 
15
 
.PHONY: check all build
16
 
 
17
 
 
18
 
#arch-tag: 0f9bfda9-6831-467e-ba80-bd32e1ea2306