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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = IRC.tiff
LOCAL_RESOURCES = channel.nib info.nib IRC.nib preference.nib\
                  message.strings

GLOBAL_RESOURCES = altApp.tiff

CLASSES = ChannelManager.m ChatManager.m IRCManager.m MenuSupport.m\
          PreferenceManager.m TCPConnection.m

HFILES = ChannelManager.h ChatManager.h IRCManager.h MenuSupport.h\
         PreferenceManager.h TCPConnection.h KanjiUtil.h IRCProtocol.h

MFILES = IRC_main.m

CFILES = KanjiUtil.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble


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

ICONSECTIONS =	-sectcreate __ICON app IRC.tiff

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




-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
