File: Makefile.am

package info (click to toggle)
spatialite 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,240 kB
  • sloc: ansic: 587,051; makefile: 8,583; sh: 4,276; yacc: 1,973; xml: 717
file content (252 lines) | stat: -rw-r--r-- 7,326 bytes parent folder | download
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
AM_CPPFLAGS = @CFLAGS@ @GEOS_CFLAGS@ @LIBXML2_CFLAGS@

check_PROGRAMS = check_endian \
		check_version \
		check_init \
		check_init2 \
		check_init_full \
		check_geom_aux \
		check_geometry_cols \
		check_tempgeom \
		check_create \
		check_bufovflw \
		check_fdo1 \
		check_fdo2 \
		check_fdo3 \
		check_fdo_bufovflw \
		check_md5 \
		check_dbf_load \
		check_shp_load \
		check_shp_load_3d \
		shape_cp1252 \
		shape_primitives \
		shape_utf8_1 \
		shape_utf8_1ex \
		shape_utf8_2 \
		shape_3d \
		check_clone_table \
		check_xls_load \
		check_math_funcs \
		check_gaia_util \
		check_gaia_utf8 \
		check_extension \
		check_recover_geom \
		check_sql_stmt \
		check_sql_stmt_tiny \
		check_sql_stmt_legacy \
		check_sql_stmt_extension \
		check_multithread \
		check_virtualtable1 \
		check_virtualtable2 \
		check_virtualtable3 \
		check_virtualtable4 \
		check_virtualtable5 \
		check_virtualtable6 \
		check_virtual_ovflw \
		check_mbrcache \
		check_spatialindex \
		check_exif \
		check_exif2 \
		check_relations_fncts \
		check_extra_relations_fncts \
		check_geoscvt_fncts \
		check_libxml2 \
		check_styling \
		check_map_config \
		check_virtualxpath \
		check_virtualbbox \
		check_wfsin \
		check_dxf \
		check_metacatalog \
		check_virtualelem \
		check_srid_fncts \
		check_control_points \
		check_cutter \
		check_topology2d \
		check_topology3d \
		check_toponoface2d \
		check_topoplus \
		check_toposnap \
		check_network2d \
		check_network3d \
		check_network_log \
		check_virtualknn2 \
		check_sequence \
		check_stored_proc \
		check_wms \
		check_drop_rename \
		routing_test \
		geojson_test \
		check_zipshp \
		check_multiple_points
		
if ENABLE_GEOPACKAGE
check_PROGRAMS += \
		check_createBaseTables \
		check_gpkgCreateTilesTable \
		check_gpkgCreateTilesTableMissingSRID \
		check_gpkgCreateTilesZoomLevel \
		check_gpkgInsertEpsgSRID check_gpkgMode \
		check_gpkgCreateFeaturesTable \
		check_gpkg_base_core_container_data_file_format_application_id \
		check_gpkg_base_core_spatial_ref_sys_data_table_def \
		check_gpkg_base_core_spatial_ref_sys_data_values_default \
		check_gpkg_base_core_contents_data_table_def \
		check_gpkg_opt_extension_mechanism_extensions_data_table_def \
		check_add_tile_triggers \
		check_add_tile_triggers_bad_table_name \
		check_get_normal_row \
		check_get_normal_row_bad_geopackage \
		check_get_normal_row_bad_geopackage2 \
		check_get_normal_zoom \
		check_get_normal_zoom_extension_load \
		check_get_normal_zoom_bad_geopackage \
		check_get_normal_zoom_bad_geopackage2 \
		check_gpkgGetImageFormat \
		check_gpkgGetImageFormat_nonimage \
		check_gpkgGetImageFormat_nonblob \
		check_gpkgGetImageFormat_png \
		check_gpkgGetImageFormat_tiff \
		check_gpkgGetImageFormat_webp \
		check_gpkgConvert \
		check_gpkgVirtual
endif

AM_CFLAGS = -I@srcdir@/../src/headers -I@srcdir@

if MINGW
AM_LDFLAGS = -L../src -lspatialite -lsqlite3 -lm -lxml2 $(GCOV_FLAGS)
else 
AM_LDFLAGS = -L../src -lpthread -lspatialite -lsqlite3 -lm -lxml2 $(GCOV_FLAGS)
endif

TESTS = $(check_PROGRAMS)

MOSTLYCLEANFILES = *.gcna *.gcno *.gcda

EXTRA_DIST = fnmatch_impl4win.h \
	fnmatch4win.h \
	scandir4win.h \
	test_helpers.h \
	check_sql_stmt.h \
	shapetest1.dbf \
	shapetest1.prj \
	shapetest1.qpj \
	shapetest1.shp \
	shapetest1.shx \
	test_under_valgrind.sh \
	WritingSQLTestCase.txt \
	test-legacy-2.3.1.sqlite \
	test-legacy-3.0.1.sqlite \
	test-invalid.sqlite \
	test_geos.sqlite \
	elba-sezcen.sqlite \
	shp/new-caledonia/buildings.dbf \
	shp/new-caledonia/buildings.prj \
	shp/new-caledonia/buildings.shp \
	shp/new-caledonia/buildings.shx \
	shp/new-caledonia/points.dbf \
	shp/new-caledonia/points.prj \
	shp/new-caledonia/points.shp \
	shp/new-caledonia/points.shx \
	shp/new-caledonia/railways.dbf \
	shp/new-caledonia/railways.shp \
	shp/new-caledonia/railways.shx \
	shp/gaza/aeroway.dbf \
	shp/gaza/aeroway.prj \
	shp/gaza/aeroway.shp \
	shp/gaza/aeroway.shx \
	shp/gaza/barrier.dbf \
	shp/gaza/barrier.prj \
	shp/gaza/barrier.shp \
	shp/gaza/barrier.shx \
	shp/gaza/route.dbf \
	shp/gaza/route.prj \
	shp/gaza/route.shp \
	shp/gaza/route.shx \
	shp/taiwan/hystoric.dbf \
	shp/taiwan/hystoric.prj \
	shp/taiwan/hystoric.shp \
	shp/taiwan/hystoric.shx \
	shp/taiwan/leisure.dbf \
	shp/taiwan/leisure.prj \
	shp/taiwan/leisure.shp \
	shp/taiwan/leisure.shx \
	shp/taiwan/route.dbf \
	shp/taiwan/route.prj \
	shp/taiwan/route.shp \
	shp/taiwan/route.shx \
	shp/merano-3d/points.dbf \
	shp/merano-3d/points.prj \
	shp/merano-3d/points.shp \
	shp/merano-3d/points.shx \
	shp/merano-3d/polygons.dbf \
	shp/merano-3d/polygons.prj \
	shp/merano-3d/polygons.shp \
	shp/merano-3d/polygons.shx \
	shp/merano-3d/roads.dbf \
	shp/merano-3d/roads.prj \
	shp/merano-3d/roads.shp \
	shp/merano-3d/roads.shx \
	shp/foggia/local_councils.dbf \
	shp/foggia/local_councils.prj \
	shp/foggia/local_councils.shp \
	shp/foggia/local_councils.shx \
	test_xml.xlsx \
	test_xml.ods \
	testcase1.xls \
	testcase1.csv \
	books.xml books.xsd opera.xml opera.xsd \
	movies.xml movies.xsd books-bad.xml books-bad.xsd \
	inspire-data-example.xml stazioni_se.xml \
	stazioni2_se.xml raster_se.xml raster2_se.xml \
	sld_sample.xml sld_sample2.xml thunderstorm_mild.svg \
	tile000.jpeg  tile101.jpeg  tile111.jpeg \
	test.webp tile100.jpeg  tile110.jpeg \
	Apple-iPhone-4.jpg empty.png  empty.tif \
	test.wfs testDescribeFeatureType.wfs \
	getcapabilities-1.0.0.wfs \
	getcapabilities-1.1.0.wfs \
	describefeaturetype.wfs	\
	22.dxf f06.dxf l02.dxf p05.dxf \
	archaic.dxf linked.dxf hatch.dxf \
	symbol.dxf gpkg_test.sqlite gpkg_test.gpkg \
	gpkg_test_broken.gpkg gpkg_test_extrasrid.gpkg \
	elba-pg.shp elba-pg.shx elba-pg.dbf \
	elba-ln.shp elba-ln.shx elba-ln.dbf elba.zip \
	Gpx-sample.gpx 000323485.gpx \
	sqlproc_sample.txt sqlproc_logfile.txt \
	sqlproc_error.txt orbetello.sqlite \
	test.geojson mapconfig.xml mapconfig2.xml

SUBDIRS = sql_stmt_geosadvanced_tests sql_stmt_geos_tests \
	sql_stmt_geos_380 sql_stmt_geos_non380 \
	sql_stmt_geos_390 sql_stmt_geos_non390 sql_stmt_geos_391 \
	sql_stmt_geos370_tests sql_stmt_geos3100_tests \
	sql_stmt_geos_3100 sql_stmt_geos_non3100 \
	sql_stmt_geos3110_tests \
	sql_stmt_geos_3110 sql_stmt_geos_non3110 \
	sql_stmt_geos_3120 sql_stmt_geos_non3120 \
	sql_stmt_libxml2_tests sql_stmt_rtgeom_tests \
	sql_stmt_libxml2_rttopo_tests sql_stmt_proc_tests \
	sql_stmt_mathsql_tests sql_stmt_proj_tests \
	sql_stmt_proj492_tests sql_stmt_proj493_tests \
	sql_stmt_proj600security_tests sql_stmt_proj720_tests \
	sql_stmt_proj910_tests \
	sql_stmt_zip_proj6 sql_stmt_minizip \
	sql_stmt_proj600_tests sql_stmt_security_tests \
	sql_stmt_tests sql_stmt_xmlsec_tests \
	sql_stmt_geopackage_tests sql_stmt_freexl_tests \
	sql_stmt_cache_tests sql_stmt_nocache_tests \
	sql_stmt_voronoj1_tests sql_stmt_voronoj2_tests \
	sql_stmt_gpkg_epsg492_tests sql_stmt_gpkg_epsg493_tests \
	sql_stmt_gpkg_epsg600_tests \
	sql_stmt_rttopo_tests sql_stmt_gpkgcache_tests \
	sql_stmt_gpkgnocache_tests sql_stmt_sequence_tests \
	sql_stmt_routing_tests sql_stmt_logfile_tests \
	sql_stmt_iconv_tests sql_stmt_point_geom \
	sql_stmt_tiny_point sql_stmt_postgres_tests \
	sql_stmt_renamenew_tests sql_stmt_renameold_tests \
	sql_stmt_bufoptsnew_tests sql_stmt_bufoptsold_tests \
	sql_stmt_rtgeom_390 sql_stmt_rtgeom_non390 \
	sql_stmt_voronoj_390 sql_stmt_voronoj_non390