Home | History | Annotate | Line # | Download | only in dnssec
Makefile.in revision 1.1.1.9
      1  1.1.1.7  christos # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2  1.1.1.7  christos # @configure_input@
      3      1.1  christos 
      4  1.1.1.7  christos # Copyright (C) 1994-2021 Free Software Foundation, Inc.
      5      1.1  christos 
      6  1.1.1.7  christos # This Makefile.in is free software; the Free Software Foundation
      7  1.1.1.7  christos # gives unlimited permission to copy and/or distribute it,
      8  1.1.1.7  christos # with or without modifications, as long as this notice is preserved.
      9  1.1.1.7  christos 
     10  1.1.1.7  christos # This program is distributed in the hope that it will be useful,
     11  1.1.1.7  christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12  1.1.1.7  christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13  1.1.1.7  christos # PARTICULAR PURPOSE.
     14  1.1.1.7  christos 
     15  1.1.1.7  christos @SET_MAKE@
     16  1.1.1.7  christos 
     17  1.1.1.7  christos # Hey Emacs, this is -*- makefile-automake -*- file!
     18  1.1.1.7  christos # vim: filetype=automake
     19  1.1.1.7  christos 
     20  1.1.1.7  christos 
     21  1.1.1.7  christos VPATH = @srcdir@
     22  1.1.1.7  christos am__is_gnu_make = { \
     23  1.1.1.7  christos   if test -z '$(MAKELEVEL)'; then \
     24  1.1.1.7  christos     false; \
     25  1.1.1.7  christos   elif test -n '$(MAKE_HOST)'; then \
     26  1.1.1.7  christos     true; \
     27  1.1.1.7  christos   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     28  1.1.1.7  christos     true; \
     29  1.1.1.7  christos   else \
     30  1.1.1.7  christos     false; \
     31  1.1.1.7  christos   fi; \
     32  1.1.1.7  christos }
     33  1.1.1.7  christos am__make_running_with_option = \
     34  1.1.1.7  christos   case $${target_option-} in \
     35  1.1.1.7  christos       ?) ;; \
     36  1.1.1.7  christos       *) echo "am__make_running_with_option: internal error: invalid" \
     37  1.1.1.7  christos               "target option '$${target_option-}' specified" >&2; \
     38  1.1.1.7  christos          exit 1;; \
     39  1.1.1.7  christos   esac; \
     40  1.1.1.7  christos   has_opt=no; \
     41  1.1.1.7  christos   sane_makeflags=$$MAKEFLAGS; \
     42  1.1.1.7  christos   if $(am__is_gnu_make); then \
     43  1.1.1.7  christos     sane_makeflags=$$MFLAGS; \
     44  1.1.1.7  christos   else \
     45  1.1.1.7  christos     case $$MAKEFLAGS in \
     46  1.1.1.7  christos       *\\[\ \	]*) \
     47  1.1.1.7  christos         bs=\\; \
     48  1.1.1.7  christos         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     49  1.1.1.7  christos           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     50  1.1.1.7  christos     esac; \
     51  1.1.1.7  christos   fi; \
     52  1.1.1.7  christos   skip_next=no; \
     53  1.1.1.7  christos   strip_trailopt () \
     54  1.1.1.7  christos   { \
     55  1.1.1.7  christos     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     56  1.1.1.7  christos   }; \
     57  1.1.1.7  christos   for flg in $$sane_makeflags; do \
     58  1.1.1.7  christos     test $$skip_next = yes && { skip_next=no; continue; }; \
     59  1.1.1.7  christos     case $$flg in \
     60  1.1.1.7  christos       *=*|--*) continue;; \
     61  1.1.1.7  christos         -*I) strip_trailopt 'I'; skip_next=yes;; \
     62  1.1.1.7  christos       -*I?*) strip_trailopt 'I';; \
     63  1.1.1.7  christos         -*O) strip_trailopt 'O'; skip_next=yes;; \
     64  1.1.1.7  christos       -*O?*) strip_trailopt 'O';; \
     65  1.1.1.7  christos         -*l) strip_trailopt 'l'; skip_next=yes;; \
     66  1.1.1.7  christos       -*l?*) strip_trailopt 'l';; \
     67  1.1.1.7  christos       -[dEDm]) skip_next=yes;; \
     68  1.1.1.7  christos       -[JT]) skip_next=yes;; \
     69  1.1.1.7  christos     esac; \
     70  1.1.1.7  christos     case $$flg in \
     71  1.1.1.7  christos       *$$target_option*) has_opt=yes; break;; \
     72  1.1.1.7  christos     esac; \
     73  1.1.1.7  christos   done; \
     74  1.1.1.7  christos   test $$has_opt = yes
     75  1.1.1.7  christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     76  1.1.1.7  christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     77  1.1.1.7  christos pkgdatadir = $(datadir)/@PACKAGE@
     78  1.1.1.7  christos pkgincludedir = $(includedir)/@PACKAGE@
     79  1.1.1.7  christos pkglibdir = $(libdir)/@PACKAGE@
     80  1.1.1.7  christos pkglibexecdir = $(libexecdir)/@PACKAGE@
     81  1.1.1.7  christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     82  1.1.1.7  christos install_sh_DATA = $(install_sh) -c -m 644
     83  1.1.1.7  christos install_sh_PROGRAM = $(install_sh) -c
     84  1.1.1.7  christos install_sh_SCRIPT = $(install_sh) -c
     85  1.1.1.7  christos INSTALL_HEADER = $(INSTALL_DATA)
     86  1.1.1.7  christos transform = $(program_transform_name)
     87  1.1.1.7  christos NORMAL_INSTALL = :
     88  1.1.1.7  christos PRE_INSTALL = :
     89  1.1.1.7  christos POST_INSTALL = :
     90  1.1.1.7  christos NORMAL_UNINSTALL = :
     91  1.1.1.7  christos PRE_UNINSTALL = :
     92  1.1.1.7  christos POST_UNINSTALL = :
     93  1.1.1.7  christos build_triplet = @build@
     94  1.1.1.7  christos host_triplet = @host@
     95  1.1.1.7  christos target_triplet = @target@
     96  1.1.1.7  christos @HOST_MACOS_TRUE@am__append_1 = \
     97  1.1.1.7  christos @HOST_MACOS_TRUE@	-Wl,-flat_namespace
     98  1.1.1.7  christos 
     99  1.1.1.7  christos bin_PROGRAMS = dnssec-cds$(EXEEXT) dnssec-dsfromkey$(EXEEXT) \
    100  1.1.1.7  christos 	dnssec-importkey$(EXEEXT) dnssec-keyfromlabel$(EXEEXT) \
    101  1.1.1.9  christos 	dnssec-keygen$(EXEEXT) dnssec-ksr$(EXEEXT) \
    102  1.1.1.9  christos 	dnssec-revoke$(EXEEXT) dnssec-settime$(EXEEXT) \
    103  1.1.1.9  christos 	dnssec-signzone$(EXEEXT) dnssec-verify$(EXEEXT)
    104  1.1.1.7  christos subdir = bin/dnssec
    105  1.1.1.7  christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    106  1.1.1.7  christos am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
    107  1.1.1.7  christos 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    108  1.1.1.7  christos 	$(top_srcdir)/m4/ax_check_openssl.m4 \
    109  1.1.1.7  christos 	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
    110  1.1.1.7  christos 	$(top_srcdir)/m4/ax_jemalloc.m4 \
    111  1.1.1.7  christos 	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
    112  1.1.1.7  christos 	$(top_srcdir)/m4/ax_posix_shell.m4 \
    113  1.1.1.7  christos 	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
    114  1.1.1.7  christos 	$(top_srcdir)/m4/ax_pthread.m4 \
    115  1.1.1.7  christos 	$(top_srcdir)/m4/ax_restore_flags.m4 \
    116  1.1.1.9  christos 	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/libtool.m4 \
    117  1.1.1.9  christos 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    118  1.1.1.9  christos 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    119  1.1.1.9  christos 	$(top_srcdir)/m4/pkg-modversion.m4 $(top_srcdir)/configure.ac
    120  1.1.1.7  christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    121  1.1.1.7  christos 	$(ACLOCAL_M4)
    122  1.1.1.7  christos DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    123  1.1.1.7  christos mkinstalldirs = $(install_sh) -d
    124  1.1.1.7  christos CONFIG_HEADER = $(top_builddir)/config.h
    125  1.1.1.7  christos CONFIG_CLEAN_FILES =
    126  1.1.1.7  christos CONFIG_CLEAN_VPATH_FILES =
    127  1.1.1.7  christos am__installdirs = "$(DESTDIR)$(bindir)"
    128  1.1.1.7  christos PROGRAMS = $(bin_PROGRAMS)
    129  1.1.1.7  christos LTLIBRARIES = $(noinst_LTLIBRARIES)
    130  1.1.1.7  christos libdnssectool_la_LIBADD =
    131  1.1.1.7  christos am_libdnssectool_la_OBJECTS = dnssectool.lo
    132  1.1.1.7  christos libdnssectool_la_OBJECTS = $(am_libdnssectool_la_OBJECTS)
    133  1.1.1.7  christos AM_V_lt = $(am__v_lt_@AM_V@)
    134  1.1.1.7  christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    135  1.1.1.7  christos am__v_lt_0 = --silent
    136  1.1.1.7  christos am__v_lt_1 = 
    137  1.1.1.7  christos dnssec_cds_SOURCES = dnssec-cds.c
    138  1.1.1.7  christos dnssec_cds_OBJECTS = dnssec-cds.$(OBJEXT)
    139  1.1.1.7  christos dnssec_cds_LDADD = $(LDADD)
    140  1.1.1.8  christos am__DEPENDENCIES_1 =
    141  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@am__DEPENDENCIES_2 =  \
    142  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@	$(top_builddir)/lib/isc/libisc.la
    143  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
    144  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@	$(top_builddir)/lib/isc/libisc.la
    145  1.1.1.8  christos dnssec_cds_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    146  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    147  1.1.1.7  christos dnssec_dsfromkey_SOURCES = dnssec-dsfromkey.c
    148  1.1.1.7  christos dnssec_dsfromkey_OBJECTS = dnssec-dsfromkey.$(OBJEXT)
    149  1.1.1.7  christos dnssec_dsfromkey_LDADD = $(LDADD)
    150  1.1.1.8  christos dnssec_dsfromkey_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    151  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    152  1.1.1.7  christos dnssec_importkey_SOURCES = dnssec-importkey.c
    153  1.1.1.7  christos dnssec_importkey_OBJECTS = dnssec-importkey.$(OBJEXT)
    154  1.1.1.7  christos dnssec_importkey_LDADD = $(LDADD)
    155  1.1.1.8  christos dnssec_importkey_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    156  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    157  1.1.1.7  christos dnssec_keyfromlabel_SOURCES = dnssec-keyfromlabel.c
    158  1.1.1.7  christos dnssec_keyfromlabel_OBJECTS = dnssec-keyfromlabel.$(OBJEXT)
    159  1.1.1.7  christos dnssec_keyfromlabel_LDADD = $(LDADD)
    160  1.1.1.8  christos dnssec_keyfromlabel_DEPENDENCIES = libdnssectool.la \
    161  1.1.1.9  christos 	$(am__DEPENDENCIES_2) $(LIBISCCFG_LIBS) $(LIBDNS_LIBS) \
    162  1.1.1.9  christos 	$(am__DEPENDENCIES_1)
    163  1.1.1.7  christos dnssec_keygen_SOURCES = dnssec-keygen.c
    164  1.1.1.7  christos dnssec_keygen_OBJECTS = dnssec_keygen-dnssec-keygen.$(OBJEXT)
    165  1.1.1.8  christos am__DEPENDENCIES_3 = libdnssectool.la $(am__DEPENDENCIES_2) \
    166  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    167  1.1.1.9  christos dnssec_keygen_DEPENDENCIES = $(am__DEPENDENCIES_3) \
    168  1.1.1.9  christos 	$(am__DEPENDENCIES_1)
    169  1.1.1.9  christos dnssec_ksr_SOURCES = dnssec-ksr.c
    170  1.1.1.9  christos dnssec_ksr_OBJECTS = dnssec-ksr.$(OBJEXT)
    171  1.1.1.9  christos dnssec_ksr_LDADD = $(LDADD)
    172  1.1.1.9  christos dnssec_ksr_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    173  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    174  1.1.1.7  christos dnssec_revoke_SOURCES = dnssec-revoke.c
    175  1.1.1.7  christos dnssec_revoke_OBJECTS = dnssec-revoke.$(OBJEXT)
    176  1.1.1.7  christos dnssec_revoke_LDADD = $(LDADD)
    177  1.1.1.8  christos dnssec_revoke_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    178  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    179  1.1.1.7  christos dnssec_settime_SOURCES = dnssec-settime.c
    180  1.1.1.7  christos dnssec_settime_OBJECTS = dnssec-settime.$(OBJEXT)
    181  1.1.1.7  christos dnssec_settime_LDADD = $(LDADD)
    182  1.1.1.8  christos dnssec_settime_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    183  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    184  1.1.1.7  christos dnssec_signzone_SOURCES = dnssec-signzone.c
    185  1.1.1.9  christos dnssec_signzone_OBJECTS = dnssec_signzone-dnssec-signzone.$(OBJEXT)
    186  1.1.1.9  christos dnssec_signzone_DEPENDENCIES = $(am__DEPENDENCIES_3) \
    187  1.1.1.9  christos 	$(am__DEPENDENCIES_1)
    188  1.1.1.7  christos dnssec_verify_SOURCES = dnssec-verify.c
    189  1.1.1.7  christos dnssec_verify_OBJECTS = dnssec-verify.$(OBJEXT)
    190  1.1.1.7  christos dnssec_verify_LDADD = $(LDADD)
    191  1.1.1.8  christos dnssec_verify_DEPENDENCIES = libdnssectool.la $(am__DEPENDENCIES_2) \
    192  1.1.1.9  christos 	$(LIBISCCFG_LIBS) $(LIBDNS_LIBS) $(am__DEPENDENCIES_1)
    193  1.1.1.7  christos AM_V_P = $(am__v_P_@AM_V@)
    194  1.1.1.7  christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    195  1.1.1.7  christos am__v_P_0 = false
    196  1.1.1.7  christos am__v_P_1 = :
    197  1.1.1.7  christos AM_V_GEN = $(am__v_GEN_@AM_V@)
    198  1.1.1.7  christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    199  1.1.1.7  christos am__v_GEN_0 = @echo "  GEN     " $@;
    200  1.1.1.7  christos am__v_GEN_1 = 
    201  1.1.1.7  christos AM_V_at = $(am__v_at_@AM_V@)
    202  1.1.1.7  christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    203  1.1.1.7  christos am__v_at_0 = @
    204  1.1.1.7  christos am__v_at_1 = 
    205  1.1.1.7  christos DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    206  1.1.1.7  christos depcomp = $(SHELL) $(top_srcdir)/depcomp
    207  1.1.1.7  christos am__maybe_remake_depfiles = depfiles
    208  1.1.1.7  christos am__depfiles_remade = ./$(DEPDIR)/dnssec-cds.Po \
    209  1.1.1.7  christos 	./$(DEPDIR)/dnssec-dsfromkey.Po \
    210  1.1.1.7  christos 	./$(DEPDIR)/dnssec-importkey.Po \
    211  1.1.1.9  christos 	./$(DEPDIR)/dnssec-keyfromlabel.Po ./$(DEPDIR)/dnssec-ksr.Po \
    212  1.1.1.7  christos 	./$(DEPDIR)/dnssec-revoke.Po ./$(DEPDIR)/dnssec-settime.Po \
    213  1.1.1.9  christos 	./$(DEPDIR)/dnssec-verify.Po \
    214  1.1.1.7  christos 	./$(DEPDIR)/dnssec_keygen-dnssec-keygen.Po \
    215  1.1.1.9  christos 	./$(DEPDIR)/dnssec_signzone-dnssec-signzone.Po \
    216  1.1.1.7  christos 	./$(DEPDIR)/dnssectool.Plo
    217  1.1.1.7  christos am__mv = mv -f
    218  1.1.1.7  christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    219  1.1.1.7  christos 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    220  1.1.1.7  christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    221  1.1.1.7  christos 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    222  1.1.1.7  christos 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    223  1.1.1.7  christos 	$(AM_CFLAGS) $(CFLAGS)
    224  1.1.1.7  christos AM_V_CC = $(am__v_CC_@AM_V@)
    225  1.1.1.7  christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    226  1.1.1.7  christos am__v_CC_0 = @echo "  CC      " $@;
    227  1.1.1.7  christos am__v_CC_1 = 
    228  1.1.1.7  christos CCLD = $(CC)
    229  1.1.1.7  christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    230  1.1.1.7  christos 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    231  1.1.1.7  christos 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    232  1.1.1.7  christos AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    233  1.1.1.7  christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    234  1.1.1.7  christos am__v_CCLD_0 = @echo "  CCLD    " $@;
    235  1.1.1.7  christos am__v_CCLD_1 = 
    236  1.1.1.7  christos SOURCES = $(libdnssectool_la_SOURCES) dnssec-cds.c dnssec-dsfromkey.c \
    237  1.1.1.7  christos 	dnssec-importkey.c dnssec-keyfromlabel.c dnssec-keygen.c \
    238  1.1.1.9  christos 	dnssec-ksr.c dnssec-revoke.c dnssec-settime.c \
    239  1.1.1.9  christos 	dnssec-signzone.c dnssec-verify.c
    240  1.1.1.7  christos DIST_SOURCES = $(libdnssectool_la_SOURCES) dnssec-cds.c \
    241  1.1.1.7  christos 	dnssec-dsfromkey.c dnssec-importkey.c dnssec-keyfromlabel.c \
    242  1.1.1.9  christos 	dnssec-keygen.c dnssec-ksr.c dnssec-revoke.c dnssec-settime.c \
    243  1.1.1.7  christos 	dnssec-signzone.c dnssec-verify.c
    244  1.1.1.7  christos am__can_run_installinfo = \
    245  1.1.1.7  christos   case $$AM_UPDATE_INFO_DIR in \
    246  1.1.1.7  christos     n|no|NO) false;; \
    247  1.1.1.7  christos     *) (install-info --version) >/dev/null 2>&1;; \
    248  1.1.1.7  christos   esac
    249  1.1.1.7  christos am__extra_recursive_targets = test-recursive unit-recursive \
    250  1.1.1.7  christos 	doc-recursive
    251  1.1.1.7  christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    252  1.1.1.7  christos # Read a list of newline-separated strings from the standard input,
    253  1.1.1.7  christos # and print each of them once, without duplicates.  Input order is
    254  1.1.1.7  christos # *not* preserved.
    255  1.1.1.7  christos am__uniquify_input = $(AWK) '\
    256  1.1.1.7  christos   BEGIN { nonempty = 0; } \
    257  1.1.1.7  christos   { items[$$0] = 1; nonempty = 1; } \
    258  1.1.1.7  christos   END { if (nonempty) { for (i in items) print i; }; } \
    259  1.1.1.7  christos '
    260  1.1.1.7  christos # Make sure the list of sources is unique.  This is necessary because,
    261  1.1.1.7  christos # e.g., the same source file might be shared among _SOURCES variables
    262  1.1.1.7  christos # for different programs/libraries.
    263  1.1.1.7  christos am__define_uniq_tagged_files = \
    264  1.1.1.7  christos   list='$(am__tagged_files)'; \
    265  1.1.1.7  christos   unique=`for i in $$list; do \
    266  1.1.1.7  christos     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    267  1.1.1.7  christos   done | $(am__uniquify_input)`
    268  1.1.1.7  christos am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.top \
    269  1.1.1.7  christos 	$(top_srcdir)/depcomp
    270  1.1.1.7  christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    271  1.1.1.7  christos ACLOCAL = @ACLOCAL@
    272  1.1.1.7  christos AMTAR = @AMTAR@
    273  1.1.1.7  christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    274  1.1.1.7  christos AR = @AR@
    275  1.1.1.7  christos AUTOCONF = @AUTOCONF@
    276  1.1.1.7  christos AUTOHEADER = @AUTOHEADER@
    277  1.1.1.7  christos AUTOMAKE = @AUTOMAKE@
    278  1.1.1.7  christos AWK = @AWK@
    279  1.1.1.7  christos BUILD_EXEEXT = @BUILD_EXEEXT@
    280  1.1.1.7  christos BUILD_OBJEXT = @BUILD_OBJEXT@
    281  1.1.1.7  christos CC = @CC@
    282  1.1.1.7  christos CCDEPMODE = @CCDEPMODE@
    283  1.1.1.7  christos CC_FOR_BUILD = @CC_FOR_BUILD@
    284  1.1.1.7  christos CFLAGS = @CFLAGS@
    285  1.1.1.7  christos CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
    286  1.1.1.7  christos CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
    287  1.1.1.7  christos CMOCKA_LIBS = @CMOCKA_LIBS@
    288  1.1.1.7  christos CPP = @CPP@
    289  1.1.1.7  christos CPPFLAGS = @CPPFLAGS@
    290  1.1.1.7  christos CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
    291  1.1.1.7  christos CPP_FOR_BUILD = @CPP_FOR_BUILD@
    292  1.1.1.7  christos CSCOPE = @CSCOPE@
    293  1.1.1.7  christos CTAGS = @CTAGS@
    294  1.1.1.7  christos CURL = @CURL@
    295  1.1.1.7  christos CYGPATH_W = @CYGPATH_W@
    296  1.1.1.7  christos DEFS = @DEFS@
    297  1.1.1.7  christos DEPDIR = @DEPDIR@
    298  1.1.1.7  christos DEVELOPER_MODE = @DEVELOPER_MODE@
    299  1.1.1.7  christos DLLTOOL = @DLLTOOL@
    300  1.1.1.9  christos DLOPEN_LIBS = @DLOPEN_LIBS@
    301  1.1.1.7  christos DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
    302  1.1.1.7  christos DNSTAP_LIBS = @DNSTAP_LIBS@
    303  1.1.1.7  christos DOXYGEN = @DOXYGEN@
    304  1.1.1.7  christos DSYMUTIL = @DSYMUTIL@
    305  1.1.1.9  christos DTRACE = @DTRACE@
    306  1.1.1.7  christos DUMPBIN = @DUMPBIN@
    307  1.1.1.7  christos ECHO_C = @ECHO_C@
    308  1.1.1.7  christos ECHO_N = @ECHO_N@
    309  1.1.1.7  christos ECHO_T = @ECHO_T@
    310  1.1.1.7  christos EGREP = @EGREP@
    311  1.1.1.7  christos ETAGS = @ETAGS@
    312  1.1.1.7  christos EXEEXT = @EXEEXT@
    313  1.1.1.7  christos FGREP = @FGREP@
    314  1.1.1.7  christos FILECMD = @FILECMD@
    315  1.1.1.7  christos FSTRM_CAPTURE = @FSTRM_CAPTURE@
    316  1.1.1.7  christos FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
    317  1.1.1.7  christos FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
    318  1.1.1.7  christos GREP = @GREP@
    319  1.1.1.7  christos GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
    320  1.1.1.7  christos GSSAPI_LIBS = @GSSAPI_LIBS@
    321  1.1.1.7  christos INSTALL = @INSTALL@
    322  1.1.1.7  christos INSTALL_DATA = @INSTALL_DATA@
    323  1.1.1.7  christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
    324  1.1.1.7  christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
    325  1.1.1.7  christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    326  1.1.1.7  christos JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
    327  1.1.1.7  christos JEMALLOC_LIBS = @JEMALLOC_LIBS@
    328  1.1.1.9  christos JEMALLOC_VERSION = @JEMALLOC_VERSION@
    329  1.1.1.7  christos JSON_C_CFLAGS = @JSON_C_CFLAGS@
    330  1.1.1.7  christos JSON_C_LIBS = @JSON_C_LIBS@
    331  1.1.1.7  christos KRB5_CFLAGS = @KRB5_CFLAGS@
    332  1.1.1.7  christos KRB5_CONFIG = @KRB5_CONFIG@
    333  1.1.1.7  christos KRB5_LIBS = @KRB5_LIBS@
    334  1.1.1.7  christos LD = @LD@
    335  1.1.1.7  christos LDFLAGS = @LDFLAGS@
    336  1.1.1.7  christos LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
    337  1.1.1.9  christos LIBCAP_CFLAGS = @LIBCAP_CFLAGS@
    338  1.1.1.7  christos LIBCAP_LIBS = @LIBCAP_LIBS@
    339  1.1.1.7  christos LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
    340  1.1.1.7  christos LIBIDN2_LIBS = @LIBIDN2_LIBS@
    341  1.1.1.7  christos LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
    342  1.1.1.7  christos LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
    343  1.1.1.7  christos LIBOBJS = @LIBOBJS@
    344  1.1.1.7  christos LIBS = @LIBS@
    345  1.1.1.9  christos LIBSYSTEMD_CFLAGS = @LIBSYSTEMD_CFLAGS@
    346  1.1.1.9  christos LIBSYSTEMD_LIBS = @LIBSYSTEMD_LIBS@
    347  1.1.1.7  christos LIBTOOL = @LIBTOOL@
    348  1.1.1.9  christos LIBURCU_CFLAGS = @LIBURCU_CFLAGS@
    349  1.1.1.9  christos LIBURCU_LIBS = @LIBURCU_LIBS@
    350  1.1.1.7  christos LIBUV_CFLAGS = @LIBUV_CFLAGS@
    351  1.1.1.7  christos LIBUV_LIBS = @LIBUV_LIBS@
    352  1.1.1.9  christos LIBUV_VERSION = @LIBUV_VERSION@
    353  1.1.1.7  christos LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
    354  1.1.1.7  christos LIBXML2_LIBS = @LIBXML2_LIBS@
    355  1.1.1.7  christos LIPO = @LIPO@
    356  1.1.1.7  christos LMDB_CFLAGS = @LMDB_CFLAGS@
    357  1.1.1.7  christos LMDB_LIBS = @LMDB_LIBS@
    358  1.1.1.7  christos LN_S = @LN_S@
    359  1.1.1.7  christos LTLIBOBJS = @LTLIBOBJS@
    360  1.1.1.7  christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    361  1.1.1.7  christos MAINT = @MAINT@
    362  1.1.1.7  christos MAKEINFO = @MAKEINFO@
    363  1.1.1.7  christos MANIFEST_TOOL = @MANIFEST_TOOL@
    364  1.1.1.7  christos MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
    365  1.1.1.7  christos MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
    366  1.1.1.7  christos MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
    367  1.1.1.7  christos MKDIR_P = @MKDIR_P@
    368  1.1.1.7  christos NC = @NC@
    369  1.1.1.7  christos NM = @NM@
    370  1.1.1.7  christos NMEDIT = @NMEDIT@
    371  1.1.1.7  christos OBJDUMP = @OBJDUMP@
    372  1.1.1.7  christos OBJEXT = @OBJEXT@
    373  1.1.1.7  christos OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
    374  1.1.1.7  christos OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    375  1.1.1.7  christos OPENSSL_LIBS = @OPENSSL_LIBS@
    376  1.1.1.9  christos OPENSSL_VERSION = @OPENSSL_VERSION@
    377  1.1.1.7  christos OTOOL = @OTOOL@
    378  1.1.1.7  christos OTOOL64 = @OTOOL64@
    379  1.1.1.7  christos PACKAGE = @PACKAGE@
    380  1.1.1.7  christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    381  1.1.1.7  christos PACKAGE_NAME = @PACKAGE_NAME@
    382  1.1.1.7  christos PACKAGE_STRING = @PACKAGE_STRING@
    383  1.1.1.7  christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
    384  1.1.1.7  christos PACKAGE_URL = @PACKAGE_URL@
    385  1.1.1.7  christos PACKAGE_VERSION = @PACKAGE_VERSION@
    386  1.1.1.7  christos PATH_SEPARATOR = @PATH_SEPARATOR@
    387  1.1.1.7  christos PERL = @PERL@
    388  1.1.1.7  christos PKG_CONFIG = @PKG_CONFIG@
    389  1.1.1.7  christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    390  1.1.1.7  christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    391  1.1.1.7  christos PROTOC_C = @PROTOC_C@
    392  1.1.1.7  christos PTHREAD_CC = @PTHREAD_CC@
    393  1.1.1.7  christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    394  1.1.1.7  christos PTHREAD_CXX = @PTHREAD_CXX@
    395  1.1.1.7  christos PTHREAD_LIBS = @PTHREAD_LIBS@
    396  1.1.1.7  christos PYTEST = @PYTEST@
    397  1.1.1.7  christos PYTHON = @PYTHON@
    398  1.1.1.7  christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    399  1.1.1.7  christos PYTHON_PLATFORM = @PYTHON_PLATFORM@
    400  1.1.1.7  christos PYTHON_PREFIX = @PYTHON_PREFIX@
    401  1.1.1.7  christos PYTHON_VERSION = @PYTHON_VERSION@
    402  1.1.1.7  christos RANLIB = @RANLIB@
    403  1.1.1.9  christos RCU_VERSION = @RCU_VERSION@
    404  1.1.1.7  christos READLINE_CFLAGS = @READLINE_CFLAGS@
    405  1.1.1.7  christos READLINE_LIBS = @READLINE_LIBS@
    406  1.1.1.7  christos RELEASE_DATE = @RELEASE_DATE@
    407  1.1.1.7  christos SED = @SED@
    408  1.1.1.7  christos SET_MAKE = @SET_MAKE@
    409  1.1.1.7  christos SHELL = @SHELL@
    410  1.1.1.7  christos SPHINX_BUILD = @SPHINX_BUILD@
    411  1.1.1.7  christos STD_CFLAGS = @STD_CFLAGS@
    412  1.1.1.7  christos STD_CPPFLAGS = @STD_CPPFLAGS@
    413  1.1.1.7  christos STD_LDFLAGS = @STD_LDFLAGS@
    414  1.1.1.7  christos STRIP = @STRIP@
    415  1.1.1.7  christos TEST_CFLAGS = @TEST_CFLAGS@
    416  1.1.1.7  christos VERSION = @VERSION@
    417  1.1.1.7  christos XSLTPROC = @XSLTPROC@
    418  1.1.1.7  christos ZLIB_CFLAGS = @ZLIB_CFLAGS@
    419  1.1.1.7  christos ZLIB_LIBS = @ZLIB_LIBS@
    420  1.1.1.7  christos abs_builddir = @abs_builddir@
    421  1.1.1.7  christos abs_srcdir = @abs_srcdir@
    422  1.1.1.7  christos abs_top_builddir = @abs_top_builddir@
    423  1.1.1.7  christos abs_top_srcdir = @abs_top_srcdir@
    424  1.1.1.7  christos ac_ct_AR = @ac_ct_AR@
    425  1.1.1.7  christos ac_ct_CC = @ac_ct_CC@
    426  1.1.1.7  christos ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
    427  1.1.1.7  christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    428  1.1.1.7  christos am__include = @am__include@
    429  1.1.1.7  christos am__leading_dot = @am__leading_dot@
    430  1.1.1.7  christos am__quote = @am__quote@
    431  1.1.1.7  christos am__tar = @am__tar@
    432  1.1.1.7  christos am__untar = @am__untar@
    433  1.1.1.7  christos ax_pthread_config = @ax_pthread_config@
    434  1.1.1.7  christos bindir = @bindir@
    435  1.1.1.7  christos build = @build@
    436  1.1.1.7  christos build_alias = @build_alias@
    437  1.1.1.7  christos build_cpu = @build_cpu@
    438  1.1.1.7  christos build_os = @build_os@
    439  1.1.1.7  christos build_vendor = @build_vendor@
    440  1.1.1.7  christos builddir = @builddir@
    441  1.1.1.7  christos datadir = @datadir@
    442  1.1.1.7  christos datarootdir = @datarootdir@
    443  1.1.1.7  christos docdir = @docdir@
    444  1.1.1.7  christos dvidir = @dvidir@
    445  1.1.1.7  christos exec_prefix = @exec_prefix@
    446  1.1.1.7  christos host = @host@
    447  1.1.1.7  christos host_alias = @host_alias@
    448  1.1.1.7  christos host_cpu = @host_cpu@
    449  1.1.1.7  christos host_os = @host_os@
    450  1.1.1.7  christos host_vendor = @host_vendor@
    451  1.1.1.7  christos htmldir = @htmldir@
    452  1.1.1.7  christos includedir = @includedir@
    453  1.1.1.7  christos infodir = @infodir@
    454  1.1.1.7  christos install_sh = @install_sh@
    455  1.1.1.7  christos libdir = @libdir@
    456  1.1.1.7  christos libexecdir = @libexecdir@
    457  1.1.1.7  christos localedir = @localedir@
    458  1.1.1.7  christos localstatedir = @localstatedir@
    459  1.1.1.7  christos mandir = @mandir@
    460  1.1.1.7  christos mkdir_p = @mkdir_p@
    461  1.1.1.7  christos oldincludedir = @oldincludedir@
    462  1.1.1.7  christos pdfdir = @pdfdir@
    463  1.1.1.7  christos pkgpyexecdir = @pkgpyexecdir@
    464  1.1.1.7  christos pkgpythondir = @pkgpythondir@
    465  1.1.1.7  christos prefix = @prefix@
    466  1.1.1.7  christos program_transform_name = @program_transform_name@
    467  1.1.1.7  christos psdir = @psdir@
    468  1.1.1.7  christos pyexecdir = @pyexecdir@
    469  1.1.1.7  christos pythondir = @pythondir@
    470  1.1.1.7  christos runstatedir = @runstatedir@
    471  1.1.1.7  christos sbindir = @sbindir@
    472  1.1.1.7  christos sharedstatedir = @sharedstatedir@
    473  1.1.1.7  christos srcdir = @srcdir@
    474  1.1.1.7  christos sysconfdir = @sysconfdir@
    475  1.1.1.7  christos target = @target@
    476  1.1.1.7  christos target_alias = @target_alias@
    477  1.1.1.7  christos target_cpu = @target_cpu@
    478  1.1.1.7  christos target_os = @target_os@
    479  1.1.1.7  christos target_vendor = @target_vendor@
    480  1.1.1.7  christos top_build_prefix = @top_build_prefix@
    481  1.1.1.7  christos top_builddir = @top_builddir@
    482  1.1.1.7  christos top_srcdir = @top_srcdir@
    483  1.1.1.7  christos ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
    484  1.1.1.7  christos AM_CFLAGS = \
    485  1.1.1.7  christos 	$(STD_CFLAGS)
    486  1.1.1.7  christos 
    487  1.1.1.7  christos AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
    488  1.1.1.9  christos 	-I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBISCCFG_CFLAGS) \
    489  1.1.1.9  christos 	$(LIBDNS_CFLAGS) -DNAMED_CONFFILE=\"${sysconfdir}/named.conf\"
    490  1.1.1.7  christos AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
    491  1.1.1.9  christos LDADD = libdnssectool.la $(LIBISC_LIBS) $(LIBISCCFG_LIBS) \
    492  1.1.1.9  christos 	$(LIBDNS_LIBS) $(OPENSSL_LIBS)
    493  1.1.1.9  christos BUILT_SOURCES = 
    494  1.1.1.9  christos CLEANFILES = 
    495  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@LIBISC_CFLAGS = -I$(top_srcdir)/include \
    496  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@	-I$(top_srcdir)/lib/isc/include \
    497  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@	-I$(top_builddir)/lib/isc/include
    498  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) \
    499  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@	-I$(top_srcdir)/include \
    500  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@	-I$(top_srcdir)/lib/isc/include \
    501  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@	-I$(top_builddir)/lib/isc/include
    502  1.1.1.8  christos @HAVE_JEMALLOC_FALSE@LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
    503  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@LIBISC_LIBS = $(JEMALLOC_LIBS) \
    504  1.1.1.8  christos @HAVE_JEMALLOC_TRUE@	$(top_builddir)/lib/isc/libisc.la
    505  1.1.1.9  christos @HAVE_DTRACE_TRUE@LIBISC_DTRACE = $(top_builddir)/lib/isc/probes.lo
    506  1.1.1.7  christos LIBDNS_CFLAGS = \
    507  1.1.1.7  christos 	-I$(top_srcdir)/lib/dns/include			\
    508  1.1.1.7  christos 	-I$(top_builddir)/lib/dns/include
    509  1.1.1.7  christos 
    510  1.1.1.7  christos LIBDNS_LIBS = \
    511  1.1.1.7  christos 	$(top_builddir)/lib/dns/libdns.la
    512  1.1.1.7  christos 
    513  1.1.1.9  christos @HAVE_DTRACE_TRUE@LIBDNS_DTRACE = $(top_builddir)/lib/dns/probes.lo
    514  1.1.1.7  christos LIBNS_CFLAGS = \
    515  1.1.1.7  christos 	-I$(top_srcdir)/lib/ns/include
    516  1.1.1.7  christos 
    517  1.1.1.7  christos LIBNS_LIBS = \
    518  1.1.1.7  christos 	$(top_builddir)/lib/ns/libns.la
    519  1.1.1.7  christos 
    520  1.1.1.9  christos @HAVE_DTRACE_TRUE@LIBNS_DTRACE = $(top_builddir)/lib/ns/probes.lo
    521  1.1.1.7  christos LIBISCCFG_CFLAGS = \
    522  1.1.1.7  christos 	-I$(top_srcdir)/lib/isccfg/include
    523  1.1.1.7  christos 
    524  1.1.1.7  christos LIBISCCFG_LIBS = \
    525  1.1.1.7  christos 	$(top_builddir)/lib/isccfg/libisccfg.la
    526  1.1.1.7  christos 
    527  1.1.1.7  christos LIBISCCC_CFLAGS = \
    528  1.1.1.7  christos 	-I$(top_srcdir)/lib/isccc/include/
    529  1.1.1.7  christos 
    530  1.1.1.7  christos LIBISCCC_LIBS = \
    531  1.1.1.7  christos 	$(top_builddir)/lib/isccc/libisccc.la
    532  1.1.1.7  christos 
    533  1.1.1.7  christos noinst_LTLIBRARIES = libdnssectool.la
    534  1.1.1.7  christos libdnssectool_la_SOURCES = \
    535  1.1.1.7  christos 	dnssectool.h		\
    536  1.1.1.7  christos 	dnssectool.c
    537  1.1.1.7  christos 
    538  1.1.1.7  christos dnssec_keygen_CPPFLAGS = \
    539  1.1.1.7  christos 	$(AM_CPPFLAGS)		\
    540  1.1.1.9  christos 	$(OPENSSL_CFLAGS)
    541  1.1.1.7  christos 
    542  1.1.1.7  christos dnssec_keygen_LDADD = \
    543  1.1.1.7  christos 	$(LDADD)		\
    544  1.1.1.9  christos 	$(OPENSSL_LIBS)
    545  1.1.1.9  christos 
    546  1.1.1.9  christos dnssec_signzone_CPPFLAGS = \
    547  1.1.1.9  christos 	$(AM_CPPFLAGS)		\
    548  1.1.1.9  christos 	$(OPENSSL_CFLAGS)
    549  1.1.1.9  christos 
    550  1.1.1.9  christos dnssec_signzone_LDADD = \
    551  1.1.1.9  christos 	$(LDADD)		\
    552  1.1.1.9  christos 	$(OPENSSL_LIBS)
    553  1.1.1.7  christos 
    554  1.1.1.9  christos all: $(BUILT_SOURCES)
    555  1.1.1.9  christos 	$(MAKE) $(AM_MAKEFLAGS) all-am
    556  1.1.1.7  christos 
    557  1.1.1.7  christos .SUFFIXES:
    558  1.1.1.7  christos .SUFFIXES: .c .lo .o .obj
    559  1.1.1.7  christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(am__configure_deps)
    560  1.1.1.7  christos 	@for dep in $?; do \
    561  1.1.1.7  christos 	  case '$(am__configure_deps)' in \
    562  1.1.1.7  christos 	    *$$dep*) \
    563  1.1.1.7  christos 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    564  1.1.1.7  christos 	        && { if test -f $@; then exit 0; else break; fi; }; \
    565  1.1.1.7  christos 	      exit 1;; \
    566  1.1.1.7  christos 	  esac; \
    567  1.1.1.7  christos 	done; \
    568  1.1.1.7  christos 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/dnssec/Makefile'; \
    569  1.1.1.7  christos 	$(am__cd) $(top_srcdir) && \
    570  1.1.1.7  christos 	  $(AUTOMAKE) --foreign bin/dnssec/Makefile
    571  1.1.1.7  christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    572  1.1.1.7  christos 	@case '$?' in \
    573  1.1.1.7  christos 	  *config.status*) \
    574  1.1.1.7  christos 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    575  1.1.1.7  christos 	  *) \
    576  1.1.1.7  christos 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    577  1.1.1.7  christos 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    578  1.1.1.7  christos 	esac;
    579  1.1.1.7  christos $(top_srcdir)/Makefile.top $(am__empty):
    580  1.1.1.7  christos 
    581  1.1.1.7  christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    582  1.1.1.7  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    583  1.1.1.7  christos 
    584  1.1.1.7  christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    585  1.1.1.7  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    586  1.1.1.7  christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    587  1.1.1.7  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    588  1.1.1.7  christos $(am__aclocal_m4_deps):
    589  1.1.1.7  christos install-binPROGRAMS: $(bin_PROGRAMS)
    590  1.1.1.7  christos 	@$(NORMAL_INSTALL)
    591  1.1.1.7  christos 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    592  1.1.1.7  christos 	if test -n "$$list"; then \
    593  1.1.1.7  christos 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    594  1.1.1.7  christos 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    595  1.1.1.7  christos 	fi; \
    596  1.1.1.7  christos 	for p in $$list; do echo "$$p $$p"; done | \
    597  1.1.1.7  christos 	sed 's/$(EXEEXT)$$//' | \
    598  1.1.1.7  christos 	while read p p1; do if test -f $$p \
    599  1.1.1.7  christos 	 || test -f $$p1 \
    600  1.1.1.7  christos 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
    601  1.1.1.7  christos 	done | \
    602  1.1.1.7  christos 	sed -e 'p;s,.*/,,;n;h' \
    603  1.1.1.7  christos 	    -e 's|.*|.|' \
    604  1.1.1.7  christos 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    605  1.1.1.7  christos 	sed 'N;N;N;s,\n, ,g' | \
    606  1.1.1.7  christos 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    607  1.1.1.7  christos 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    608  1.1.1.7  christos 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    609  1.1.1.7  christos 	    else { print "f", $$3 "/" $$4, $$1; } } \
    610  1.1.1.7  christos 	  END { for (d in files) print "f", d, files[d] }' | \
    611  1.1.1.7  christos 	while read type dir files; do \
    612  1.1.1.7  christos 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    613  1.1.1.7  christos 	    test -z "$$files" || { \
    614  1.1.1.7  christos 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    615  1.1.1.7  christos 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    616  1.1.1.7  christos 	    } \
    617  1.1.1.7  christos 	; done
    618  1.1.1.7  christos 
    619  1.1.1.7  christos uninstall-binPROGRAMS:
    620  1.1.1.7  christos 	@$(NORMAL_UNINSTALL)
    621  1.1.1.7  christos 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    622  1.1.1.7  christos 	files=`for p in $$list; do echo "$$p"; done | \
    623  1.1.1.7  christos 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    624  1.1.1.7  christos 	      -e 's/$$/$(EXEEXT)/' \
    625  1.1.1.7  christos 	`; \
    626  1.1.1.7  christos 	test -n "$$list" || exit 0; \
    627  1.1.1.7  christos 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    628  1.1.1.7  christos 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    629  1.1.1.7  christos 
    630  1.1.1.7  christos clean-binPROGRAMS:
    631  1.1.1.7  christos 	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    632  1.1.1.7  christos 	echo " rm -f" $$list; \
    633  1.1.1.7  christos 	rm -f $$list || exit $$?; \
    634  1.1.1.7  christos 	test -n "$(EXEEXT)" || exit 0; \
    635  1.1.1.7  christos 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    636  1.1.1.7  christos 	echo " rm -f" $$list; \
    637  1.1.1.7  christos 	rm -f $$list
    638  1.1.1.7  christos 
    639  1.1.1.7  christos clean-noinstLTLIBRARIES:
    640  1.1.1.7  christos 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    641  1.1.1.7  christos 	@list='$(noinst_LTLIBRARIES)'; \
    642  1.1.1.7  christos 	locs=`for p in $$list; do echo $$p; done | \
    643  1.1.1.7  christos 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    644  1.1.1.7  christos 	      sort -u`; \
    645  1.1.1.7  christos 	test -z "$$locs" || { \
    646  1.1.1.7  christos 	  echo rm -f $${locs}; \
    647  1.1.1.7  christos 	  rm -f $${locs}; \
    648  1.1.1.7  christos 	}
    649  1.1.1.7  christos 
    650  1.1.1.7  christos libdnssectool.la: $(libdnssectool_la_OBJECTS) $(libdnssectool_la_DEPENDENCIES) $(EXTRA_libdnssectool_la_DEPENDENCIES) 
    651  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK)  $(libdnssectool_la_OBJECTS) $(libdnssectool_la_LIBADD) $(LIBS)
    652  1.1.1.7  christos 
    653  1.1.1.7  christos dnssec-cds$(EXEEXT): $(dnssec_cds_OBJECTS) $(dnssec_cds_DEPENDENCIES) $(EXTRA_dnssec_cds_DEPENDENCIES) 
    654  1.1.1.7  christos 	@rm -f dnssec-cds$(EXEEXT)
    655  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_cds_OBJECTS) $(dnssec_cds_LDADD) $(LIBS)
    656  1.1.1.7  christos 
    657  1.1.1.7  christos dnssec-dsfromkey$(EXEEXT): $(dnssec_dsfromkey_OBJECTS) $(dnssec_dsfromkey_DEPENDENCIES) $(EXTRA_dnssec_dsfromkey_DEPENDENCIES) 
    658  1.1.1.7  christos 	@rm -f dnssec-dsfromkey$(EXEEXT)
    659  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_dsfromkey_OBJECTS) $(dnssec_dsfromkey_LDADD) $(LIBS)
    660  1.1.1.7  christos 
    661  1.1.1.7  christos dnssec-importkey$(EXEEXT): $(dnssec_importkey_OBJECTS) $(dnssec_importkey_DEPENDENCIES) $(EXTRA_dnssec_importkey_DEPENDENCIES) 
    662  1.1.1.7  christos 	@rm -f dnssec-importkey$(EXEEXT)
    663  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_importkey_OBJECTS) $(dnssec_importkey_LDADD) $(LIBS)
    664  1.1.1.7  christos 
    665  1.1.1.7  christos dnssec-keyfromlabel$(EXEEXT): $(dnssec_keyfromlabel_OBJECTS) $(dnssec_keyfromlabel_DEPENDENCIES) $(EXTRA_dnssec_keyfromlabel_DEPENDENCIES) 
    666  1.1.1.7  christos 	@rm -f dnssec-keyfromlabel$(EXEEXT)
    667  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_keyfromlabel_OBJECTS) $(dnssec_keyfromlabel_LDADD) $(LIBS)
    668  1.1.1.7  christos 
    669  1.1.1.7  christos dnssec-keygen$(EXEEXT): $(dnssec_keygen_OBJECTS) $(dnssec_keygen_DEPENDENCIES) $(EXTRA_dnssec_keygen_DEPENDENCIES) 
    670  1.1.1.7  christos 	@rm -f dnssec-keygen$(EXEEXT)
    671  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_keygen_OBJECTS) $(dnssec_keygen_LDADD) $(LIBS)
    672  1.1.1.7  christos 
    673  1.1.1.9  christos dnssec-ksr$(EXEEXT): $(dnssec_ksr_OBJECTS) $(dnssec_ksr_DEPENDENCIES) $(EXTRA_dnssec_ksr_DEPENDENCIES) 
    674  1.1.1.9  christos 	@rm -f dnssec-ksr$(EXEEXT)
    675  1.1.1.9  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_ksr_OBJECTS) $(dnssec_ksr_LDADD) $(LIBS)
    676  1.1.1.9  christos 
    677  1.1.1.7  christos dnssec-revoke$(EXEEXT): $(dnssec_revoke_OBJECTS) $(dnssec_revoke_DEPENDENCIES) $(EXTRA_dnssec_revoke_DEPENDENCIES) 
    678  1.1.1.7  christos 	@rm -f dnssec-revoke$(EXEEXT)
    679  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_revoke_OBJECTS) $(dnssec_revoke_LDADD) $(LIBS)
    680  1.1.1.7  christos 
    681  1.1.1.7  christos dnssec-settime$(EXEEXT): $(dnssec_settime_OBJECTS) $(dnssec_settime_DEPENDENCIES) $(EXTRA_dnssec_settime_DEPENDENCIES) 
    682  1.1.1.7  christos 	@rm -f dnssec-settime$(EXEEXT)
    683  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_settime_OBJECTS) $(dnssec_settime_LDADD) $(LIBS)
    684  1.1.1.7  christos 
    685  1.1.1.7  christos dnssec-signzone$(EXEEXT): $(dnssec_signzone_OBJECTS) $(dnssec_signzone_DEPENDENCIES) $(EXTRA_dnssec_signzone_DEPENDENCIES) 
    686  1.1.1.7  christos 	@rm -f dnssec-signzone$(EXEEXT)
    687  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_signzone_OBJECTS) $(dnssec_signzone_LDADD) $(LIBS)
    688  1.1.1.7  christos 
    689  1.1.1.7  christos dnssec-verify$(EXEEXT): $(dnssec_verify_OBJECTS) $(dnssec_verify_DEPENDENCIES) $(EXTRA_dnssec_verify_DEPENDENCIES) 
    690  1.1.1.7  christos 	@rm -f dnssec-verify$(EXEEXT)
    691  1.1.1.7  christos 	$(AM_V_CCLD)$(LINK) $(dnssec_verify_OBJECTS) $(dnssec_verify_LDADD) $(LIBS)
    692  1.1.1.7  christos 
    693  1.1.1.7  christos mostlyclean-compile:
    694  1.1.1.7  christos 	-rm -f *.$(OBJEXT)
    695  1.1.1.7  christos 
    696  1.1.1.7  christos distclean-compile:
    697  1.1.1.7  christos 	-rm -f *.tab.c
    698  1.1.1.7  christos 
    699  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-cds.Po@am__quote@ # am--include-marker
    700  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-dsfromkey.Po@am__quote@ # am--include-marker
    701  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-importkey.Po@am__quote@ # am--include-marker
    702  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-keyfromlabel.Po@am__quote@ # am--include-marker
    703  1.1.1.9  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-ksr.Po@am__quote@ # am--include-marker
    704  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-revoke.Po@am__quote@ # am--include-marker
    705  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-settime.Po@am__quote@ # am--include-marker
    706  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec-verify.Po@am__quote@ # am--include-marker
    707  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec_keygen-dnssec-keygen.Po@am__quote@ # am--include-marker
    708  1.1.1.9  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec_signzone-dnssec-signzone.Po@am__quote@ # am--include-marker
    709  1.1.1.7  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssectool.Plo@am__quote@ # am--include-marker
    710  1.1.1.7  christos 
    711  1.1.1.7  christos $(am__depfiles_remade):
    712  1.1.1.7  christos 	@$(MKDIR_P) $(@D)
    713  1.1.1.7  christos 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    714  1.1.1.7  christos 
    715  1.1.1.7  christos am--depfiles: $(am__depfiles_remade)
    716  1.1.1.7  christos 
    717  1.1.1.7  christos .c.o:
    718  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    719  1.1.1.7  christos @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    720  1.1.1.7  christos @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    721  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    722  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    723  1.1.1.7  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    724  1.1.1.7  christos 
    725  1.1.1.7  christos .c.obj:
    726  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    727  1.1.1.7  christos @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    728  1.1.1.7  christos @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    729  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    730  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    731  1.1.1.7  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    732  1.1.1.7  christos 
    733  1.1.1.7  christos .c.lo:
    734  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    735  1.1.1.7  christos @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    736  1.1.1.7  christos @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    737  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    738  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    739  1.1.1.7  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    740  1.1.1.7  christos 
    741  1.1.1.7  christos dnssec_keygen-dnssec-keygen.o: dnssec-keygen.c
    742  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_keygen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnssec_keygen-dnssec-keygen.o -MD -MP -MF $(DEPDIR)/dnssec_keygen-dnssec-keygen.Tpo -c -o dnssec_keygen-dnssec-keygen.o `test -f 'dnssec-keygen.c' || echo '$(srcdir)/'`dnssec-keygen.c
    743  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnssec_keygen-dnssec-keygen.Tpo $(DEPDIR)/dnssec_keygen-dnssec-keygen.Po
    744  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnssec-keygen.c' object='dnssec_keygen-dnssec-keygen.o' libtool=no @AMDEPBACKSLASH@
    745  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    746  1.1.1.7  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_keygen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnssec_keygen-dnssec-keygen.o `test -f 'dnssec-keygen.c' || echo '$(srcdir)/'`dnssec-keygen.c
    747  1.1.1.7  christos 
    748  1.1.1.7  christos dnssec_keygen-dnssec-keygen.obj: dnssec-keygen.c
    749  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_keygen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnssec_keygen-dnssec-keygen.obj -MD -MP -MF $(DEPDIR)/dnssec_keygen-dnssec-keygen.Tpo -c -o dnssec_keygen-dnssec-keygen.obj `if test -f 'dnssec-keygen.c'; then $(CYGPATH_W) 'dnssec-keygen.c'; else $(CYGPATH_W) '$(srcdir)/dnssec-keygen.c'; fi`
    750  1.1.1.7  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnssec_keygen-dnssec-keygen.Tpo $(DEPDIR)/dnssec_keygen-dnssec-keygen.Po
    751  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnssec-keygen.c' object='dnssec_keygen-dnssec-keygen.obj' libtool=no @AMDEPBACKSLASH@
    752  1.1.1.7  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    753  1.1.1.7  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_keygen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnssec_keygen-dnssec-keygen.obj `if test -f 'dnssec-keygen.c'; then $(CYGPATH_W) 'dnssec-keygen.c'; else $(CYGPATH_W) '$(srcdir)/dnssec-keygen.c'; fi`
    754  1.1.1.7  christos 
    755  1.1.1.9  christos dnssec_signzone-dnssec-signzone.o: dnssec-signzone.c
    756  1.1.1.9  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_signzone_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnssec_signzone-dnssec-signzone.o -MD -MP -MF $(DEPDIR)/dnssec_signzone-dnssec-signzone.Tpo -c -o dnssec_signzone-dnssec-signzone.o `test -f 'dnssec-signzone.c' || echo '$(srcdir)/'`dnssec-signzone.c
    757  1.1.1.9  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnssec_signzone-dnssec-signzone.Tpo $(DEPDIR)/dnssec_signzone-dnssec-signzone.Po
    758  1.1.1.9  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnssec-signzone.c' object='dnssec_signzone-dnssec-signzone.o' libtool=no @AMDEPBACKSLASH@
    759  1.1.1.9  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    760  1.1.1.9  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_signzone_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnssec_signzone-dnssec-signzone.o `test -f 'dnssec-signzone.c' || echo '$(srcdir)/'`dnssec-signzone.c
    761  1.1.1.9  christos 
    762  1.1.1.9  christos dnssec_signzone-dnssec-signzone.obj: dnssec-signzone.c
    763  1.1.1.9  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_signzone_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnssec_signzone-dnssec-signzone.obj -MD -MP -MF $(DEPDIR)/dnssec_signzone-dnssec-signzone.Tpo -c -o dnssec_signzone-dnssec-signzone.obj `if test -f 'dnssec-signzone.c'; then $(CYGPATH_W) 'dnssec-signzone.c'; else $(CYGPATH_W) '$(srcdir)/dnssec-signzone.c'; fi`
    764  1.1.1.9  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnssec_signzone-dnssec-signzone.Tpo $(DEPDIR)/dnssec_signzone-dnssec-signzone.Po
    765  1.1.1.9  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnssec-signzone.c' object='dnssec_signzone-dnssec-signzone.obj' libtool=no @AMDEPBACKSLASH@
    766  1.1.1.9  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    767  1.1.1.9  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnssec_signzone_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnssec_signzone-dnssec-signzone.obj `if test -f 'dnssec-signzone.c'; then $(CYGPATH_W) 'dnssec-signzone.c'; else $(CYGPATH_W) '$(srcdir)/dnssec-signzone.c'; fi`
    768  1.1.1.9  christos 
    769  1.1.1.7  christos mostlyclean-libtool:
    770  1.1.1.7  christos 	-rm -f *.lo
    771  1.1.1.7  christos 
    772  1.1.1.7  christos clean-libtool:
    773  1.1.1.7  christos 	-rm -rf .libs _libs
    774  1.1.1.7  christos test-local: 
    775  1.1.1.7  christos unit-local: 
    776  1.1.1.7  christos doc-local: 
    777  1.1.1.7  christos 
    778  1.1.1.7  christos ID: $(am__tagged_files)
    779  1.1.1.7  christos 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    780  1.1.1.7  christos tags: tags-am
    781  1.1.1.7  christos TAGS: tags
    782  1.1.1.7  christos 
    783  1.1.1.7  christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    784  1.1.1.7  christos 	set x; \
    785  1.1.1.7  christos 	here=`pwd`; \
    786  1.1.1.7  christos 	$(am__define_uniq_tagged_files); \
    787  1.1.1.7  christos 	shift; \
    788  1.1.1.7  christos 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    789  1.1.1.7  christos 	  test -n "$$unique" || unique=$$empty_fix; \
    790  1.1.1.7  christos 	  if test $$# -gt 0; then \
    791  1.1.1.7  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    792  1.1.1.7  christos 	      "$$@" $$unique; \
    793  1.1.1.7  christos 	  else \
    794  1.1.1.7  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    795  1.1.1.7  christos 	      $$unique; \
    796  1.1.1.7  christos 	  fi; \
    797  1.1.1.7  christos 	fi
    798  1.1.1.7  christos ctags: ctags-am
    799  1.1.1.7  christos 
    800  1.1.1.7  christos CTAGS: ctags
    801  1.1.1.7  christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    802  1.1.1.7  christos 	$(am__define_uniq_tagged_files); \
    803  1.1.1.7  christos 	test -z "$(CTAGS_ARGS)$$unique" \
    804  1.1.1.7  christos 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    805  1.1.1.7  christos 	     $$unique
    806  1.1.1.7  christos 
    807  1.1.1.7  christos GTAGS:
    808  1.1.1.7  christos 	here=`$(am__cd) $(top_builddir) && pwd` \
    809  1.1.1.7  christos 	  && $(am__cd) $(top_srcdir) \
    810  1.1.1.7  christos 	  && gtags -i $(GTAGS_ARGS) "$$here"
    811  1.1.1.7  christos cscopelist: cscopelist-am
    812  1.1.1.7  christos 
    813  1.1.1.7  christos cscopelist-am: $(am__tagged_files)
    814  1.1.1.7  christos 	list='$(am__tagged_files)'; \
    815  1.1.1.7  christos 	case "$(srcdir)" in \
    816  1.1.1.7  christos 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    817  1.1.1.7  christos 	  *) sdir=$(subdir)/$(srcdir) ;; \
    818  1.1.1.7  christos 	esac; \
    819  1.1.1.7  christos 	for i in $$list; do \
    820  1.1.1.7  christos 	  if test -f "$$i"; then \
    821  1.1.1.7  christos 	    echo "$(subdir)/$$i"; \
    822  1.1.1.7  christos 	  else \
    823  1.1.1.7  christos 	    echo "$$sdir/$$i"; \
    824  1.1.1.7  christos 	  fi; \
    825  1.1.1.7  christos 	done >> $(top_builddir)/cscope.files
    826  1.1.1.7  christos 
    827  1.1.1.7  christos distclean-tags:
    828  1.1.1.7  christos 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    829  1.1.1.7  christos distdir: $(BUILT_SOURCES)
    830  1.1.1.7  christos 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    831  1.1.1.7  christos 
    832  1.1.1.7  christos distdir-am: $(DISTFILES)
    833  1.1.1.7  christos 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    834  1.1.1.7  christos 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    835  1.1.1.7  christos 	list='$(DISTFILES)'; \
    836  1.1.1.7  christos 	  dist_files=`for file in $$list; do echo $$file; done | \
    837  1.1.1.7  christos 	  sed -e "s|^$$srcdirstrip/||;t" \
    838  1.1.1.7  christos 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    839  1.1.1.7  christos 	case $$dist_files in \
    840  1.1.1.7  christos 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    841  1.1.1.7  christos 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    842  1.1.1.7  christos 			   sort -u` ;; \
    843  1.1.1.7  christos 	esac; \
    844  1.1.1.7  christos 	for file in $$dist_files; do \
    845  1.1.1.7  christos 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    846  1.1.1.7  christos 	  if test -d $$d/$$file; then \
    847  1.1.1.7  christos 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    848  1.1.1.7  christos 	    if test -d "$(distdir)/$$file"; then \
    849  1.1.1.7  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    850  1.1.1.7  christos 	    fi; \
    851  1.1.1.7  christos 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    852  1.1.1.7  christos 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    853  1.1.1.7  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    854  1.1.1.7  christos 	    fi; \
    855  1.1.1.7  christos 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    856  1.1.1.7  christos 	  else \
    857  1.1.1.7  christos 	    test -f "$(distdir)/$$file" \
    858  1.1.1.7  christos 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    859  1.1.1.7  christos 	    || exit 1; \
    860  1.1.1.7  christos 	  fi; \
    861  1.1.1.7  christos 	done
    862  1.1.1.7  christos check-am: all-am
    863  1.1.1.9  christos check: $(BUILT_SOURCES)
    864  1.1.1.9  christos 	$(MAKE) $(AM_MAKEFLAGS) check-am
    865  1.1.1.7  christos all-am: Makefile $(PROGRAMS) $(LTLIBRARIES)
    866  1.1.1.7  christos installdirs:
    867  1.1.1.7  christos 	for dir in "$(DESTDIR)$(bindir)"; do \
    868  1.1.1.7  christos 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    869  1.1.1.7  christos 	done
    870  1.1.1.9  christos install: $(BUILT_SOURCES)
    871  1.1.1.9  christos 	$(MAKE) $(AM_MAKEFLAGS) install-am
    872  1.1.1.9  christos install-exec: $(BUILT_SOURCES)
    873  1.1.1.9  christos 	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
    874  1.1.1.7  christos install-data: install-data-am
    875  1.1.1.7  christos uninstall: uninstall-am
    876      1.1  christos 
    877  1.1.1.7  christos install-am: all-am
    878  1.1.1.7  christos 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    879      1.1  christos 
    880  1.1.1.7  christos installcheck: installcheck-am
    881  1.1.1.7  christos install-strip:
    882  1.1.1.7  christos 	if test -z '$(STRIP)'; then \
    883  1.1.1.7  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    884  1.1.1.7  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    885  1.1.1.7  christos 	      install; \
    886  1.1.1.7  christos 	else \
    887  1.1.1.7  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    888  1.1.1.7  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    889  1.1.1.7  christos 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    890  1.1.1.7  christos 	fi
    891  1.1.1.7  christos mostlyclean-generic:
    892      1.1  christos 
    893  1.1.1.7  christos clean-generic:
    894  1.1.1.9  christos 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    895      1.1  christos 
    896  1.1.1.7  christos distclean-generic:
    897  1.1.1.7  christos 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    898  1.1.1.7  christos 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    899      1.1  christos 
    900  1.1.1.7  christos maintainer-clean-generic:
    901  1.1.1.7  christos 	@echo "This command is intended for maintainers to use"
    902  1.1.1.7  christos 	@echo "it deletes files that may require special tools to rebuild."
    903  1.1.1.9  christos 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    904  1.1.1.7  christos clean: clean-am
    905      1.1  christos 
    906  1.1.1.7  christos clean-am: clean-binPROGRAMS clean-generic clean-libtool \
    907  1.1.1.7  christos 	clean-noinstLTLIBRARIES mostlyclean-am
    908      1.1  christos 
    909  1.1.1.7  christos distclean: distclean-am
    910  1.1.1.7  christos 		-rm -f ./$(DEPDIR)/dnssec-cds.Po
    911  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-dsfromkey.Po
    912  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-importkey.Po
    913  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-keyfromlabel.Po
    914  1.1.1.9  christos 	-rm -f ./$(DEPDIR)/dnssec-ksr.Po
    915  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-revoke.Po
    916  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-settime.Po
    917  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-verify.Po
    918  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec_keygen-dnssec-keygen.Po
    919  1.1.1.9  christos 	-rm -f ./$(DEPDIR)/dnssec_signzone-dnssec-signzone.Po
    920  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssectool.Plo
    921  1.1.1.7  christos 	-rm -f Makefile
    922  1.1.1.7  christos distclean-am: clean-am distclean-compile distclean-generic \
    923  1.1.1.7  christos 	distclean-tags
    924      1.1  christos 
    925  1.1.1.7  christos doc: doc-am
    926      1.1  christos 
    927  1.1.1.7  christos doc-am: doc-local
    928      1.1  christos 
    929  1.1.1.7  christos dvi: dvi-am
    930      1.1  christos 
    931  1.1.1.7  christos dvi-am:
    932      1.1  christos 
    933  1.1.1.7  christos html: html-am
    934      1.1  christos 
    935  1.1.1.7  christos html-am:
    936      1.1  christos 
    937  1.1.1.7  christos info: info-am
    938      1.1  christos 
    939  1.1.1.7  christos info-am:
    940      1.1  christos 
    941  1.1.1.7  christos install-data-am:
    942      1.1  christos 
    943  1.1.1.7  christos install-dvi: install-dvi-am
    944      1.1  christos 
    945  1.1.1.7  christos install-dvi-am:
    946      1.1  christos 
    947  1.1.1.7  christos install-exec-am: install-binPROGRAMS
    948      1.1  christos 
    949  1.1.1.7  christos install-html: install-html-am
    950      1.1  christos 
    951  1.1.1.7  christos install-html-am:
    952      1.1  christos 
    953  1.1.1.7  christos install-info: install-info-am
    954      1.1  christos 
    955  1.1.1.7  christos install-info-am:
    956      1.1  christos 
    957  1.1.1.7  christos install-man:
    958  1.1.1.7  christos 
    959  1.1.1.7  christos install-pdf: install-pdf-am
    960  1.1.1.7  christos 
    961  1.1.1.7  christos install-pdf-am:
    962  1.1.1.7  christos 
    963  1.1.1.7  christos install-ps: install-ps-am
    964  1.1.1.7  christos 
    965  1.1.1.7  christos install-ps-am:
    966  1.1.1.7  christos 
    967  1.1.1.7  christos installcheck-am:
    968  1.1.1.7  christos 
    969  1.1.1.7  christos maintainer-clean: maintainer-clean-am
    970  1.1.1.7  christos 		-rm -f ./$(DEPDIR)/dnssec-cds.Po
    971  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-dsfromkey.Po
    972  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-importkey.Po
    973  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-keyfromlabel.Po
    974  1.1.1.9  christos 	-rm -f ./$(DEPDIR)/dnssec-ksr.Po
    975  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-revoke.Po
    976  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-settime.Po
    977  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec-verify.Po
    978  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssec_keygen-dnssec-keygen.Po
    979  1.1.1.9  christos 	-rm -f ./$(DEPDIR)/dnssec_signzone-dnssec-signzone.Po
    980  1.1.1.7  christos 	-rm -f ./$(DEPDIR)/dnssectool.Plo
    981  1.1.1.7  christos 	-rm -f Makefile
    982  1.1.1.7  christos maintainer-clean-am: distclean-am maintainer-clean-generic
    983  1.1.1.7  christos 
    984  1.1.1.7  christos mostlyclean: mostlyclean-am
    985  1.1.1.7  christos 
    986  1.1.1.7  christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    987  1.1.1.7  christos 	mostlyclean-libtool
    988  1.1.1.7  christos 
    989  1.1.1.7  christos pdf: pdf-am
    990  1.1.1.7  christos 
    991  1.1.1.7  christos pdf-am:
    992  1.1.1.7  christos 
    993  1.1.1.7  christos ps: ps-am
    994  1.1.1.7  christos 
    995  1.1.1.7  christos ps-am:
    996  1.1.1.7  christos 
    997  1.1.1.7  christos test: test-am
    998  1.1.1.7  christos 
    999  1.1.1.7  christos test-am: test-local
   1000  1.1.1.7  christos 
   1001  1.1.1.7  christos uninstall-am: uninstall-binPROGRAMS
   1002  1.1.1.7  christos 
   1003  1.1.1.7  christos unit: unit-am
   1004  1.1.1.7  christos 
   1005  1.1.1.7  christos unit-am: unit-local
   1006  1.1.1.7  christos 
   1007  1.1.1.9  christos .MAKE: all check install install-am install-exec install-strip
   1008  1.1.1.7  christos 
   1009  1.1.1.7  christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
   1010  1.1.1.7  christos 	clean-binPROGRAMS clean-generic clean-libtool \
   1011  1.1.1.7  christos 	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
   1012  1.1.1.7  christos 	distclean-compile distclean-generic distclean-libtool \
   1013  1.1.1.7  christos 	distclean-tags distdir doc-am doc-local dvi dvi-am html \
   1014  1.1.1.7  christos 	html-am info info-am install install-am install-binPROGRAMS \
   1015  1.1.1.7  christos 	install-data install-data-am install-dvi install-dvi-am \
   1016  1.1.1.7  christos 	install-exec install-exec-am install-html install-html-am \
   1017  1.1.1.7  christos 	install-info install-info-am install-man install-pdf \
   1018  1.1.1.7  christos 	install-pdf-am install-ps install-ps-am install-strip \
   1019  1.1.1.7  christos 	installcheck installcheck-am installdirs maintainer-clean \
   1020  1.1.1.7  christos 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   1021  1.1.1.7  christos 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   1022  1.1.1.7  christos 	tags tags-am test-am test-local uninstall uninstall-am \
   1023  1.1.1.7  christos 	uninstall-binPROGRAMS unit-am unit-local
   1024      1.1  christos 
   1025  1.1.1.7  christos .PRECIOUS: Makefile
   1026      1.1  christos 
   1027      1.1  christos 
   1028  1.1.1.7  christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1029  1.1.1.7  christos # Otherwise a system limit (for SysV at least) may be exceeded.
   1030  1.1.1.7  christos .NOEXPORT:
   1031