makefile.am
来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· AM 代码 · 共 30 行
AM
30 行
if GTK_DEBUGNOTEINCLUDES = -ggdb `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 `glib-config --cflags` \ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment \ -Wuninitialized -Wparentheses -Wpointer-arith \ -Wmissing-prototypes -fprofile-arcs -ftest-coverage endifVERSION = 1.0.0lib_LTLIBRARIES = libbonddebug.la#### libbonddebug.la##libbonddebug_la_SOURCES = \ dbmem.h debug.h \ \ dbmem.c debug.c libbonddebugincdir = $(includedir)/bondlibbonddebuginc_HEADERS = dbmem.h debug.hlibbonddebug_la_LDFLAGS =
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?