freeswitch/libs/tiff-3.8.2/contrib/mac-mpw
Michael Jerris 938ab67a2f remove generated files from tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-01 22:20:17 +00:00
..
BUILD.mpw
Makefile.am
README
libtiff.make
mactrans.c
port.make
tools.make
top.make

README

######################
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)