1 include $(SRCDIR)/config/aros.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
22 pthread_setcancelstate \
23 pthread_setcanceltype \
24 pthread_attr_destroy \
26 pthread_attr_setstacksize \
27 pthread_cond_destroy \
30 pthread_cond_timedwait \
32 pthread_mutex_destroy \
34 pthread_mutex_unlock \
35 pthread_mutexattr_destroy \
36 pthread_mutexattr_init \
37 pthread_mutexattr_settype \
42 pthread_cond_broadcast \
46 #%build_module mmake=compiler-pthread \
47 # modname=pthread modtype=library \
48 # files="$(LIBRARYFILES) $(PTHREADFUNCS)" \
49 # linklibfiles=$(LINKLIBFILES)
51 %build_linklib mmake=linklibs-pthread \
53 files="$(LINKLIBFILES) $(PTHREADFUNCS)"