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

PROJECTVERSION = 2.6
PROJECT_TYPE = Framework
LANGUAGE = English

CLASSES = NSString_ext.m RegEx.m RegExFormatter.m RegExMatcher.m\
          RegExSyntaxFormatter.m

HFILES = build-rxposix.h NSString_ext.h RegEx.h RegExFormatter.h\
         RegExMatcher.h RegExSyntaxFormatter.h rx.h rxanal.h rxbasic.h\
         rxbitset.h rxcontext.h rxcset.h rxgnucomp.h rxhash.h rxnfa.h\
         rxnode.h rxposix.h rxproto.h rxsimp.h rxspencer.h rxstr.h\
         rxsuper.h rxunfa.h _rx.h

CFILES = hashrexp.c rx.c rxanal.c rxbasic.c rxbitset.c rxcset.c\
         rxdbug.c rxgnucomp.c rxhash.c rxnfa.c rxnode.c rxposix.c\
         rxsimp.c rxspencer.c rxstr.c rxsuper.c rxunfa.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
CURRENTLY_ACTIVE_VERSION = YES
DEPLOY_WITH_VERSION_NAME = A
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = framework.make
NEXTSTEP_INSTALLDIR = $(NEXT_ROOT)/LocalLibrary/Frameworks
WINDOWS_INSTALLDIR = D:/NeXT/LocalLibrary/Frameworks
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


NEXTSTEP_PB_CFLAGS = -DSTDC_HEADERS=1
WINDOWS_PB_CFLAGS = -DSTDC_HEADERS=1 -D_REGEX_BUILDING
PDO_UNIX_PB_CFLAGS = -DSTDC_HEADERS=1
FRAMEWORKS = -framework Foundation
PUBLIC_HEADERS = rxposix.h RegEx.h RegExMatcher.h RegExFormatter.h\
                 RegExSyntaxFormatter.h

PROJECT_HEADERS = rxposix.h RegEx.h RegExMatcher.h RegExFormatter.h\
                  NSString_ext.h RegExSyntaxFormatter.h



include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
