| 1 |
< |
# Makefile.in generated by automake 1.15 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.15.1 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994-2014 Free Software Foundation, Inc. |
| 4 |
> |
# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
| 5 |
|
|
| 6 |
|
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
|
# gives unlimited permission to copy and/or distribute it, |
| 94 |
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ |
| 95 |
|
$(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
| 96 |
|
$(top_srcdir)/m4/ax_append_flag.m4 \ |
| 97 |
+ |
$(top_srcdir)/m4/ax_arg_disable_mempool.m4 \ |
| 98 |
|
$(top_srcdir)/m4/ax_arg_enable_assert.m4 \ |
| 99 |
|
$(top_srcdir)/m4/ax_arg_enable_debugging.m4 \ |
| 100 |
+ |
$(top_srcdir)/m4/ax_arg_enable_efence.m4 \ |
| 101 |
|
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
| 102 |
|
$(top_srcdir)/m4/ax_arg_gnutls.m4 \ |
| 103 |
|
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
| 102 |
– |
$(top_srcdir)/m4/ax_arg_libgeoip.m4 \ |
| 104 |
|
$(top_srcdir)/m4/ax_arg_openssl.m4 \ |
| 105 |
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
| 106 |
|
$(top_srcdir)/m4/ax_library_net.m4 \ |
| 122 |
|
PROGRAMS = $(bin_PROGRAMS) |
| 123 |
|
am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \ |
| 124 |
|
channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \ |
| 125 |
< |
conf_class.$(OBJEXT) conf_db.$(OBJEXT) conf_pseudo.$(OBJEXT) \ |
| 125 |
> |
conf_class.$(OBJEXT) conf_cluster.$(OBJEXT) conf_db.$(OBJEXT) \ |
| 126 |
> |
conf_gecos.$(OBJEXT) conf_pseudo.$(OBJEXT) conf_resv.$(OBJEXT) \ |
| 127 |
> |
conf_service.$(OBJEXT) conf_shared.$(OBJEXT) \ |
| 128 |
|
conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) \ |
| 129 |
|
event.$(OBJEXT) fdlist.$(OBJEXT) getopt.$(OBJEXT) \ |
| 130 |
|
hash.$(OBJEXT) hostmask.$(OBJEXT) id.$(OBJEXT) \ |
| 137 |
|
s_bsd_poll.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \ |
| 138 |
|
s_bsd_kqueue.$(OBJEXT) tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) \ |
| 139 |
|
tls_openssl.$(OBJEXT) res.$(OBJEXT) reslib.$(OBJEXT) \ |
| 140 |
< |
restart.$(OBJEXT) resv.$(OBJEXT) rng_mt.$(OBJEXT) \ |
| 141 |
< |
s_bsd.$(OBJEXT) send.$(OBJEXT) server.$(OBJEXT) user.$(OBJEXT) \ |
| 142 |
< |
userhost.$(OBJEXT) version.$(OBJEXT) watch.$(OBJEXT) \ |
| 143 |
< |
whowas.$(OBJEXT) |
| 140 |
> |
restart.$(OBJEXT) rng_mt.$(OBJEXT) s_bsd.$(OBJEXT) \ |
| 141 |
> |
send.$(OBJEXT) server.$(OBJEXT) server_capab.$(OBJEXT) \ |
| 142 |
> |
user.$(OBJEXT) userhost.$(OBJEXT) version.$(OBJEXT) \ |
| 143 |
> |
watch.$(OBJEXT) whowas.$(OBJEXT) |
| 144 |
|
ircd_OBJECTS = $(am_ircd_OBJECTS) |
| 145 |
|
am__DEPENDENCIES_1 = |
| 146 |
|
AM_V_lt = $(am__v_lt_@AM_V@) |
| 386 |
|
client.c \ |
| 387 |
|
conf.c \ |
| 388 |
|
conf_class.c \ |
| 389 |
+ |
conf_cluster.c \ |
| 390 |
|
conf_db.c \ |
| 391 |
+ |
conf_gecos.c \ |
| 392 |
|
conf_pseudo.c \ |
| 393 |
+ |
conf_resv.c \ |
| 394 |
+ |
conf_service.c \ |
| 395 |
+ |
conf_shared.c \ |
| 396 |
|
conf_parser.y \ |
| 397 |
|
conf_lexer.l \ |
| 398 |
|
dbuf.c \ |
| 429 |
|
res.c \ |
| 430 |
|
reslib.c \ |
| 431 |
|
restart.c \ |
| 424 |
– |
resv.c \ |
| 432 |
|
rng_mt.c \ |
| 433 |
|
s_bsd.c \ |
| 434 |
|
send.c \ |
| 435 |
|
server.c \ |
| 436 |
+ |
server_capab.c \ |
| 437 |
|
user.c \ |
| 438 |
|
userhost.c \ |
| 439 |
|
version.c \ |
| 542 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@ |
| 543 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ |
| 544 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@ |
| 545 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@ |
| 546 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@ |
| 547 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@ |
| 548 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@ |
| 549 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@ |
| 550 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@ |
| 551 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@ |
| 552 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@ |
| 553 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@ |
| 554 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@ |
| 555 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ |
| 556 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@ |
| 578 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@ |
| 579 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@ |
| 580 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@ |
| 568 |
– |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@ |
| 581 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@ |
| 582 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@ |
| 583 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@ |
| 586 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@ |
| 587 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@ |
| 588 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@ |
| 589 |
+ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@ |
| 590 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@ |
| 591 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@ |
| 592 |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@ |