~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/dirlist.mk

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2011-03-03 13:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303134004-ocs5d23cuont0q61
Tags: 3.2.2-1
[ Alan Boudreault ]
* New upstream release.

[ Francesco Paolo Lovergine ]
* Policy set to 3.9.1, without changes.
* Merged log for post squeeze release.
* Repository moved to git and changed Vcs-* fields as required.
* Source format moved to 3.0 with quilt support.
* Policy changed to 3.9.1, without changes.
* Added ${misc:Depends} to bin pkgs due to dh use.
* Added -dbg package for debugging symbols.
  (closes: #582273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: dirlist.mk 2669 2009-10-08 12:51:45Z warmerdam $
2
 
#
3
 
# List of directories use by makefile.vc
4
 
#
5
 
 
6
 
GEOS_DIRLIST =  algorithm \
7
 
                algorithm\distance \
8
 
                algorithm\locate \
9
 
                examples \
10
 
                geom \
11
 
                geom\util \
12
 
                geom\prep \
13
 
                geomgraph \
14
 
                geomgraph\index \
15
 
                headers \
16
 
                headers\geos \
17
 
                index \
18
 
                index\bintree \
19
 
                index\chain \
20
 
                index\intervalrtree \
21
 
                index\quadtree \
22
 
                index\strtree \
23
 
                index\sweepline \
24
 
                io \
25
 
                linearref \
26
 
                noding \
27
 
                noding\snapround \
28
 
                operation \
29
 
                operation\buffer \
30
 
                operation\distance \
31
 
                operation\linemerge \
32
 
                operation\overlay \
33
 
                operation\overlay\snap \
34
 
                operation\overlay\validate \
35
 
                operation\polygonize \
36
 
                operation\predicate \
37
 
                operation\relate \
38
 
                operation\union \
39
 
                operation\valid \
40
 
                planargraph \
41
 
                planargraph\algorithm \
42
 
                precision \
43
 
                simplify \
44
 
                util
45
 
 
 
1
# $Id: dirlist.mk 2973 2010-04-07 14:01:45Z mloskot $
 
2
#
 
3
# List of directories use by makefile.vc to clean .obj files
 
4
#
 
5
 
 
6
GEOS_DIRLIST =  \
 
7
        algorithm \
 
8
        algorithm\distance \
 
9
        algorithm\locate \
 
10
        examples \
 
11
        geom \
 
12
        geom\util \
 
13
        geom\prep \
 
14
        geomgraph \
 
15
        geomgraph\index \
 
16
        headers \
 
17
        headers\geos \
 
18
        index \
 
19
        index\bintree \
 
20
        index\chain \
 
21
        index\intervalrtree \
 
22
        index\quadtree \
 
23
        index\strtree \
 
24
        index\sweepline \
 
25
        io \
 
26
        linearref \
 
27
        noding \
 
28
        noding\snapround \
 
29
        operation \
 
30
        operation\buffer \
 
31
        operation\distance \
 
32
        operation\linemerge \
 
33
        operation\overlay \
 
34
        operation\overlay\snap \
 
35
        operation\overlay\validate \
 
36
        operation\polygonize \
 
37
        operation\predicate \
 
38
        operation\relate \
 
39
        operation\union \
 
40
        operation\valid \
 
41
        planargraph \
 
42
        planargraph\algorithm \
 
43
        precision \
 
44
        simplify \
 
45
        util