makefile.am

来自「语音接口~语音识别 & 从声音识别到对各种情报的查找/提供 资料请求~」· AM 代码 · 共 64 行

AM
64
字号
# Copyright (C) 2005 Open Source Telecom Corporation.## This file is free software; as a special exception the author gives# unlimited permission to copy and/or distribute it, with or without# modifications, as long as this notice is preserved.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zipEXTRA_DIST = bayonne_rpc.x bayonne_rpc.hAM_CXXFLAGS = -fPIC -DPIC RPCGEN = rpcgen -Crpcincludedir = $(includedir)/rpcsvcmoduledir = @module_libdir@module_PROGRAMS = rpc.monsbin_PROGRAMS = bts_uptime bts_reload bts_cancel bts_start%_rpc.h:        %_rpc.x	$(RPCGEN) -h $< >$@%_xdr.c:        %_rpc.x	$(RPCGEN) -c $< >$@%_svc.c:        %_rpc.x	$(RPCGEN) -m $< >$@%_cl.c: %_rpc.x	$(RPCGEN) -l $< >$@lib_LTLIBRARIES = libbayonnerpc.lalibbayonnerpc_la_SOURCES = bayonne_cl.c bayonne_xdr.crpc_mon_SOURCES = calls.cpp server.cpprpc_mon_LDFLAGS = @COMMON_MODFLAGS@rpc_mon_LDADD = ../../engine/libbayonne.la @COMMON_LIBFLAGS@ @SUNRPC_LIBS@bts_uptime_SOURCES = uptime.cbts_uptime_LDADD = libbayonnerpc.la @SUNRPC_LIBS@bts_reload_SOURCES = reload.cbts_reload_LDADD = libbayonnerpc.la @SUNRPC_LIBS@bts_cancel_SOURCES = cancel.cbts_cancel_LDADD = libbayonnerpc.la @SUNRPC_LIBS@bts_start_SOURCES = start.cbts_start_LDADD = libbayonnerpc.la @SUNRPC_LIBS@# bayonnerpc_SOURCES = bayonnerpc.cpp# bayonnerpc_LDFLAGS = libbayonnerpc.la @SUNRPC_LIBS@noinst_HEADERS = bayonne_svc.c bayonne_xdr.crpc:    bayonne_rpc.h bayonne_cl.c bayonne_svc.c bayonne_xdr.cinstall-data-local:	$(mkinstalldirs) $(DESTDIR)$(rpcincludedir)	$(INSTALL_DATA) bayonne_rpc.x $(DESTDIR)$(rpcincludedir)/bayonne.x	$(INSTALL_DATA) bayonne_rpc.h $(DESTDIR)$(rpcincludedir)/bayonne.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?