#
# 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 = kfc

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = kfc1.tiff
DOCICONS = kfc1.tiff

LOCAL_RESOURCES = copy.nib Info.nib KFC.nib myFilePanel.nib\
                  Preferences.nib Help

GLOBAL_RESOURCES = Appointments COPYING

CLASSES = anAppointment.m appointmentFile.m CalendarController.m\
          DayView.m MiniDayView.m MiniMonthView.m MonthView.m\
          WeekView.m

HFILES = anAppointment.h appointmentFile.h appointmentPanelController.h\
         CalendarController.h DayView.h editDayAppointments.h\
         MiniDayView.h MiniMonthView.h MonthView.h WeekView.h

OTHERLINKED = appointment_File_Lexer.lm appointment_File_Yaccer.ym

MFILES = kfc_main.m

SUBPROJECTS = Appointment_Panel.subproj

BUNDLES = editDayAppointments.bproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble

OTHERLINKEDOFILES = appointment_File_Lexer.o appointment_File_Yaccer.o

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

ICONSECTIONS =	-sectcreate __ICON app kfc1.tiff \
		-sectcreate __ICON kfc1 kfc1.tiff

LIBS = -lIndexing_s -ll -lMiscKit -lMiscThreeStateButton -lNeXT_s -ly
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
