~ubuntu-branches/ubuntu/wily/grass/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
MODULE_TOPDIR = ..

PGM = vectorintro

SUBDIRS = \
	v.buffer \
	v.build \
	v.build.polylines \
	v.category \
	v.class \
	v.clean \
	v.colors \
	v.colors.out \
	v.db.connect \
	v.db.select \
	v.delaunay \
	v.distance \
	v.drape \
	v.edit \
	v.extract \
	v.extrude \
	v.generalize \
	v.hull \
	v.info \
	v.in.ascii \
	v.in.db \
	v.in.dxf \
	v.in.region \
	v.kcv \
	v.kernel \
	v.label \
	v.lidar.correction \
	v.lidar.edgedetection \
	v.lidar.growing \
	v.lrs \
	v.proj \
	v.mkgrid \
	v.neighbors \
	v.net \
	v.net.alloc \
	v.net.allpairs \
	v.net.bridge \
	v.net.centrality \
	v.net.components \
	v.net.connectivity \
	v.net.distance \
	v.net.flow \
	v.net.iso \
	v.net.path \
	v.net.salesman \
	v.net.spanningtree \
	v.net.steiner \
	v.net.timetable \
	v.net.visibility \
	v.normal \
	v.out.ascii \
	v.out.dxf \
	v.out.postgis \
	v.out.pov \
	v.out.svg \
	v.out.vtk \
	v.outlier \
	v.overlay \
	v.parallel \
	v.patch \
	v.perturb \
	v.split \
	v.qcount \
	v.random \
	v.reclass \
	v.rectify \
	v.sample \
	v.segment \
	v.select \
	v.support \
	v.surf.bspline \
	v.surf.idw \
	v.surf.rst \
	v.transform \
	v.timestamp \
	v.to.3d \
	v.to.db \
	v.to.points \
	v.to.rast \
	v.to.rast3 \
	v.type \
	v.univar \
	v.voronoi \
	v.what \
	v.what.rast \
	v.what.rast3 \
	v.vect.stats \
	v.vol.rst \
	v.out.ogr \
	v.in.ogr \
	v.external \
	v.in.dwg \
	v.in.lidar \
	v.external.out

include $(MODULE_TOPDIR)/include/Make/Dir.make

default: htmldir

htmldir: parsubdirs