📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# Copyright (C) 2002 by Ben Elliston <bje@redhat.com># $Id: Makefile.am,v 1.4 2003/03/20 15:10:13 abo Exp $# 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.MAINTAINERCLEANFILES = Makefile.incheck_PROGRAMS = isprefix.driverINCLUDES = -I $(srcdir)/..isprefix_driver_SOURCES = isprefix.driver.cisprefix_driver_LDADD = ../isprefix.o # XXX: should link replaced functions# NB: tests should exit with code 77 if they can't be run but haven't# failed. Generally these tests should be ordered so that more basic# tests are run first.TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.shTESTS = \ signature.test mutate.test sources.test isprefix.test \ delta.test mksum.test triple.test changes.testnoinst_SCRIPTS = driver.sh mutate.pl $(TESTS)test_data = dot \ changes.input/01.in changes.input/02.in \ changes.input/03.in changes.input/04.in \ delta.input/01.delta delta.input/01.expect \ delta.input/02.delta delta.input/02.expect \ delta.input/03.delta delta.input/03.expect \ mdfour.input/01.expect mdfour.input/01.data \ mksum.input/COPYING.sig \ triple.input/copying.in triple.input/half.in \ triple.input/hello.in triple.input/zero.in \ signature.input/01.in signature.input/01.sigEXTRA_DIST = $(noinst_SCRIPTS) $(test_data)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -