expose the affinity mask
[AROS.git] / compiler / pthread / Makefile
blob94b40013127ff1f28a6b135be9fcf40373ebd50f
2 # Makefile automatically generated by MKMK V6.55
3 # Tue Mar 24 21:35:08 2015
6 OBJS= semaphore.o sched.o pthread.o
7 CFLAGS= -noixemul -I. -O2 -DAROS_ALMOST_COMPATIBLE
9 libpthread.a: $(OBJS)
10 ar r $@ $(OBJS)
12 semaphore.o: semaphore.c semaphore.h debug.h
14 sched.o: sched.c sched.h debug.h
16 pthread.o: pthread.c pthread.h debug.h
19 clean:
20 -delete $(OBJS)
22 archive: clean
23 lha -r a ram:pthread // pthread
24 lha d ram:pthread pthread/.subversion/* pthread/.svn/*