makefile.am

来自「一个很有名的浏览器」· AM 代码 · 共 27 行

AM
27
字号
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.4 2004/08/14 21:12:36 miciah Exp $include $(top_srcdir)/Makefile.base# We don't want to expose this outside of /src/bookmarks/ at all, and we can't# merge the whole library of these with libbookmarks.a. So we only compile# objects here and link them directly to libbookmarks.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 libbackend.a ANYWHERE.if CONFIG_XBEL_BOOKMARKSxbelobj = xbel.oendifnoinst_LIBRARIES = libbackend.aEXTRA_libbackend_a_SOURCES = xbel.c xbel.hlibbackend_a_LIBADD = $(xbelobj)libbackend_a_SOURCES = \ common.c \ common.h \ default.c \ default.h

⌨️ 快捷键说明

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