📄 makefile.in
字号:
#! smake# $Header: /cvsroot/osrs/libtiff/man/Makefile.in,v 1.18 2003/12/21 22:04:53 dron Exp $## @WARNING@## Tag Image File Format Library Manual Pages## Copyright (c) 1991-1997 Sam Leffler# Copyright (c) 1991-1997 Silicon Graphics, Inc.# # Permission to use, copy, modify, distribute, and sell this software and # its documentation for any purpose is hereby granted without fee, provided# that (i) the above copyright notices and this permission notice appear in# all copies of the software and related documentation, and (ii) the names of# Sam Leffler and Silicon Graphics may not be used in any advertising or# publicity relating to the software without the specific, prior written# permission of Stanford and Silicon Graphics.# # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. # # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE # OF THIS SOFTWARE.#SRCDIR = @RELSRCDIR@/man## VERSION: @VERSION@# DATE: @DATE@# TARGET: @TARGET@# CCOMPILER: @CCOMPILER@#SHELL = @SCRIPT_SH@SCRIPT_SH = @SCRIPT_SH@NULL =ECHO = echoSED = sedMV = mvRM = rm -fINSTALL = @INSTALL@## Manual-related controls:## MAN head of manual tree# MANAPPS subdirectory for application programs# MANLIB subdirectory for library functions#MAN = @DIR_MAN@MANAPPS = @MANAPPS@MANLIB = @MANLIB@## MANSEDLOCAL additional sed commands to use during source transformation# (might want to transform section names here)# MANCVT command to convert source to installable target (can use# $? and $@, but not $<)MANSEDLOCAL = @MANSEDLOCAL@MANCVT = @MANCVT@## The following macros are used during the install step to generate# the filenames of the target manual pages. They appear inside a# shell for loop in a command of the form:## f=${MAN*NAME}## where the variable ``i'' contains the filename of the formatted# manual page (formatted according to the MANCVT macro).## MANAPPNAME generate installed app man page filename# MANLIBNAME generate installed library man page filename##MANAPPNAME = @MANAPPNAME@MANLIBNAME = @MANLIBNAME@## Set this up if your manual system requires a# pathname prefix in the .so commands when setting# up alternate files for multi-function manual pages.##MANDIR = man3/MANTOOLS=\ apps/fax2tiff.1 \ apps/fax2ps.1 \ apps/gif2tiff.1 \ apps/pal2rgb.1 \ apps/ppm2tiff.1 \ apps/ras2tiff.1 \ apps/raw2tiff.1 \ apps/rgb2ycbcr.1 \ apps/sgi2tiff.1 \ apps/thumbnail.1 \ apps/tiff2bw.1 \ apps/tiff2rgba.1 \ apps/tiff2pdf.1 \ apps/tiff2ps.1 \ apps/tiffcmp.1 \ apps/tiffcp.1 \ apps/tiffdither.1 \ apps/tiffdump.1 \ apps/tiffgt.1 \ apps/tiffinfo.1 \ apps/tiffmedian.1 \ apps/tiffsplit.1 \ apps/tiffsv.1 \ ${NULL}MANDEV=\ lib/libtiff.3t \ \ lib/TIFFClose.3t \ lib/TIFFDataWidth.3t \ lib/TIFFError.3t \ lib/TIFFFlush.3t \ lib/TIFFGetField.3t \ lib/TIFFOpen.3t \ lib/TIFFPrintDirectory.3t \ lib/TIFFReadDirectory.3t \ lib/TIFFReadEncodedStrip.3t \ lib/TIFFReadEncodedTile.3t \ lib/TIFFReadRGBAImage.3t \ lib/TIFFReadRGBAStrip.3t \ lib/TIFFReadRGBATile.3t \ lib/TIFFReadRawStrip.3t \ lib/TIFFReadRawTile.3t \ lib/TIFFReadScanline.3t \ lib/TIFFReadTile.3t \ lib/TIFFRGBAImage.3t \ lib/TIFFSetDirectory.3t \ lib/TIFFSetField.3t \ lib/TIFFWarning.3t \ lib/TIFFWriteDirectory.3t \ lib/TIFFWriteEncodedStrip.3t \ lib/TIFFWriteEncodedTile.3t \ lib/TIFFWriteTile.3t \ lib/TIFFWriteRawStrip.3t \ lib/TIFFWriteRawTile.3t \ lib/TIFFWriteScanline.3t \ \ lib/TIFFbuffer.3t \ lib/TIFFcodec.3t \ lib/TIFFcolor.3t \ lib/TIFFmemory.3t \ lib/TIFFquery.3t \ lib/TIFFsize.3t \ lib/TIFFstrip.3t \ lib/TIFFswab.3t \ lib/TIFFtile.3t \ ${NULL}MANDEVLINKS=\ lib/TIFFmalloc.3t \ lib/TIFFrealloc.3t \ lib/TIFFfree.3t \ lib/TIFFmemset.3t \ lib/TIFFmemcpy.3t \ lib/TIFFmemcmp.3t \ lib/TIFFComputeTile.3t \ lib/TIFFCheckTile.3t \ lib/TIFFNumberOfTiles.3t \ lib/TIFFComputeStrip.3t \ lib/TIFFNumberOfStrips.3t \ lib/TIFFCurrentDirectory.3t \ lib/TIFFCurrentRow.3t \ lib/TIFFCurrentStrip.3t \ lib/TIFFCurrentTile.3t \ lib/TIFFFdOpen.3t \ lib/TIFFClientOpen.3t \ lib/TIFFFileName.3t \ lib/TIFFFileno.3t \ lib/TIFFFindCODEC.3t \ lib/TIFFFlushData.3t \ lib/TIFFGetMode.3t \ lib/TIFFIsTiled.3t \ lib/TIFFIsByteSwapped.3t \ lib/TIFFIsUpSampled.3t \ lib/TIFFIsMSB2LSB.3t \ lib/TIFFLastDirectory.3t \ lib/TIFFRegisterCODEC.3t \ lib/TIFFReverseBits.3t \ lib/TIFFRewriteDirectory.3t \ lib/TIFFRGBAImageOK.3t \ lib/TIFFRGBAImageBegin.3t \ lib/TIFFRGBAImageGet.3t \ lib/TIFFRGBAImageEnd.3t \ lib/TIFFReadRGBAImageOriented.3t \ lib/TIFFSetErrorHandler.3t \ lib/TIFFSetSubDirectory.3t \ lib/TIFFSetWarningHandler.3t \ lib/TIFFSwabArrayOfLong.3t \ lib/TIFFSwabArrayOfShort.3t \ lib/TIFFSwabLong.3t \ lib/TIFFSwabShort.3t \ lib/TIFFScanlineSize.3t \ lib/TIFFDefaultStripSize.3t \ lib/TIFFVStripSize.3t \ lib/TIFFStripSize.3t \ lib/TIFFDefaultTileSize.3t \ lib/TIFFVTileSize.3t \ lib/TIFFTileSize.3t \ lib/TIFFTileRowSize.3t \ lib/TIFFUnRegisterCODEC.3t \ lib/TIFFVGetField.3t \ lib/TIFFGetFieldDefaulted.3t \ lib/TIFFVGetFieldDefaulted.3t \ lib/TIFFVSetField.3t \ lib/TIFFReadBufferSetup.3t \ lib/TIFFWriteBufferSetup.3t \ ${NULL}TARGETS=apps/Makefile lib/Makefile## System-specific manual page formatting commands should# apply this sed command to the manual page source before# handing it to the formatter. This sets any pathnames
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -