delint
[AROS.git] / compiler / pthread / mmakefile.src
blob6c76f5593b448b21045b50cd943d4bb277a681e2
1 include $(TOP)/config/make.cfg
3 #MM- core-linklibs : linklibs-pthread
4 #MM linklibs-pthreads : includes
6 %copy_includes includes="pthread.h sched.h"
8 LINKLIBFILES := pthread sched
9 LIBRARYFILES := 
11 #%build_module mmake=compiler-pthread \
12 #    modname=pthread modtype=library \
13 #    files=$(LIBRARYFILES) \
14 #    linklibfiles=$(LINKLIBFILES)
16 %build_linklib mmake=linklibs-pthread \
17     libname=pthread \
18     files=$(LINKLIBFILES)