📄 makefile.am
字号:
feniceincludedir = $(top_srcdir)/includenoinst_LTLIBRARIES = liblog.la libutils.la libprefs.laif FENICE_VERBOSEnoinst_LTLIBRARIES += libdebug.laendiflibutils_la_SOURCES = alloc_path_name.c \ NTP_time.c \ random32.c \ get_UTC_time.c \ is_supported_url.clibutils_la_LDFLAGS = -static -lmliblog_la_SOURCES = fnc_log.c liblog_la_LDFLAGS = -static -lmlibprefs_la_SOURCES = prefs_init.c \ prefs_get_serv_root.c \ prefs_get_hostname.c \ prefs_get_port.c \ prefs_get_max_session.c \ prefs_get_log.c \ prefs_use_default.clibprefs_la_LDFLAGS = -staticif FENICE_VERBOSElibdebug_la_SOURCES = dump_buffer.c \ dump_payload.c libdebug_la_LDFLAGS = -staticendif#libplugins_la_SOURCES = load_plugins.c#libplugins_la_LDFLAGS = -static#libplugins_la_LIBADD = @LIBLTDL@.NOTPARALLEL: fenice bin_PROGRAMS = fenicefenice_SOURCES = main.c \ fncheader.cfenice_LDADD = $(top_srcdir)/eventloop/libeventloop.la \ $(top_srcdir)/rtsp/librtsp.la \ $(top_srcdir)/sdp/libsdp.la \ $(top_srcdir)/schedule/libschedule.la \ $(top_srcdir)/intnet/libintnet.la \ $(top_srcdir)/rtcp/librtcp.la \ $(top_srcdir)/rtp/librtp.la \ $(top_srcdir)/mediainfo/libmediainfo.la \ $(top_srcdir)/bufferpool/libbufferpool.la \ $(top_srcdir)/xmlparser/libxmlparser.la \ $(top_srcdir)/multicast/libmulticast.la \ $(top_srcdir)/socket/libsocket.la \ $(top_srcdir)/command_environment/libcommand.la \ $(top_srcdir)/src/libprefs.la \ $(top_srcdir)/src/libutils.la \ $(top_srcdir)/src/liblog.la \ $(top_srcdir)/md5/libmd5.laif FENICE_VERBOSEfenice_LDADD += $(top_srcdir)/src/libdebug.laendifif FENICE_EFENCEfenice_LDFLAGS = -lefenceendifINCLUDES = -I$(feniceincludedir) -I$(top_srcdir)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -