65f7380bea07373d2d5a1541861e85d077081add
[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
8 LIBS     += -lnet
9
10 OBJ = main.o getaddrinfo.o socket.o pton.o byteordering.o
11 BIN = libpsocket.so
12
13 include ../Makefile.tpl

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