📄 makefile.am
字号:
## Makefile.am for msg module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = -I$(srcdir)/../bnf -I../bnf \ -I$(srcdir)/../url -I../url \ -I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libmsg.lanoinst_LIBRARIES = libtest_msg.anoinst_PROGRAMS = msg_name_hash test_msg# ----------------------------------------------------------------------# Rules for building the targetsGENERATED_H = sofia-sip/msg_protos.h sofia-sip/msg_mime_protos.hPUBLIC_H = sofia-sip/msg.h sofia-sip/msg_header.h \ sofia-sip/msg_types.h sofia-sip/msg_mclass.h \ sofia-sip/msg_mclass_hash.h sofia-sip/msg_parser.h \ sofia-sip/msg_addr.h sofia-sip/msg_date.h \ sofia-sip/msg_buffer.h sofia-sip/msg_tag_class.h \ sofia-sip/msg_mime.hINTERNAL_H = msg_internal.h test_class.hnobase_include_sofia_HEADERS = \ $(GENERATED_H) $(PUBLIC_H) BUILT_SOURCES = $(GENERATED_H) test_table.c test_protos.hlibmsg_la_SOURCES = $(INTERNAL_H) \ msg.c msg_tag.c \ msg_mime.c msg_mime_table.c \ msg_header_copy.c msg_header_make.c \ msg_parser.c msg_mclass.c msg_parser_util.c \ msg_basic.c msg_generic.c msg_date.c msg_auth.cCOVERAGE_INPUT = $(libmsg_la_SOURCES) $(include_sofia_HEADERS)libtest_msg_a_SOURCES = test_class.c test_table.c test_protos.hLDADD = libtest_msg.a libmsg.la \ ../bnf/libbnf.la \ ../url/liburl.la \ ../su/libsu.la test_msg_LDFLAGS = -staticmsg_name_hash_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rulessofialibexecdir = $(libexecdir)/sofiadist_sofialibexec_SCRIPTS = msg_parser.awkEXTRA_DIST = Doxyfile msg.docs \ sofia-sip/msg_mime_protos.h.in \ sofia-sip/msg_protos.h.in \ msg_mime_table.c.in \ test_protos.h.in \ test_table.c.in# ----------------------------------------------------------------------# TestsTESTS = test_msg# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.amMSG_PARSER_AWK = $(srcdir)/msg_parser.awkAWK_MSG_AWK = $(AWK) -f $(MSG_PARSER_AWK)test_protos.h: test_protos.h.in $(MSG_PARSER_AWK)test_table.c: test_table.c.in $(MSG_PARSER_AWK)sofia-sip/msg_mime_protos.h: sofia-sip/msg_mime_protos.h.insofia-sip/msg_protos.h: sofia-sip/msg_protos.h.inmsg_mime_table.c: msg_mime_table.c.in $(MSG_PARSER_AWK)sofia-sip/msg_mime_protos.h sofia-sip/msg_protos.h: $(MSG_PARSER_AWK)test_protos.h: test_class.h $(AWK_MSG_AWK) module=msg_test NO_MIDDLE=1 NO_LAST=1 \ PR=$@ TEMPLATE=$(srcdir)/test_protos.h.in $<test_table.c: test_class.h $(AWK_MSG_AWK) module=msg_test prefix=msg \ MC_HASH_SIZE=127 multipart=msg_multipart \ PT=$@ TEMPLATE=$(srcdir)/test_table.c.in $<sofia-sip/msg_protos.h: sofia-sip/msg_mime.h @-mkdir sofia-sip 2>/dev/null || true $(AWK_MSG_AWK) module=msg NO_FIRST=1 NO_MIDDLE=1 \ PR=$@ TEMPLATE=$(srcdir)/sofia-sip/msg_protos.h.in $<sofia-sip/msg_mime_protos.h: sofia-sip/msg_mime.h @-mkdir sofia-sip 2>/dev/null || true $(AWK_MSG_AWK) module=msg NO_FIRST=1 NO_LAST=1 \ PR=$@ TEMPLATE=$(srcdir)/sofia-sip/msg_mime_protos.h.in $<msg_mime_table.c: sofia-sip/msg_mime.h $(AWK_MSG_AWK) module=msg_multipart \ tprefix=msg prefix=mp MC_HASH_SIZE=127 \ PT=$@ TEMPLATE=$(srcdir)/msg_mime_table.c.in $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -