libtiff/contrib/mac-mpw
Bob Friesenhahn 8c4398d0d6 * port/strtoull.c: New porting function in case strtoull() is not
available on the target system.
* configure.ac: Add configure support for determining sized types
in a portable way and performing necessary substitutions in
tif_config.h and tiffconf.h.  Updated tiff.h to use the new
definitions.
2007-06-25 15:38:21 +00:00
..
.cvsignore New 2005-11-21 00:55:38 +00:00
BUILD.mpw Initial revision 1999-07-27 21:50:26 +00:00
libtiff.make Initial revision 1999-07-27 21:50:26 +00:00
mactrans.c Initial revision 1999-07-27 21:50:26 +00:00
Makefile.am libtiff 3.8.2 released. 2006-03-23 14:54:00 +00:00
Makefile.in * port/strtoull.c: New porting function in case strtoull() is not 2007-06-25 15:38:21 +00:00
port.make Initial revision 1999-07-27 21:50:26 +00:00
README Initial revision 1999-07-27 21:50:26 +00:00
tools.make Initial revision 1999-07-27 21:50:26 +00:00
top.make Initial revision 1999-07-27 21:50:26 +00:00

######################
About contrib:mac-mpw:
######################

This directory contains all of the utilities and makefile source
to build the LIBTIFF library and tools from the MPW Shell. The
file BUILD.mpw in this directory is an executable script
which uses all of these files to create the MPW makefiles and 
run them. 

The <file>.make files are not MPW makefiles as such,
but are when run through the "mactrans" program, which turns
the ascii "%nn" metacharacters into the standard weird MPW
make characters.

This translation trick is necessary to protect the files when
they are put into unix tarfiles, which tend to mangle the
special characters.

 --Niles Ritter (ndr@tazboy.jpl.nasa.gov)