📄 makefile.am
字号:
# # $Id: Makefile.am,v 1.7 2002/10/28 21:51:18 holtmann Exp $#includedir = @includedir@/openobexinclude_HEADERS = obex.h obex_const.hlib_LTLIBRARIES = libopenobex.lalibopenobex_la_CFLAGS = -ggdblibopenobex_la_SOURCES = \ obex.c \ obex_main.c obex_main.h \ obex_connect.c obex_connect.h \ obex_header.c obex_header.h \ obex_object.c obex_object.h \ obex_transport.c obex_transport.h \ obex_server.c obex_server.h \ obex_client.c obex_client.h \ irobex.c irobex.h \ inobex.c inobex.h \ btobex.c btobex.h \ netbuf.c netbuf.h \ irda.h irda_wrap.hlibopenobex_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) \ -export-symbols $(top_srcdir)/src/obex.symINCLUDES = -I$(top_srcdir)/srcEXTRA_DIST = obex.sym obex.def makefile.msc win32compat.c windeps.dep
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -