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

PROJECTVERSION = 2.8
PROJECT_TYPE = Framework
English_RESOURCES = README.rtf

LANGUAGES = English

CLASSES = MORegexFormatter.m MORegularExpression.m MORESyntaxFormatter.m\
          MOCompletionManager.m MOCompletionStrategy.m\
          MOFileCompletionStrategy.m MOFoundationExtras.m

HFILES = MOKitDefines.h MOKit.h MORegexFormatter.h\
         MORegularExpression.h MORegularExpression_Private.h\
         MORESyntaxFormatter.h MOCompletionManager.h\
         MOCompletionStrategy.h MOFileCompletionStrategy.h\
         MOFoundationExtras.h MORuntimeUtilities.h regexp_stuff.h

MFILES = MORegularExpression_Private.m MORuntimeUtilities.m\
         regexp_stuff.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template HSRegexp README_Installing.rtf\
            FrameworkIssues.rtf


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CURRENTLY_ACTIVE_VERSION = YES
DEPLOY_WITH_VERSION_NAME = A
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = framework.make
NEXTSTEP_INSTALLDIR = /Local/Library/Frameworks
WINDOWS_INSTALLDIR = /MyLibrary/Frameworks
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


WINDOWS_PB_LDFLAGS = -image_base 0x3F000000
FRAMEWORKS = -framework AppKit -framework Foundation
PUBLIC_HEADERS = MOKit.h MORuntimeUtilities.h MORegularExpression.h\
                 MORegexFormatter.h MOKitDefines.h MOCompletionManager.h\
                 MOCompletionStrategy.h MOFileCompletionStrategy.h\
                 MOFoundationExtras.h MORESyntaxFormatter.h



NEXTSTEP_BUILD_OUTPUT_DIR = $(HOME)/Symbols/MOKit_2

WINDOWS_BUILD_OUTPUT_DIR = C:/Obj/MOKit_2

NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
