Usermode - Adding hacky pthreads support
[tpg/acess2.git] / Usermode / Libraries / libpthread.so_src / Makefile
1 # Acess 2 - POSIX Threads
2
3 include ../Makefile.cfg
4
5 CPPFLAGS +=
6 CFLAGS   += -Wall
7 LDFLAGS  += -lc -soname libpthread.so
8
9 OBJ = main.o
10 BIN = libpthread.so
11
12 include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au