#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = Fiend

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = Fiend.tiff
LOCAL_RESOURCES = BackInfo.nib BackSpace.nib Fiend.nib Info.nib\
                  Preferences.nib Destroy.snd Fiend.snd

GLOBAL_RESOURCES = .dir.tiff backicon.tiff backmodule.tiff backo.tiff\
                   balls.tiff bbutton.tiff bbuttonD.tiff bbuttonH.tiff\
                   boink.tiff corner.tiff defaultImage.tiff dots.tiff\
                   Fiend.tiff FiendInfo.tiff hilite.tiff\
                   OpenHighlight.tiff space.eps tbutton.tiff\
                   tbuttonD.tiff tbuttonH.tiff tbuttonHD.tiff x.tiff

CLASSES = BackView.m BackWindow.m BlackView.m BoinkViewPart.m\
          Controller.m CornerView.m Dock.m DockMgrView.m\
          IconDragView.m IconView.m ioctls.m ModuleList.m MySlider.m\
          PanelImageView.m Password.m ProgressView.m ShelfView.m\
          SleepView.m SpaceView.m Thinker.m ThinkMore.m Thinspector.m\
          UserPath.m

HFILES = BackView.h BackWindow.h BlackView.h BoinkViewPart.h\
         Controller.h CornerView.h Dock.h DockMgrView.h Fiend.h\
         IconDragView.h IconView.h ModuleList.h MySlider.h\
         PanelImageView.h Password.h ProgressView.h ShelfView.h\
         SleepView.h SpaceView.h Thinker.h UserPath.h

MFILES = Fiend_main.m

PSWFILES = BoinkWraps.psw compositeBackground.psw FiendWraps.psw\
           psfuncts.psw

OTHERSRCS = aa_README.rtf ab_INSTRUCTIONS.rtf


MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app Fiend.tiff

LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
