#
# Generated by the OpenStep Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# See /usr/openstep/Developer/Makefiles/Makefile.preamble for directions
# on how to customize this Makefile.
#

OSHOME:sh= echo ${OPENSTEPHOME:-/usr/openstep}
OWHOME:sh= echo ${OPENWINHOME:-/usr/openwin}

NAME = CATax

MAINNIBFILE = CATax
PRINCIPALCLASS = NSApplication
PROJECTVERSION = 2.5
LANGUAGE = C

LOCAL_RESOURCES = CATax.nib

GLOBAL_RESOURCES = ApplicationIcon.tiff

CLASSES = Inverse.m Regular.m

HFILES = Inverse.h Regular.h

MFILES = CATax_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template

SOURCEMODE = 444

CP__ICON_FILES = \
    $(CP) $(OSHOME)/Apps/Workspace.app/application.tiff $(PRODUCT_DIR)/__ICON/app

LIBS = -lAppKit -lFoundation -lobjc -ldps
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)




MAKEFILE = app.make

# Except in the top level directory, this macro is overridden by
# a command line option.
PREAMBLE = $(OSHOME)/Developer/Makefiles/Makefile.preamble

PREAMBLE_INCLUDE = \
        if [ -r Makefile.preamble ] ; then \
           echo `pwd`/Makefile.preamble ; \
        else \
           echo $(PREAMBLE) ; \
        fi

include $(PREAMBLE_INCLUDE:sh)
include $(APP_MAKEFILE_DIR)/$(MAKEFILE)
include $(POSTAMBLE)
include $(MAKEFILE_DEPENDENCIES)
