📄 makefile.am
字号:
if GTK_DEBUGNOTEINCLUDES = -ggdb -I../bondsql -I/usr/include/postgresql `gtk-config --cflags` \ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment \ -Wuninitialized -Wparentheses -Wpointer-arith \ -Wmissing-prototypes -DGTK_DEBUGNOTE=1 -fprofile-arcs -ftest-coverage elseINCLUDES = -ggdb -I../bondsql -I/usr/include/postgresql `glib-config --cflags` \ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment \ -Wuninitialized -Wparentheses -Wpointer-arith \ -Wmissing-prototypes -fprofile-arcs -ftest-coverage # -g -fPIC -DMEM_DEBUG# -D_SELFTESTendifVERSION = 0.6.2noinst_PROGRAMS = dbtest vicproflib_LTLIBRARIES = libbonddb.la libbond_gather.la libbonddb_pg.la#### libbonddb_pg.la##libbonddb_pg_la_SOURCES = \ dbpgsqlgather.h dbpgsql.h \ \ dbpgsqlgather.c dbpgsql.c libbonddb_pg_la_LDFLAGS = #### libbond_gather.la##libbond_gather_la_SOURCES = \ dbgather.h dbwrapper.h debug.h dbmem.h dbconstraint.h dbpgsqlparse.h\ safescanner.h dbmethod.h dbcommentcallback.h dbmethodmodule.h \ \ dbgather.c dbwrapper.c debug.c dbmem.c dbconstraint.c dbsqlparse.c \ safescanner.c dbmethod.c dbcommentcallback.c dbmethodmodule.clibbond_gather_la_LDFLAGS = `glib-config --libs gmodule` -D_PGSQLbonddb_SOURCES = \ dbclient.h db.h dbobject.h \ dblooksee.h dbmapme.h dbdefault.h \ dbobjectnav.h dboo.h dboosql.h dbpath.h advstring.h \ dbobjectdel.h dbobjectvalid.h dbuniqueid.h dblog.h \ dbtoliet.h dbbureaucrat.h dbfilter.h dbcache.h \ dbfield.h dbsuggest.h dbbirth.h dbheader.h \ \ dbclient.c db.c dbobject.c dbcache.c \ dblooksee.c dbmapme.c dbdefault.c \ dbobjectnav.c dboo.c dboosql.c dbpath.c advstring.c \ dbobjectdel.c dbobjectvalid.c dbuniqueid.c dblog.c \ dbtoliet.c dbbureaucrat.c dbfilter.c \ dbfield.c dbsuggest.c dbbirth.c## ## libbonddb.la##libbonddb_la_SOURCES = $(bonddb_SOURCES) $(libbonddb_pg_la_SOURCES) \ $(libbond_gather_la_SOURCES)libbonddbincdir = $(includedir)/bondlibbonddbinc_HEADERS = \ db.h dbclient.h dbobject.h dbgather.h dbconstraint.h \ dbmapme.h dbobjectdel.h dbobjectvalid.h dbobjectnav.h \ dbuniqueid.h dblog.h dbtoliet.h dbbureaucrat.h \ dbbirth.h dbheader.h dbwrapper.h dbpgsql.h \ dblooksee.h dbdefault.h debug.h dbsqlparse.h \ dbpath.h dbfield.h dbfilter.h dbmem.h dbcache.h \ dbmethod.h dbcommentcallback.h dbmethodmodule.hlibbonddb_la_LDFLAGS = $(top_builddir)/bondsql/.libs/libbondsql.a##DEPS = $(top_builddir)/libbonddb.laLDADDS = $(top_builddir)/bondsql/libbondsql.la#### dbtest##dbtest_SOURCES=$(bonddb_SOURCES) $(libbonddb_pg_la_SOURCES) \ $(libbond_gather_la_SOURCES) dbtest.cdbtest_DEPENDENCIES = if GTK_DEBUGNOTEdbtest_LDFLAGS = `gtk-config --libs` `glib-config --libs gmodule`elsedbtest_LDFLAGS = `glib-config --libs gmodule`endifdbtest_LDADD = -lpq -lglib $(top_builddir)/bondsql/.libs/libbondsql.a#### vicprof##vicprof_SOURCES=$(bonddb_SOURCES) $(libbonddb_pg_la_SOURCES) \ $(libbond_gather_la_SOURCES) vicprof.cvicprof_DEPENDENCIES = if GTK_DEBUGNOTEvicprof_LDFLAGS = -pg `gtk-config --libs` `glib-config --libs gmodule`elsevicprof_LDFLAGS = -pg `glib-config --libs gmodule`endifvicprof_LDADD = -lpq -lglib $(top_builddir)/bondsql/.libs/libbondsql.a tests: dbtest vicprof
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -