1#
2# Generated by the Apple Project Builder.
3#
4# NOTE: Do NOT change this file -- Project Builder maintains it.
5#
6# Put all of your customizations in files called Makefile.preamble
7# and Makefile.postamble (both optional), and Makefile will include them.
8#
9
10NAME = hfs_japanese
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Kernel Extension
14
15TOOLS = hfs_japanese.kmodproj
16
17OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
18            CustomInfo.xml
19
20MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
21CODE_GEN_STYLE = DYNAMIC
22MAKEFILE = kext.make
23NEXTSTEP_INSTALLDIR = /System/Library/Extensions
24LIBS = 
25DEBUG_LIBS = $(LIBS)
26PROF_LIBS = $(LIBS)
27BUNDLE_EXTENSION = kext
28
29
30
31
32NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
33NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
34
35include $(MAKEFILEDIR)/platform.make
36
37-include Makefile.preamble
38
39include $(MAKEFILEDIR)/$(MAKEFILE)
40
41-include Makefile.postamble
42
43-include Makefile.dependencies
44