~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to sourcecode/Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-16 13:16:02 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-29
add sqlobject library link
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-23
   add svn_oo module link

 * robert.collins@canonical.com/soyuz--devel--0--patch-24
   add sqlobject lib link

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