plan9fox/sys/src/ape/lib/ap/arm/mkfile
cinap_lenrek cdc2c30e99 reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29)
semaphore locks have much higher overhead than initially presented
in the "Semaphores in Plan9" paper. until the reason for it has been
found out i will revert the changes.
2013-09-26 22:24:31 +02:00

26 lines
320 B
Makefile

APE=/sys/src/ape
<$APE/config
LIB=/$objtype/lib/ape/libap.a
OFILES=\
cycles.$O\
div.$O\
getfcr.$O\
lock.$O\
main9.$O\
main9p.$O\
memmove.$O\
memset.$O\
notetramp.$O\
setjmp.$O\
strchr.$O\
strcmp.$O\
strcpy.$O\
tas.$O\
vlop.$O\
vlrt.$O\
</sys/src/cmd/mksyslib
CFLAGS=-c -D_POSIX_SOURCE -D_PLAN9_SOURCE