forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
62 lines (56 loc) · 961 Bytes
/
Makefile
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
MODULE_TOPDIR = ..
SUBDIRS = \
t.connect \
t.create \
t.support \
t.topology \
t.list \
t.info \
t.merge \
t.remove \
t.sample \
t.register \
t.unregister \
t.rast.accumulate \
t.rast.accdetect \
t.rast.aggregate \
t.rast.aggregate.ds \
t.rast.colors \
t.rast.contour \
t.rast.to.rast3 \
t.rast.univar \
t.rast.list \
t.rast.mapcalc \
t.rast.algebra \
t.rast.neighbors \
t.rast.series \
t.rast.export \
t.rast.out.vtk \
t.rast.import \
t.rast.gapfill \
t.rast.extract \
t.rast.to.vect \
t.rast.what \
t.rast3d.list \
t.rast3d.extract \
t.rast3d.mapcalc \
t.rast3d.algebra \
t.rast3d.univar \
t.rename \
t.select \
t.snap \
t.shift \
t.upgrade \
t.vect.list \
t.vect.db.select \
t.vect.export \
t.vect.extract \
t.vect.algebra \
t.vect.import \
t.vect.what.strds \
t.vect.observe.strds \
t.vect.univar
PGM = temporalintro
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: htmldir
htmldir: parsubdirs