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