File: Makefile.am

package info (click to toggle)
mysql-workbench 5.2.40%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 53,880 kB
  • sloc: cpp: 419,850; yacc: 74,784; xml: 54,510; python: 31,455; sh: 9,423; ansic: 4,736; makefile: 2,442; php: 529; java: 237
file content (30 lines) | stat: -rw-r--r-- 805 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
pkgdata_DATA=\
res/recordset_view.glade\
res/embedded_find.glade

pkglib_LTLIBRARIES=libsqlide.la

libsqlide_la_LIBADD=$(top_srcdir)/ext/scintilla/gtk/libwbscintilla.la

INCLUDES=\
-I$(top_srcdir)/frontend/linux\
-I$(top_srcdir)/backend/wbpublic\
-I$(top_srcdir)/backend/wbprivate\
-I$(top_srcdir)/generated\
-I$(top_srcdir)/library/forms\
-I$(top_srcdir)/library/canvas/src\
-I$(top_srcdir)/library/grt/src\
-I$(top_srcdir)/library/base\
-I$(top_srcdir)/library/dbc/src\
-I$(top_srcdir)/ext/cppconn\
-I$(top_srcdir)/ext/vsqlite++/include\
-I$(top_srcdir)/ext/scintilla/include\
@GRT_CFLAGS@ @CAIRO_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@ @GNOME_CFLAGS@

libsqlide_la_SOURCES=\
sql_editor_fe.cpp\
errors_list.cpp\
grid_view_model.cpp\
grid_view.cpp\
recordset_view.cpp\
../linux_utilities/toolbar_manager.cpp