# # 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 = Soft64 PROJECTVERSION = 1.1 LANGUAGE = English APPICON = Soft64.tiff DOCICONS = Soft64.prg.tiff GLOBAL_RESOURCES = Soft64.nib Soft64.prg.tiff Soft64.tiff basic.rom \ char.rom kernal.rom CLASSES = Soft64View.m HFILES = Soft64View.h MFILES = Soft64_main.m MAKEFILEDIR = /NextDeveloper/Makefiles/app INSTALLDIR = $(HOME)/Soft64 INSTALLFLAGS = -c -s -m 755 SOURCEMODE = 444 ICONSECTIONS = -sectcreate __ICON app Soft64.tiff \ -sectcreate __ICON Soft64.prg Soft64.prg.tiff LIBS = -lMedia_s -lNeXT_s DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) -include Makefile.preamble include $(MAKEFILEDIR)/app.make -include Makefile.postamble -include Makefile.dependencies