File: Makefile.am

package info (click to toggle)
spatialite-gui 2.0.0~devel2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,308 kB
  • ctags: 5,379
  • sloc: cpp: 93,011; sh: 11,192; makefile: 65
file content (28 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
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
ACLOCAL_AMFLAGS = -I m4

bin_PROGRAMS = spatialite-gui

AM_CPPFLAGS = @CFLAGS@
AM_CPPFLAGS += -I$(top_srcdir)

spatialite_gui_SOURCES = Classdef.h BlobExplorer.cpp \
	Dialogs.cpp DialogsGraph.cpp Exif.cpp \
	Main.cpp MalformedGeoms.cpp Network.cpp \
	Objects.cpp QueryView.cpp QueryViewComposer.cpp \
	ResultSetView.cpp Shapefiles.cpp TableTree.cpp \
	TextCsv.cpp Wfs.cpp Raster.cpp Styles.cpp \
	RasterSymbolizers.cpp VectorSymbolizers1.cpp \
	VectorSymbolizers2.cpp

LDADD = @WX_LIBS@ @LIBSPATIALITE_LIBS@ \
	@LIBRASTERLITE2_LIBS@ @LIBFREEXL_LIBS@ @LIBXML2_LIBS@ -lgeos_c

EXTRA_DIST = Makefile-static-MinGW \
        Makefile-static-Linux \
        Makefile-static-MacOsX \
        indent_me

AUTOMAKE_OPTIONS = dist-zip foreign

SUBDIRS = icons win_resource mac_resource gnome_resource