📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.5 2004/08/14 21:12:39 miciah Exp $include $(top_srcdir)/Makefile.base# We don't want to expose this outside of src/mime/ at all, and we can't merge# the whole library of these with libmime.a. So we only compile objects here# and link them directly to libmime.a in ../Makefile.am.# However, we apparently need to create the library in order to convince# automake to compile the objects :/. We DON'T use libmimebackend.a ANYWHERE.if CONFIG_MAILCAPmailcapobj = mailcap.oendifif CONFIG_MIMETYPESmimetypesobj = mimetypes.oendifnoinst_LIBRARIES = libmimebackend.aEXTRA_libmimebackend_a_SOURCES = \ mailcap.c \ mailcap.h \ mimetypes.c \ mimetypes.hlibmimebackend_a_LIBADD = $(mailcapobj) $(mimetypesobj)libmimebackend_a_SOURCES = \ common.c \ common.h \ default.c \ default.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -