File: Makefile.mk

package info (click to toggle)
xapian-core 1.4.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,732 kB
  • sloc: cpp: 92,778; ansic: 9,961; sh: 5,414; perl: 913; javascript: 552; makefile: 512; tcl: 319; python: 40
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
EXTRA_DIST += \
	geospatial/Makefile

noinst_HEADERS +=\
	geospatial/geoencode.h

lib_src += \
	geospatial/geoencode.cc \
	geospatial/latlongcoord.cc \
	geospatial/latlong_distance_keymaker.cc \
	geospatial/latlong_metrics.cc \
	geospatial/latlong_posting_source.cc