@@ -80,20 +80,33 @@ if(WITH_DOCS)
80
80
install (FILES ${OUTDIR} /${GRASS_INSTALL_DOCDIR} /grass_logo.txt
81
81
DESTINATION ${GRASS_INSTALL_DOCDIR} )
82
82
endif ()
83
- build_program_in_subdir(d.grid DEPENDS grass_gis grass_symb grass_gproj
84
- grass_display GDAL ${LIBM} )
83
+ build_program_in_subdir(
84
+ d.grid
85
+ DEPENDS
86
+ grass_gis
87
+ grass_symb
88
+ grass_gproj
89
+ grass_display
90
+ ${LIBM} )
85
91
build_program_in_subdir(d.his DEPENDS grass_gis grass_display grass_raster)
86
92
build_program_in_subdir(d.histogram DEPENDS grass_gis grass_display
87
93
grass_raster ${LIBM} )
88
94
build_program_in_subdir(d.info DEPENDS grass_gis grass_display)
89
95
build_program_in_subdir(d.labels DEPENDS grass_gis grass_display ${LIBM} )
90
- build_program_in_subdir(d.legend DEPENDS grass_gis grass_display grass_raster
91
- grass_raster3d ${LIBM} )
96
+ build_program_in_subdir(
97
+ d.legend
98
+ DEPENDS
99
+ grass_gis
100
+ grass_display
101
+ grass_raster
102
+ grass_raster3d
103
+ ${LIBM} )
92
104
build_program_in_subdir(d.legend.vect DEPENDS grass_gis grass_display
93
105
grass_symb ${LIBM} )
94
106
build_program_in_subdir(d.linegraph DEPENDS grass_gis grass_display grass_symb
95
107
grass_raster)
96
- build_program_in_subdir(d.northarrow DEPENDS grass_gis grass_display grass_symb ${LIBM} )
108
+ build_program_in_subdir(d.northarrow DEPENDS grass_gis grass_display grass_symb
109
+ ${LIBM} )
97
110
if (WITH_DOCS)
98
111
file (MAKE_DIRECTORY ${OUTDIR} /${GRASS_INSTALL_DOCDIR} /northarrows)
99
112
file (GLOB d_northarrow_png
@@ -103,8 +116,9 @@ if(WITH_DOCS)
103
116
install (DIRECTORY ${OUTDIR} /${GRASS_INSTALL_DOCDIR} /northarrows
104
117
DESTINATION ${GRASS_INSTALL_DOCDIR} )
105
118
endif ()
106
- build_program_in_subdir(d.path DEPENDS grass_gis grass_display grass_vector GDAL)
107
- build_program_in_subdir(d.profile DEPENDS grass_gis grass_display grass_raster ${LIBM} )
119
+ build_program_in_subdir(d.path DEPENDS grass_gis grass_display grass_vector)
120
+ build_program_in_subdir(d.profile DEPENDS grass_gis grass_display grass_raster
121
+ ${LIBM} )
108
122
build_program_in_subdir(d.rast DEPENDS grass_gis grass_display grass_raster)
109
123
build_program_in_subdir(d.rast.arrow DEPENDS grass_gis grass_raster
110
124
grass_display ${LIBM} )
@@ -125,7 +139,6 @@ build_program_in_subdir(
125
139
grass_raster
126
140
grass_symb
127
141
grass_vector
128
- GDAL
129
142
${LIBM} )
130
143
build_program_in_subdir(
131
144
d.vect.chart
@@ -137,7 +150,6 @@ build_program_in_subdir(
137
150
grass_gis
138
151
grass_symb
139
152
grass_vector
140
- GDAL
141
153
${LIBM} )
142
154
build_program_in_subdir(
143
155
d.vect.thematic
@@ -149,6 +161,5 @@ build_program_in_subdir(
149
161
grass_display
150
162
grass_gis
151
163
grass_symb
152
- grass_vector
153
- GDAL)
154
- build_program_in_subdir(d.where DEPENDS grass_gis grass_display grass_gproj GDAL)
164
+ grass_vector)
165
+ build_program_in_subdir(d.where DEPENDS grass_gis grass_display grass_gproj)
0 commit comments