]>
Commit | Line | Data |
---|---|---|
e9ce8d39 A |
1 | # |
2 | # Generated by the NeXT 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 = pthreads | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
15 | HFILES = posix_sched.h pthread.h pthread_impl.h pthread_internals.h\ | |
16 | pthread_machdep.h sched.h | |
17 | ||
18 | OTHERLINKED = lock.s stack.s | |
19 | ||
20 | CFILES = pthread.c pthread_cond.c pthread_mutex.c pthread_tsd.c\ | |
21 | thread_setup.c | |
22 | ||
23 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\ | |
24 | mk_pthread_impl.c | |
25 | ||
26 | OTHERLINKEDOFILES = lock.o stack.o | |
27 | ||
28 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
29 | CODE_GEN_STYLE = DYNAMIC | |
30 | MAKEFILE = subproj.make | |
31 | NEXTSTEP_INSTALLDIR = /Local/Developer/System | |
32 | LIBS = | |
33 | DEBUG_LIBS = $(LIBS) | |
34 | PROF_LIBS = $(LIBS) | |
35 | ||
36 | ||
37 | NEXTSTEP_PB_CFLAGS = -D__POSIX_LIB__ | |
38 | PUBLIC_HEADERS = sched.h pthread_impl.h pthread.h | |
39 | ||
40 | PROJECT_HEADERS = pthread_internals.h sched.h pthread_impl.h pthread.h | |
41 | ||
42 | ||
43 | ||
44 | NEXTSTEP_BUILD_OUTPUT_DIR = /Local/Public/Sandbox/$(USER)/BUILD/$(NAME) | |
45 | ||
46 | NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include | |
47 | ||
48 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
49 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
50 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
51 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
52 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
53 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
54 | ||
55 | include $(MAKEFILEDIR)/platform.make | |
56 | ||
57 | -include Makefile.preamble | |
58 | ||
59 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
60 | ||
61 | -include Makefile.postamble | |
62 | ||
63 | -include Makefile.dependencies |