📄 makefile.am
字号:
# Makefile.am -- Makefile for Intercom# Copyright (C) 2001-2003 Shane Wegner# This file is part of Intercom.## Intercom is free software; you can redistribute it and/or modify it# under the terms of version 2 of the GNU General Public License as# published by the Free Software Foundation.## Intercom is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# General Public License for more details.## You should have received a copy of version 2 of the GNU General Public# License along with Intercom; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA## To contact the author, please send email to shane@cm.nu.## $Id: Makefile.am,v 1.23 2003/02/13 20:22:49 shane Exp $SUBDIRS = @IC_SUBDIRS@DIST_SUBDIRS = doc gsm substbin_PROGRAMS = intercomMAINTAINERCLEANFILES = Makefile.in aclocal.m4 ChangeLog config.guess \ config.h.in config.sub configure install-sh missing \ mkinstalldirs stamp-h.in ABOUT-NLSif ic_cv_g72xG72X = g72x.c g72x.h g721.c g723_24.c g723_40.celseG72X =endifif ic_cv_cryptoCRYPTO = crypto.c crypto.helseCRYPTO =endifintercom_SOURCES = console.c console.h \ codecs.c codecs.h \ g711.c g711.h $(G72X) \ gain.c gain.h \ hooks.c hooks.h \ iobuff.c iobuff.h \ iwordexp.c iwordexp.h \ pkthandler.c pkthandler.h \ userdefs.c userdefs.h \ intercom.c intercom.h \ protocol.h $(CRYPTO)intercom_LDADD = @IC_LIBS@if MAINTAINER_MODE# This target is probably only useful to the maintainer.cvs-dist: cvs2cl -P rm -f ChangeLog.bak $(MAKE) dist# Files which need indentingindent_files = console.c console.h \ codecs.c codecs.h \ hooks.c hooks.h \ iobuff.c iobuff.h \ pkthandler.c pkthandler.h \ userdefs.c userdefs.h \ crypto.c crypto.h \ intercom.c intercom.h protocol.h# Use GNU indent to make the code look presentable.#dist-hook:# @for file in $(indent_files); do \# mv $(distdir)/$$file $(distdir)/$$file~; \# indent -kr -i4 -ts8 -sob -l80 -bs $(distdir)/$$file~ -o $(distdir)/$$file; \# rm -f $(distdir)/$$file~; \# doneendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -