#
# File Makefile.preamble
# 
# The preamble lets you customize various flags for compilation and
# installation.  Some things can be easily set from ProjectBuilder, some not.
#

# ==============================================================================

#
# FileViewer looks for things in the main Classes/ directory so that you can
# try it out before installing.
#

OTHER_CFLAGS = -pipe -I../Classes
OTHER_LDFLAGS = -L../Classes

#
# This next line is useful for automatically building FileViewer as IconKit
# undergoes development.  If you uncomment it, make sure it gives the correct
# path to the latest version of IconKit.
#

# OTHER_PRODUCT_DEPENDS = ../Classes/libIconKit.a
