File: Makefile.am

package info (click to toggle)
mysql-workbench 6.3.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 113,932 kB
  • ctags: 87,814
  • sloc: ansic: 955,521; cpp: 427,465; python: 59,728; yacc: 59,129; xml: 54,204; sql: 7,091; objc: 965; makefile: 638; sh: 613; java: 237; perl: 30; ruby: 6; php: 1
file content (22 lines) | stat: -rw-r--r-- 688 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
pkglib_LTLIBRARIES=sqlide.be.la

INCLUDES=-I$(top_srcdir)/generated\
	-I$(top_srcdir)/backend\
	-I$(top_srcdir)/backend/grtsqlparser\
	-I$(top_srcdir)/library/grt/src \
	-I$(top_srcdir)/library/utilities/src\
	-I$(top_srcdir)/modules/interfaces\
	-I$(top_srcdir)/modules\
	-I$(top_srcdir)/library/grt/src/diff\
	-I$(top_srcdir)/library/sql-parser/include\
	-I$(top_srcdir)/library/sql-parser/source\
	-I$(top_srcdir)/library/sql-parser/source/linux\
	-I$(top_srcdir)/backend/grtdb\
	-I$(top_srcdir)/library/tinyxml\
	@MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@

sqlide_be_la_SOURCES=\
	db_sql_editor.cpp\
	recordset_cdbc_storage.cpp\
	recordset_data_storage.cpp\
	sqlide.cpp