copy the pthread headers with compiler-includes
[AROS.git] / compiler / pthread / mmakefile.src
blob3980c6e231e9f840996165ab95085f5ca8b8816c
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"
11 LINKLIBFILES := pthread sched
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)