expose the affinity mask
[AROS.git] / compiler / pthread / mmakefile.src
blobad9b723faf95540dd6fa61789e2a1705d4582115
1 include $(TOP)/config/make.cfg
3 #MM- core-linklibs : linklibs-pthread
4 #MM linklibs-pthreads : includes
6 #MM- includes-copy : pthread-includes-copy
7 #MM- compiler-includes : pthread-includes-copy
9 %copy_includes mmake=pthread-includes-copy includes="pthread.h sched.h semaphore.h"
11 LINKLIBFILES := pthread sched semaphore
12 LIBRARYFILES := 
14 #%build_module mmake=compiler-pthread \
15 #    modname=pthread modtype=library \
16 #    files=$(LIBRARYFILES) \
17 #    linklibfiles=$(LINKLIBFILES)
19 %build_linklib mmake=linklibs-pthread \
20     libname=pthread \
21     files=$(LINKLIBFILES)