]>
Commit | Line | Data |
---|---|---|
a56bdb9d A |
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 | ||
10 | NAME = hfs_japanese | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Kernel Extension | |
14 | ||
15 | TOOLS = hfs_japanese.kmodproj | |
16 | ||
17 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\ | |
18 | CustomInfo.xml | |
19 | ||
20 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
21 | CODE_GEN_STYLE = DYNAMIC | |
22 | MAKEFILE = kext.make | |
23 | NEXTSTEP_INSTALLDIR = /System/Library/Extensions | |
24 | LIBS = | |
25 | DEBUG_LIBS = $(LIBS) | |
26 | PROF_LIBS = $(LIBS) | |
27 | BUNDLE_EXTENSION = kext | |
28 | ||
29 | ||
30 | ||
31 | ||
32 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
33 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
34 | ||
35 | include $(MAKEFILEDIR)/platform.make | |
36 | ||
37 | -include Makefile.preamble | |
38 | ||
39 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
40 | ||
41 | -include Makefile.postamble | |
42 | ||
43 | -include Makefile.dependencies |