From 3e72b82b72f168ec01f378c3f93928f26efa78bf Mon Sep 17 00:00:00 2001 From: polluks Date: Tue, 24 Mar 2015 21:34:16 +0000 Subject: [PATCH] Backport git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50229 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/pthread/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 compiler/pthread/Makefile diff --git a/compiler/pthread/Makefile b/compiler/pthread/Makefile new file mode 100644 index 0000000000..94b4001312 --- /dev/null +++ b/compiler/pthread/Makefile @@ -0,0 +1,24 @@ +# +# Makefile automatically generated by MKMK V6.55 +# Tue Mar 24 21:35:08 2015 +# + +OBJS= semaphore.o sched.o pthread.o +CFLAGS= -noixemul -I. -O2 -DAROS_ALMOST_COMPATIBLE + +libpthread.a: $(OBJS) + ar r $@ $(OBJS) + +semaphore.o: semaphore.c semaphore.h debug.h + +sched.o: sched.c sched.h debug.h + +pthread.o: pthread.c pthread.h debug.h + + +clean: + -delete $(OBJS) + +archive: clean + lha -r a ram:pthread // pthread + lha d ram:pthread pthread/.subversion/* pthread/.svn/* -- 2.11.4.GIT