Makefile   [plain text]


#
# Generated by the Apple 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 = IORegistryExplorer

PROJECTVERSION = 2.8
PROJECT_TYPE = Application
NEXTSTEP_APPICON = IORE.tiff
ICONSECTIONS =	-sectcreate __ICON app IORE.tiff

English_RESOURCES = IORegistryExplorer.nib

LANGUAGES = English

GLOBAL_RESOURCES = IORE.tiff IORE.icns

CLASSES = RExplorer.m RExplorer-OutlineDelegate.m\
          RExplorer-BrowserDelegate.m CustomOutlineView.m RSearch.m\
          RBool.m

HFILES = RExplorer.h CustomOutlineView.h RExplorer-OutlineDelegate.h\
         RExplorer-BrowserDelegate.h RSearch.h RBool.h

MFILES = IORegistryExplorer_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
            CustomInfo.plist


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(SYSTEM_DEVELOPER_APPS_DIR)
WINDOWS_INSTALLDIR = /Applications
PDO_UNIX_INSTALLDIR = /Applications
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework AppKit -framework Foundation -framework IOKit\
             -framework System


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 = $(JDKBINDIR)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies