makefile.am

来自「It s a tool designed to extract as much 」· AM 代码 · 共 38 行

AM
38
字号
#  #  $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 + =
减小字号Ctrl + -
显示快捷键?