]>
Commit | Line | Data |
---|---|---|
5dd30d76 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 = aslcommon | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Library | |
14 | ||
15 | HFILES = asl_store.h | |
16 | ||
17 | CFILES = asl_store.c | |
18 | ||
19 | OTHERSRCS = Makefile Makefile.postamble Makefile.preamble asl_ipc.defs | |
20 | ||
21 | ||
22 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
23 | CURRENTLY_ACTIVE_VERSION = YES | |
24 | DEPLOY_WITH_VERSION_NAME = A | |
25 | CODE_GEN_STYLE = DYNAMIC | |
26 | MAKEFILE = library.make | |
27 | NEXTSTEP_INSTALLDIR = /usr/lib | |
28 | LIBS = | |
29 | DEBUG_LIBS = $(LIBS) | |
30 | PROF_LIBS = $(LIBS) | |
31 | ||
32 | ||
33 | PUBLIC_HEADERS = | |
34 | ||
35 | PROJECT_HEADERS = asl_ipc.defs asl_store.h asl_ipc.h | |
36 | ||
37 | ||
38 | ||
39 | WINDOWS_PUBLIC_HEADERS_DIR = LOCAL_DEVELOPER_DIR/Headers/$(NAME) | |
40 | ||
41 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
42 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
43 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
44 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
45 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
46 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
47 | ||
48 | include $(MAKEFILEDIR)/platform.make | |
49 | ||
50 | -include Makefile.preamble | |
51 | ||
52 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
53 | ||
54 | -include Makefile.postamble | |
55 | ||
56 | -include Makefile.dependencies |