~ubuntu-branches/ubuntu/hardy/libterralib/hardy

« back to all changes in this revision

Viewing changes to examples/querierGroupSpatialRest/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-25 22:32:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051125223259-3zubal8ux4ki4fjg
Tags: upstream-3.0.3b2
ImportĀ upstreamĀ versionĀ 3.0.3b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: querierGroupSpatialRest
 
2
 
 
3
shapelib:
 
4
        cd ../terralibx/shapelib; make
 
5
 
 
6
tiff:
 
7
        cd ../terralibx/tiff; make
 
8
 
 
9
terralib:
 
10
        cd ../terralibx/terralib; make
 
11
 
 
12
stat:
 
13
        cd ../terralibx/stat; make
 
14
 
 
15
querierGroupSpatialRest: shapelib tiff terralib stat
 
16
        qmake -o makeQuerierGroupSpatialRest querierGroupSpatialRest.pro; make -f makeQuerierGroupSpatialRest
 
17
 
 
18
clean:
 
19
        if \
 
20
                test -f makeQuerierGroupSpatialRest; \
 
21
        then \
 
22
                make -f makeQuerierGroupSpatialRest distclean; rm -f makeQuerierGroupSpatialRest; \
 
23
        fi
 
 
b'\\ No newline at end of file'