makefile.am

来自「rsync的核心代码库。主要作用是比较二进制文件」· AM 代码 · 共 79 行

AM
79
字号
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.126 2003/10/17 16:15:20 abo Exp $# Copyright (C) 2000, 2001, 2002 by Martin Pool <mbp@samba.org># Copyright (C) 2003 by Donovan Baarda <abo@minkirri.apana.org.au> # This program is free software; you can redistribute it and/or# modify it under the terms of the GNU Lesser General Public License# as published by the Free Software Foundation; either version 2.1 of# the License, or (at your option) any later version.# # This program 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# Lesser General Public License for more details.# # You should have received a copy of the GNU Lesser General Public# License along with this program; if not, write to the Free Software# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.AUTOMAKE_OPTIONS = foreignSUBDIRS = doc popt testsuiteMAINTAINERCLEANFILES = Makefile.in \	aclocal.m4 config.guess config.h.in config.sub configure \	depcomp install-sh ltmain.sh missing mkinstalldirs \	prototab.c prototab.h ChangeLogEXTRA_DIST = autogen.sh configure.msc $(noinst_SCRIPTS) rdiff.magic \	librsync.spec README.CVS README.RPM libversions.txt ChangeLog \	PCbuild/rdiff.dsp PCbuild/PCbuild.dsw   PCbuild/config.h \	PCbuild/librsync-config.hinclude_HEADERS = librsync.h librsync-config.hlib_LTLIBRARIES = librsync.lalibrsync_la_SOURCES =  prototab.c prototab.h \	base64.c buf.c buf.h checksum.c checksum.h command.c \	command.h delta.c emit.c emit.h fileutil.c fileutil.h \	hex.c job.c job.h mdfour.c mdfour.h mksum.c msg.c netint.c netint.h \	patch.c protocol.h readsums.c librsync.h librsync-config.h \	rollsum.c rollsum.h \	scoop.c search.c search.h stats.c stream.c stream.h sumset.c \	sumset.h trace.c trace.h tube.c types.h util.c util.h \	version.c whole.c whole.h snprintf.hlibrsync_la_LIBADD = @LIBOBJS@librsync_la_LDFLAGS = -version-info @librsync_libversion@# This is the default for any programs that don't specify a preference.LDADD = librsync.la# This is the rdiff applicationbin_PROGRAMS = rdiffrdiff_SOURCES = rdiff.c isprefix.c isprefix.h librsync.h librsync-config.h \	trace.hrdiff_LDADD = @BUILD_POPT@ librsync.lardiff_DEPENDENCIES = @BUILD_POPT@ librsync.la# this script is used to build prototab.[ch]noinst_SCRIPTS = mkprototab.pl# Autogenerated by a script.prototab.c prototab.h: $(srcdir)/mkprototab.pl	perl $(srcdir)/mkprototab.pl prototab.c prototab.h# Rule to build popt if needed.popt/libpopt.a:	(cd popt && $(MAKE) $(AM_MAKEFLAGS) libpopt.a)# Autogenerated by cvs2cl from CVS commits.ChangeLog:	cvs2cl -g "-z6"

⌨️ 快捷键说明

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