#************************************************************************* # Copyright (c) 2002 The University of Chicago, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. # This file is distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution. #************************************************************************* # # makefile for libtiff # $Log: Makefile.Host,v $ # Revision 1.6 2003/07/23 18:30:52 soliday # Modified makefiles to work with base versions 3.13 and 3.14 # # Revision 1.5 2003/06/16 19:37:49 soliday # Added AIX support # # Revision 1.4 2003/06/16 04:05:26 soliday # Removed mdbcommon definition # # Revision 1.3 2003/05/06 19:06:08 soliday # Changed CFLAGS on Solaris so that it would use the reentrant flag. # # Revision 1.2 2003/02/20 16:18:54 soliday # Makefiles now work to build static builds on windows. # # Revision 1.1 2002/09/19 16:39:45 soliday # Added libtiff library # # # TOP = ../../../.. include $(TOP)/config/CONFIG_EXTENSIONS include $(TOP)/src/SDDS/tiff/Makefile.OAG ifdef WIN32 LIBNAME = tiff.lib endif include $(TOP)/config/RULES.Host