⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 tiff文件开发库
💻 IN
📖 第 1 页 / 共 2 页
字号:
#! smake# $Header: /cvsroot/osrs/libtiff/Makefile.in,v 1.46 2003/12/23 10:27:29 dron Exp $## @WARNING@## Tag Image File Format Library## Copyright (c) 1988-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 Sam Leffler 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	= @SRCDIR@## VERSION:	@VERSION@# DATE:		@DATE@# TARGET:	@TARGET@# CCOMPILER:	@CCOMPILER@#@SETMAKE@SHELL	= @SCRIPT_SH@SCRIPT_SH = @SCRIPT_SH@NULL	=ECHO	= echoGENDIST	= ${TOOLROOT}/usr/sbin/gendistINSTALL	= @INSTALL@all default:	@if [ "@PORT@" = yes ]; then \	    ${ECHO} "= "port; cd port; ${MAKE} -${MAKEFLAGS}; \	else \	    true; \	fi	@${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS}	@${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS}	@${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS}install:	@${ECHO} "= "libtiff; cd libtiff; ${MAKE} install	@${ECHO} "= "tools; cd tools; ${MAKE} install	@${ECHO} "= "man; cd man; ${MAKE} install	@if [ "@HTML@" = yes ]; then \	    ${ECHO} "= "html; cd html; ${MAKE} install; \	else \	    true; \	fiinstall-private: install	@${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} installPrivateHdrsclean:	@if [ "@PORT@" = yes ]; then \	    ${ECHO} "= "port; cd port; ${MAKE} -${MAKEFLAGS} clean; \	else \	    true; \	fi	@${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} clean	@${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS} clean	@${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS} clean#	-cd contrib/dbs; ${MAKE} -${MAKEFLAGS} clean#	-cd contrib/dbs/xtiff; ${MAKE} -${MAKEFLAGS} cleanclobber distclean: clean	rm -f Makefile libtiff/port.h config.log	rm -f libtiff/Makefile	rm -f tools/Makefile	rm -f man/Makefile	rm -f port/Makefile port/install.sh	rm -f html/Makefile## The folllowing rule creates a binary distribution for IRIX.#installLink::	if [ @DIR_LIB@ != /usr/lib ]; then				\	    ${INSTALL} -idb tiff.sw.tools -F /usr/lib			\		-lns @DIR_LIB@/libtiff.@DSOSUF@ -O libtiff.@DSOSUF@;	\	else								\	    true;							\	fiproduct::	test -d dist || mkdir dist	rm -f dist/rawidb	SRC=`pwd` RAWIDB=`pwd`/dist/rawidb ${MAKE} -${MAKEFLAGS} install installLink	rm -f dist/idb	sort -u +4 dist/rawidb > dist/idb	${GENDIST} -v -dist dist -idb dist/idb \	    -sbase `pwd` -spec ${SRCDIR}/dist/tiff.spec## These rules are used to create the source distribution images#HOST	= sgiCOMPRESS= gzipZIPSUF	= gzTIFFFILES=\	configure				\	config.guess				\	config.sub				\	config.site				\	Makefile.in				\	README					\	VERSION					\	RELEASE-DATE				\	COPYRIGHT				\	TODO					\	test_pics.sh				\	dist/tiff.spec				\	    dist/newalpha			\	    dist/newversion			\	libtiff/Makefile.in			\	    libtiff/Makefile.lcc		\	    libtiff/makefile.vc			\	    libtiff/libtiff.def			\	    libtiff/t4.h			\	    libtiff/tiff.h			\	    libtiff/tiffcomp.h			\	    libtiff/tiffconf.h			\	    libtiff/tiffio.h			\	    libtiff/tiffiop.h			\	    libtiff/uvcode.h			\	    libtiff/mkg3states.c		\	    libtiff/mkspans.c			\	    libtiff/mkversion.c			\	    libtiff/tif_acorn.c			\	    libtiff/tif_apple.c			\	    libtiff/tif_atari.c			\	    libtiff/tif_aux.c			\	    libtiff/tif_close.c			\	    libtiff/tif_codec.c			\	    libtiff/tif_compress.c		\	    libtiff/tif_color.c			\	    libtiff/tif_dir.h			\	    libtiff/tif_dir.c			\	    libtiff/tif_dirinfo.c		\	    libtiff/tif_dirread.c		\	    libtiff/tif_dirwrite.c		\	    libtiff/tif_dumpmode.c		\	    libtiff/tif_error.c			\	    libtiff/tif_extension.c		\	    libtiff/tif_fax3.c			\	    libtiff/fax3sm_winnt.c		\	    libtiff/tif_fax3.h			\	    libtiff/tif_flush.c			\	    libtiff/tif_getimage.c		\	    libtiff/tif_jpeg.c			\	    libtiff/tif_ojpeg.c			\	    libtiff/tif_luv.c			\	    libtiff/tif_lzw.c			\	    libtiff/tif_msdos.c			\	    libtiff/tif_next.c			\	    libtiff/tif_open.c			\	    libtiff/tif_packbits.c		\	    libtiff/tif_pixarlog.c		\	    libtiff/tif_predict.h		\	    libtiff/tif_predict.c		\	    libtiff/tif_print.c			\	    libtiff/tif_read.c			\	    libtiff/tif_strip.c			\	    libtiff/tif_swab.c			\	    libtiff/tif_thunder.c		\	    libtiff/tif_tile.c			\	    libtiff/tif_unix.c			\	    libtiff/tif_version.c		\	    libtiff/tiffvers.h			\	    libtiff/tif_vms.c			\	    libtiff/tif_warning.c		\	    libtiff/tif_win3.c			\	    libtiff/tif_win32.c			\	    libtiff/tif_write.c			\	    libtiff/tif_zip.c			\	port/Makefile.in			\	    port/getopt.c			\	    port/install.sh.in			\	    port/irix/so_locations		\	    port/strcasecmp.c			\	    port/strtoul.c			\	tools/Makefile.in			\	    tools/Makefile.vc			\	    tools/Makefile.lcc			\	    tools/fax2tiff.c			\	    tools/fax2ps.c			\	    tools/gif2tiff.c			\	    tools/pal2rgb.c			\	    tools/ppm2tiff.c			\	    tools/ras2tiff.c			\	    tools/rasterfile.h			\	    tools/raw2tiff.c			\	    tools/rgb2ycbcr.c			\	    tools/sgi2tiff.c			\	    tools/tiffgt.c			\	    tools/sgisv.c			\	    tools/thumbnail.c			\	    tools/tiff2bw.c			\	    tools/tiff2rgba.c			\	    tools/tiff2pdf.c			\	    tools/tiff2ps.c			\	    tools/tiffcmp.c			\	    tools/tiffcp.c			\	    tools/tiffdither.c			\	    tools/tiffdump.c			\	    tools/tiffinfo.c			\	    tools/tiffmedian.c			\	    tools/tiffsplit.c			\	    tools/tiffset.c			\	    tools/ycbcr.c			\	man/Makefile.in				\	    man/fax2tiff.1			\	    man/fax2ps.1			\	    man/gif2tiff.1			\	    man/pal2rgb.1			\	    man/ppm2tiff.1			\	    man/ras2tiff.1			\	    man/raw2tiff.1			\	    man/rgb2ycbcr.1			\	    man/sgi2tiff.1			\	    man/thumbnail.1			\	    man/tiff2bw.1			\	    man/tiff2rgba.1			\	    man/tiff2pdf.1			\	    man/tiff2ps.1			\	    man/tiffcmp.1			\	    man/tiffcp.1			\	    man/tiffdither.1			\	    man/tiffdump.1			\	    man/tiffgt.1			\	    man/tiffinfo.1			\	    man/tiffmedian.1			\	    man/tiffsplit.1			\	    man/tiffsv.1			\	    man/TIFFClose.3t			\	    man/TIFFDataWidth.3t		\	    man/TIFFError.3t			\	    man/TIFFFlush.3t			\	    man/TIFFGetField.3t			\	    man/TIFFOpen.3t			\	    man/TIFFPrintDirectory.3t		\	    man/TIFFReadDirectory.3t		\	    man/TIFFReadEncodedStrip.3t		\	    man/TIFFReadEncodedTile.3t		\	    man/TIFFReadRGBAImage.3t		\	    man/TIFFReadRGBAStrip.3t		\	    man/TIFFReadRGBATile.3t		\	    man/TIFFReadRawStrip.3t		\	    man/TIFFReadRawTile.3t		\	    man/TIFFReadScanline.3t		\	    man/TIFFReadTile.3t			\	    man/TIFFRGBAImage.3t		\	    man/TIFFSetDirectory.3t		\	    man/TIFFSetField.3t			\	    man/TIFFWarning.3t			\	    man/TIFFWriteDirectory.3t 		\	    man/TIFFWriteEncodedStrip.3t	\	    man/TIFFWriteEncodedTile.3t		\	    man/TIFFWriteTile.3t		\	    man/TIFFWriteRawStrip.3t		\	    man/TIFFWriteRawTile.3t		\	    man/TIFFWriteScanline.3t		\	    man/libtiff.3t			\	    man/TIFFbuffer.3t			\	    man/TIFFcodec.3t			\	    man/TIFFcolor.3t			\	    man/TIFFmemory.3t			\	    man/TIFFquery.3t			\	    man/TIFFsize.3t			\	    man/TIFFstrip.3t			\	    man/TIFFswab.3t			\	    man/TIFFtile.3t			\	    html/images				\	    html/images/back.gif				\	    html/images/bali.jpg				\	    html/images/cat.gif				\	    html/images/cover.jpg				\	    html/images/cramps.gif				\

⌨️ 快捷键说明

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