]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | DYNAMIC_CODE_GEN = YES; | |
3 | FILESTABLE = { | |
4 | H_FILES = ( | |
5 | posix_sched.h, | |
6 | pthread.h, | |
7 | pthread_impl.h, | |
8 | pthread_internals.h, | |
9 | pthread_machdep.h, | |
10 | sched.h | |
11 | ); | |
12 | OTHER_LINKED = ( | |
13 | lock.s, | |
14 | pthread.c, | |
15 | pthread_cond.c, | |
16 | pthread_mutex.c, | |
17 | pthread_tsd.c, | |
18 | stack.s, | |
19 | thread_setup.c | |
20 | ); | |
21 | OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, mk_pthread_impl.c); | |
22 | PROJECT_HEADERS = (pthread_internals.h, sched.h, pthread_impl.h, pthread.h); | |
23 | PUBLIC_HEADERS = (sched.h, pthread_impl.h, pthread.h); | |
24 | SUBPROJECTS = (); | |
25 | }; | |
26 | LANGUAGE = English; | |
27 | MAKEFILEDIR = "$(MAKEFILEPATH)/pb_makefiles"; | |
28 | NEXTSTEP_BUILDDIR = "/Local/Public/Sandbox/$(USER)/BUILD/$(NAME)"; | |
29 | NEXTSTEP_BUILDTOOL = /bin/gnumake; | |
30 | NEXTSTEP_COMPILEROPTIONS = "-D__POSIX_LIB__"; | |
31 | NEXTSTEP_INSTALLDIR = /Local/Developer/System; | |
32 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac; | |
33 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc; | |
34 | NEXTSTEP_PUBLICHEADERSDIR = /usr/include; | |
35 | PDO_UNIX_BUILDTOOL = $NEXT_ROOT/Developer/bin/make; | |
36 | PDO_UNIX_JAVA_COMPILER = "$(JDKBINDIR)/javac"; | |
37 | PDO_UNIX_OBJCPLUS_COMPILER = "$(NEXTDEV_BIN)/gcc"; | |
38 | PROJECTNAME = pthreads; | |
39 | PROJECTTYPE = Component; | |
40 | PROJECTVERSION = 2.8; | |
41 | WINDOWS_BUILDTOOL = $NEXT_ROOT/Developer/Executables/make; | |
42 | WINDOWS_JAVA_COMPILER = "$(JDKBINDIR)/javac.exe"; | |
43 | WINDOWS_OBJCPLUS_COMPILER = "$(DEVDIR)/gcc"; | |
44 | } |