mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 04:10:48 +00:00
21 lines
642 B
Makefile
21 lines
642 B
Makefile
noinst_PROGRAMS = \
|
|
getstream\
|
|
http_get2\
|
|
http_multi_get\
|
|
print_css_urls\
|
|
print_css_urls2\
|
|
print_css_urls3 http_get\
|
|
print_html_urls\
|
|
websequencediagram\
|
|
websequencediagram_high
|
|
|
|
|
|
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include/wget -I$(srcdir) -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
|
AM_LDFLAGS = -no-install
|
|
LDADD = ../libwget/libwget.la\
|
|
$(LIBOBJS) $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(INET_NTOP_LIB)\
|
|
$(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) $(LIB_POLL) $(LIB_PTHREAD)\
|
|
$(LIB_SELECT) $(LIBICONV) $(LIBINTL) $(LIBTHREAD) $(SERVENT_LIB) @INTL_MACOSX_LIBS@\
|
|
$(LIBS) ../lib/libgnu.la
|