Converted main, network and terminal to ELBuild.
[elinks.git] / src / network / Makefile
blobceb21704e82cfb618d4ff4295f4e6d39bf64a79c
1 path_to_top=../..
2 include $(path_to_top)/Makefile.config
4 ifeq ($(CONFIG_SSL),yes)
5 ssldir = ssl
6 sslobj = $(ssldir)/ssl.o $(ssldir)/socket.o
7 endif
9 SUBDIRS = $(ssldir)
11 OBJS = connection.o dns.o progress.o socket.o state.o $(sslobj)
13 all-l: libnetwork.a
14 libnetwork.a: $(OBJS)
16 include $(path_to_top)/Makefile.lib