src/Makefile

changeset 14
1927b7b32faf
parent 0
f7d2d78eb424
equal deleted inserted replaced
13:ebe0d286481c 14:1927b7b32faf
5 timeout.o \ 5 timeout.o \
6 buffer.o \ 6 buffer.o \
7 io.o \ 7 io.o \
8 usocket.o \ 8 usocket.o \
9 context.o \ 9 context.o \
10 x509.o \
10 ssl.o 11 ssl.o
11 12
12 LIBS=-lssl -lcrypto 13 LIBS=-lssl -lcrypto
13 14
14 WARN=-Wall -pedantic 15 WARN=-Wall -pedantic
57 buffer.o: buffer.c buffer.h io.h timeout.h 58 buffer.o: buffer.c buffer.h io.h timeout.h
58 io.o: io.c io.h timeout.h 59 io.o: io.c io.h timeout.h
59 timeout.o: timeout.c timeout.h 60 timeout.o: timeout.c timeout.h
60 usocket.o: usocket.c socket.h io.h timeout.h usocket.h 61 usocket.o: usocket.c socket.h io.h timeout.h usocket.h
61 context.o: context.c context.h 62 context.o: context.c context.h
63 x509.o: x509.c x509.h
62 ssl.o: ssl.c socket.h io.h timeout.h usocket.h buffer.h context.h context.c 64 ssl.o: ssl.c socket.h io.h timeout.h usocket.h buffer.h context.h context.c

mercurial