1 # $Header: /usr/people/sam/tiff/libtiff/RCS/Makefile.w95,v 1.2 1994/11/28
4 # Tag Image File Format Library
6 # Copyright (c) 1988, 1989, 1990, 1991, 1992 Sam Leffler
7 # Copyright (c) 1991, 1992 Silicon Graphics, Inc.
9 # Permission to use, copy, modify, distribute, and sell this software and
10 # its documentation for any purpose is hereby granted without fee, provided
11 # that (i) the above copyright notices and this permission notice appear in
12 # all copies of the software and related documentation, and (ii) the names of
13 # Sam Leffler and Silicon Graphics may not be used in any advertising or
14 # publicity relating to the software without the specific, prior written
15 # permission of Sam Leffler and Silicon Graphics.
17 # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
18 # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
19 # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
21 # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
22 # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
23 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
24 # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
25 # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
28 # This Makefile is for use with microsoft nmake version 1.50 and
29 # Microsoft 32-bit C/C++ Compiler 9.00
35 COPTS= -Oxa -DBSDTYPES -Zd
36 CFLAGS= $(COPTS) $(CONF_LIBRARY)
105 $(CC) $(CFLAGS) -c $*.c
108 #.INCLUDE .IGNORE : depend
112 lib /OUT:libtiff.lib $(OBJS)
115 #To include fax3 support, you need to modify mkg3states.c so it could run
116 #under windows 95 or NT. This application make the file g3state.h.
117 #after that, you have to add to the build script : tif_fax3.c and tif_fax3.obj
118 #and define CCITT_SUPPORT in the file tifconf.h
120 #$(OBJS): tiffio.h tiff.h tiffcomp.h tiffiop.h tiffconf.h
121 #tif_fax3.obj: tif_fax3.c g3states.h t4.h tif_fax3.h
123 #g3states.h: mkg3states.c t4.h
124 # $(CC) $(CFLAGS) mkg3states.c
125 # mkg3states -c > g3states.h