# # 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 = Crossword PROJECTVERSION = 1.1 LANGUAGE = English APPICON = Crossword.tiff DOCICONS = Xword.tiff LOCAL_RESOURCES = Help GLOBAL_RESOURCES = Crossword.nib Puzzle.nib Crossword.README default.xdict CLASSES = AppDelegate.m BackjumpSquare.m BackjumpState.m BackjumpWord.m \ BroadeningSearch.m Crossword.m CrosswordSquare.m \ DepthFirstSearch.m Dictionary.m FunctionCache.m Inspector.m \ LeapfrogSquare.m LeapfrogState.m LeapfrogWord.m Notifier.m \ PlainSquare.m PlainState.m PlainWord.m Puzzle.m StopWatch.m \ WinDelegate.m HFILES = AppDelegate.h Backjump.h BackjumpSquare.h BackjumpState.h \ BackjumpWord.h BroadeningSearch.h Crossword.h CrosswordSquare.h \ DepthFirstSearch.h Dictionary.h filing.h FunctionCache.h \ Inspector.h Leapfrog.h LeapfrogSquare.h LeapfrogState.h \ LeapfrogWord.h Notifier.h Plain.h PlainSquare.h PlainState.h \ PlainWord.h Puzzle.h StopWatch.h WinDelegate.h MFILES = filing.m Crossword_main.m PSWFILES = CrosswordSquarePS.psw MAKEFILEDIR = /NextDeveloper/Makefiles/app INSTALLDIR = $(HOME)/Apps INSTALLFLAGS = -c -s -m 755 SOURCEMODE = 444 ICONSECTIONS = -sectcreate __ICON app Crossword.tiff \ -sectcreate __ICON Xword Xword.tiff LIBS = -lMedia_s -lNeXT_s -lIndexing_s DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) -include Makefile.preamble include $(MAKEFILEDIR)/app.make -include Makefile.postamble -include Makefile.dependencies