FreeCalypso > hg > ueda-linux
comparison ueda/libunet/Makefile @ 11:73abf2c13884
libunet: nethash functions implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 01 Aug 2015 22:38:00 +0000 |
parents | faeb83c43f1c |
children |
comparison
equal
deleted
inserted
replaced
10:62f8d6874a87 | 11:73abf2c13884 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 LIBOBJS=unetrd.o | 3 LIBOBJS=nethash.o unetrd.o |
4 | 4 |
5 all: libunet.a | 5 all: libunet.a |
6 | 6 |
7 libunet.a: ${LIBOBJS} | 7 libunet.a: ${LIBOBJS} |
8 ar rcu $@ ${LIBOBJS} | 8 ar rcu $@ ${LIBOBJS} |