include $(top_srcdir)/kexi/Makefile.global lib_LTLIBRARIES = libkexisql3.la bin_PROGRAMS = ksqlite bin_SCRIPTS = ./ksqlite2to3 INCLUDES = $(all_includes) libkexisql3_la_SOURCES = \ alter.c \ analyze.c \ attach.c \ auth.c \ btree.c \ btree.h \ build.c \ callback.c \ complete.c \ date.c \ delete.c \ expr.c \ func.c \ hash.c \ insert.c \ legacy.c \ main.c \ opcodes.c \ os_unix.c \ pager.c \ parse.c \ pragma.c \ prepare.c \ printf.c \ random.c \ select.c \ table.c \ tokenize.c \ trigger.c \ utf.c \ update.c \ util.c \ vacuum.c \ vdbe.c \ vdbeapi.c \ vdbeaux.c \ vdbefifo.c \ vdbemem.c \ where.c #tclsqlite.c AM_CFLAGS = -DNO_TCL=1 ksqlite_SOURCES = shell.c ksqlite_LDADD = libkexisql3.la $(LIBREADLINE) libkexisql3_la_LIBADD = libkexisql3_la_LDFLAGS = -version-info 3:2 $(all_libraries) --no-undefined