]>
Commit | Line | Data |
---|---|---|
5958d7c0 | 1 | { |
009ee3c6 | 2 | "DYNAMIC_CODE_GEN" = YES; |
5958d7c0 | 3 | FILESTABLE = { |
009ee3c6 | 4 | FRAMEWORKS = ("CoreFoundation.framework", "SystemConfiguration.framework"); |
0fae82ee | 5 | FRAMEWORKSEARCH = (); |
009ee3c6 A |
6 | "H_FILES" = ( |
7 | "scutil.h", | |
8 | "commands.h", | |
9 | "dictionary.h", | |
10 | "session.h", | |
11 | "cache.h", | |
12 | "notify.h", | |
13 | "tests.h", | |
14 | "prefs.h" | |
15 | ); | |
16 | "OTHER_LINKED" = ( | |
17 | "scutil.c", | |
18 | "commands.c", | |
19 | "dictionary.c", | |
20 | "session.c", | |
21 | "cache.c", | |
22 | "notify.c", | |
23 | "tests.c", | |
24 | "prefs.c" | |
25 | ); | |
26 | "OTHER_SOURCES" = ( | |
27 | "Makefile.preamble", | |
28 | Makefile, | |
29 | "Makefile.postamble", | |
30 | "m.template", | |
31 | "h.template" | |
32 | ); | |
33 | "PRECOMPILED_HEADERS" = (); | |
34 | "PROJECT_HEADERS" = (); | |
35 | "PUBLIC_HEADERS" = (); | |
0fae82ee A |
36 | SUBPROJECTS = (); |
37 | }; | |
38 | LANGUAGE = English; | |
39 | MAKEFILEDIR = "$(MAKEFILEPATH)/pb_makefiles"; | |
009ee3c6 A |
40 | "NEXTSTEP_BUILDTOOL" = "/usr/bin/gnumake"; |
41 | "NEXTSTEP_INSTALLDIR" = "/usr/sbin"; | |
42 | "NEXTSTEP_JAVA_COMPILER" = "/usr/bin/javac"; | |
43 | "NEXTSTEP_LINKEROPTIONS" = "-ledit"; | |
44 | "NEXTSTEP_OBJCPLUS_COMPILER" = "/usr/bin/cc"; | |
45 | "PDO_UNIX_BUILDTOOL" = "$NEXT_ROOT/Developer/bin/make"; | |
46 | "PDO_UNIX_INSTALLDIR" = "/bin"; | |
47 | "PDO_UNIX_JAVA_COMPILER" = "$(JDKBINDIR)/javac"; | |
48 | "PDO_UNIX_OBJCPLUS_COMPILER" = "$(NEXTDEV_BIN)/gcc"; | |
0fae82ee A |
49 | PROJECTNAME = scutil; |
50 | PROJECTTYPE = Tool; | |
009ee3c6 A |
51 | PROJECTVERSION = "2.8"; |
52 | "WINDOWS_BUILDTOOL" = "$NEXT_ROOT/Developer/Executables/make"; | |
53 | "WINDOWS_INSTALLDIR" = "/Library/Executables"; | |
54 | "WINDOWS_JAVA_COMPILER" = "$(JDKBINDIR)/javac.exe"; | |
55 | "WINDOWS_OBJCPLUS_COMPILER" = "$(DEVDIR)/gcc"; | |
5958d7c0 | 56 | } |