81418ad717c6c07bc1d9b4c9aafd4f717ee7848b
[tpg/acess2.git] / Usermode / Libraries / libpsocket.so_src / Makefile
1 # Acess 2 - POSIX Sockets
2
3 include ../Makefile.cfg
4
5 CPPFLAGS +=
6 CFLAGS   += -Wall
7 LDFLAGS  += -lc -soname libpsocket.so -lnet
8
9 OBJ = main.o getaddrinfo.o socket.o
10 BIN = libpsocket.so
11
12 include ../Makefile.tpl

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