-
Notifications
You must be signed in to change notification settings - Fork 32
/
Makefile.inc
24 lines (21 loc) · 906 Bytes
/
Makefile.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GNB_EVENT_OBJS = \
./src/gnb_event.o \
./src/gnb_network_service.o \
./src/gnb_address.o \
./src/gnb_buf.o \
./src/gnb_lru32.o \
./src/gnb_doubly_linked_list.o \
./src/gnb_hash32.o \
./libs/hash/murmurhash.o \
./src/gnb_payload16.o \
./src/gnb_time.o \
./src/gnb_fixed_list.o \
./src/gnb_fixed_list_store.o \
./src/gnb_fixed_pool.o \
./src/gnb_alloc.o
GNB_UDP_OVER_TCP_OBJS = \
./src/service/gnb_udp_over_tcp.o \
./src/service/uot_udp_service.o \
./src/service/uot_tcp_service.o \
./src/gnb_daemon.o \
./src/gnb_log.o