Usermode/libpsocket - Heaps of work on getaddrinfo
[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