xref: /freebsd/contrib/ntp/sntp/libopts/Makefile.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am.
2ea906c41SOllivier Robert# @configure_input@
3ea906c41SOllivier Robert
4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5276da39aSCy Schubert
6ea906c41SOllivier Robert# This Makefile.in is free software; the Free Software Foundation
7ea906c41SOllivier Robert# gives unlimited permission to copy and/or distribute it,
8ea906c41SOllivier Robert# with or without modifications, as long as this notice is preserved.
9ea906c41SOllivier Robert
10ea906c41SOllivier Robert# This program is distributed in the hope that it will be useful,
11ea906c41SOllivier Robert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12ea906c41SOllivier Robert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13ea906c41SOllivier Robert# PARTICULAR PURPOSE.
14ea906c41SOllivier Robert
15ea906c41SOllivier Robert@SET_MAKE@
16ea906c41SOllivier Robert
17ea906c41SOllivier RobertVPATH = @srcdir@
18276da39aSCy Schubertam__is_gnu_make = { \
19276da39aSCy Schubert  if test -z '$(MAKELEVEL)'; then \
20276da39aSCy Schubert    false; \
21276da39aSCy Schubert  elif test -n '$(MAKE_HOST)'; then \
22276da39aSCy Schubert    true; \
23276da39aSCy Schubert  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24276da39aSCy Schubert    true; \
25276da39aSCy Schubert  else \
26276da39aSCy Schubert    false; \
27276da39aSCy Schubert  fi; \
28276da39aSCy Schubert}
29276da39aSCy Schubertam__make_running_with_option = \
30276da39aSCy Schubert  case $${target_option-} in \
31276da39aSCy Schubert      ?) ;; \
32276da39aSCy Schubert      *) echo "am__make_running_with_option: internal error: invalid" \
33276da39aSCy Schubert              "target option '$${target_option-}' specified" >&2; \
34276da39aSCy Schubert         exit 1;; \
35276da39aSCy Schubert  esac; \
36276da39aSCy Schubert  has_opt=no; \
37276da39aSCy Schubert  sane_makeflags=$$MAKEFLAGS; \
38276da39aSCy Schubert  if $(am__is_gnu_make); then \
39276da39aSCy Schubert    sane_makeflags=$$MFLAGS; \
40276da39aSCy Schubert  else \
41276da39aSCy Schubert    case $$MAKEFLAGS in \
42276da39aSCy Schubert      *\\[\ \	]*) \
43276da39aSCy Schubert        bs=\\; \
44276da39aSCy Schubert        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45276da39aSCy Schubert          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46276da39aSCy Schubert    esac; \
47276da39aSCy Schubert  fi; \
48276da39aSCy Schubert  skip_next=no; \
49276da39aSCy Schubert  strip_trailopt () \
50276da39aSCy Schubert  { \
51276da39aSCy Schubert    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52276da39aSCy Schubert  }; \
53276da39aSCy Schubert  for flg in $$sane_makeflags; do \
54276da39aSCy Schubert    test $$skip_next = yes && { skip_next=no; continue; }; \
55276da39aSCy Schubert    case $$flg in \
56276da39aSCy Schubert      *=*|--*) continue;; \
57276da39aSCy Schubert        -*I) strip_trailopt 'I'; skip_next=yes;; \
58276da39aSCy Schubert      -*I?*) strip_trailopt 'I';; \
59276da39aSCy Schubert        -*O) strip_trailopt 'O'; skip_next=yes;; \
60276da39aSCy Schubert      -*O?*) strip_trailopt 'O';; \
61276da39aSCy Schubert        -*l) strip_trailopt 'l'; skip_next=yes;; \
62276da39aSCy Schubert      -*l?*) strip_trailopt 'l';; \
63276da39aSCy Schubert      -[dEDm]) skip_next=yes;; \
64276da39aSCy Schubert      -[JT]) skip_next=yes;; \
65276da39aSCy Schubert    esac; \
66276da39aSCy Schubert    case $$flg in \
67276da39aSCy Schubert      *$$target_option*) has_opt=yes; break;; \
68276da39aSCy Schubert    esac; \
69276da39aSCy Schubert  done; \
70276da39aSCy Schubert  test $$has_opt = yes
71276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option))
72276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73ea906c41SOllivier Robertpkgdatadir = $(datadir)/@PACKAGE@
74ea906c41SOllivier Robertpkgincludedir = $(includedir)/@PACKAGE@
75eb6d21b4SOllivier Robertpkglibdir = $(libdir)/@PACKAGE@
76eb6d21b4SOllivier Robertpkglibexecdir = $(libexecdir)/@PACKAGE@
77ea906c41SOllivier Robertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78ea906c41SOllivier Robertinstall_sh_DATA = $(install_sh) -c -m 644
79ea906c41SOllivier Robertinstall_sh_PROGRAM = $(install_sh) -c
80ea906c41SOllivier Robertinstall_sh_SCRIPT = $(install_sh) -c
81ea906c41SOllivier RobertINSTALL_HEADER = $(INSTALL_DATA)
82ea906c41SOllivier Roberttransform = $(program_transform_name)
83ea906c41SOllivier RobertNORMAL_INSTALL = :
84ea906c41SOllivier RobertPRE_INSTALL = :
85ea906c41SOllivier RobertPOST_INSTALL = :
86ea906c41SOllivier RobertNORMAL_UNINSTALL = :
87ea906c41SOllivier RobertPRE_UNINSTALL = :
88ea906c41SOllivier RobertPOST_UNINSTALL = :
89ea906c41SOllivier Robertbuild_triplet = @build@
90ea906c41SOllivier Roberthost_triplet = @host@
91ea906c41SOllivier Robertsubdir = libopts
92ea906c41SOllivier RobertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93ea906c41SOllivier Robertam__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
942b15cb3dSCy Schubert	$(top_srcdir)/libopts/m4/stdnoreturn.m4 \
952b15cb3dSCy Schubert	$(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
962b15cb3dSCy Schubert	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
972b15cb3dSCy Schubert	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
982b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_cacheversion.m4 \
992b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_compiler.m4 \
1002b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_crosscompile.m4 \
101*f5f40dd6SCy Schubert	$(top_srcdir)/m4/ntp_crypto_rand.m4 \
1022b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \
1032b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_facilitynames.m4 \
104f0574f5cSXin LI	$(top_srcdir)/m4/ntp_harden.m4 $(top_srcdir)/m4/ntp_ipv6.m4 \
105f0574f5cSXin LI	$(top_srcdir)/m4/ntp_lib_m.m4 $(top_srcdir)/m4/ntp_libevent.m4 \
1062b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_libntp.m4 \
1072b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
1082b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_locinfo.m4 \
1092b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_openssl.m4 \
1102b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_pkg_config.m4 \
1112b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \
1122b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_sysexits.m4 \
113276da39aSCy Schubert	$(top_srcdir)/m4/ntp_unitytest.m4 \
1142b15cb3dSCy Schubert	$(top_srcdir)/m4/ntp_ver_suffix.m4 \
115a25439b6SCy Schubert	$(top_srcdir)/m4/openldap-thread-check.m4 \
116a25439b6SCy Schubert	$(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \
117e27abb66SXin LI	$(top_srcdir)/m4/snprintf.m4 \
118e27abb66SXin LI	$(top_srcdir)/m4/sntp_problemtests.m4 \
119e27abb66SXin LI	$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
120ea906c41SOllivier Robertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121ea906c41SOllivier Robert	$(ACLOCAL_M4)
122276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
123ea906c41SOllivier Robertmkinstalldirs = $(install_sh) -d
124ea906c41SOllivier RobertCONFIG_HEADER = $(top_builddir)/config.h
125ea906c41SOllivier RobertCONFIG_CLEAN_FILES =
126eb6d21b4SOllivier RobertCONFIG_CLEAN_VPATH_FILES =
127ea906c41SOllivier Robertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128ea906c41SOllivier Robertam__vpath_adj = case $$p in \
129ea906c41SOllivier Robert    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130ea906c41SOllivier Robert    *) f=$$p;; \
131ea906c41SOllivier Robert  esac;
132eb6d21b4SOllivier Robertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133eb6d21b4SOllivier Robertam__install_max = 40
134eb6d21b4SOllivier Robertam__nobase_strip_setup = \
135eb6d21b4SOllivier Robert  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136eb6d21b4SOllivier Robertam__nobase_strip = \
137eb6d21b4SOllivier Robert  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138eb6d21b4SOllivier Robertam__nobase_list = $(am__nobase_strip_setup); \
139eb6d21b4SOllivier Robert  for p in $$list; do echo "$$p $$p"; done | \
140eb6d21b4SOllivier Robert  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141eb6d21b4SOllivier Robert  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142eb6d21b4SOllivier Robert    if (++n[$$2] == $(am__install_max)) \
143eb6d21b4SOllivier Robert      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144eb6d21b4SOllivier Robert    END { for (dir in files) print dir, files[dir] }'
145eb6d21b4SOllivier Robertam__base_list = \
146eb6d21b4SOllivier Robert  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147eb6d21b4SOllivier Robert  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148276da39aSCy Schubertam__uninstall_files_from_dir = { \
149276da39aSCy Schubert  test -z "$$files" \
150276da39aSCy Schubert    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151276da39aSCy Schubert    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152276da39aSCy Schubert         $(am__cd) "$$dir" && rm -f $$files; }; \
153276da39aSCy Schubert  }
154ea906c41SOllivier Robertam__installdirs = "$(DESTDIR)$(libdir)"
155ea906c41SOllivier RobertLTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
156ea906c41SOllivier Robertlibopts_la_LIBADD =
157*f5f40dd6SCy Schubertam_libopts_la_OBJECTS = libopts.lo
158ea906c41SOllivier Robertlibopts_la_OBJECTS = $(am_libopts_la_OBJECTS)
159276da39aSCy SchubertAM_V_lt = $(am__v_lt_@AM_V@)
160276da39aSCy Schubertam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1612b15cb3dSCy Schubertam__v_lt_0 = --silent
162276da39aSCy Schubertam__v_lt_1 =
1632b15cb3dSCy Schubertlibopts_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164eb6d21b4SOllivier Robert	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165eb6d21b4SOllivier Robert	$(libopts_la_LDFLAGS) $(LDFLAGS) -o $@
166ea906c41SOllivier Robert@INSTALL_LIBOPTS_FALSE@am_libopts_la_rpath =
167ea906c41SOllivier Robert@INSTALL_LIBOPTS_TRUE@am_libopts_la_rpath = -rpath $(libdir)
168276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@)
169276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170276da39aSCy Schubertam__v_P_0 = false
171276da39aSCy Schubertam__v_P_1 = :
172276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@)
173276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174276da39aSCy Schubertam__v_GEN_0 = @echo "  GEN     " $@;
175276da39aSCy Schubertam__v_GEN_1 =
176276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@)
177276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178276da39aSCy Schubertam__v_at_0 = @
179276da39aSCy Schubertam__v_at_1 =
180eb6d21b4SOllivier RobertDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1812b15cb3dSCy Schubertdepcomp = $(SHELL) $(top_srcdir)/libevent/build-aux/depcomp
182a466cc55SCy Schubertam__maybe_remake_depfiles = depfiles
183*f5f40dd6SCy Schubertam__depfiles_remade = ./$(DEPDIR)/libopts.Plo
184eb6d21b4SOllivier Robertam__mv = mv -f
185ea906c41SOllivier RobertCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
186ea906c41SOllivier Robert	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1872b15cb3dSCy SchubertLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1882b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1892b15cb3dSCy Schubert	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1902b15cb3dSCy Schubert	$(AM_CFLAGS) $(CFLAGS)
191276da39aSCy SchubertAM_V_CC = $(am__v_CC_@AM_V@)
192276da39aSCy Schubertam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1932b15cb3dSCy Schubertam__v_CC_0 = @echo "  CC      " $@;
194276da39aSCy Schubertam__v_CC_1 =
195ea906c41SOllivier RobertCCLD = $(CC)
1962b15cb3dSCy SchubertLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1972b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1982b15cb3dSCy Schubert	$(AM_LDFLAGS) $(LDFLAGS) -o $@
199276da39aSCy SchubertAM_V_CCLD = $(am__v_CCLD_@AM_V@)
200276da39aSCy Schubertam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
2012b15cb3dSCy Schubertam__v_CCLD_0 = @echo "  CCLD    " $@;
202276da39aSCy Schubertam__v_CCLD_1 =
203ea906c41SOllivier RobertSOURCES = $(libopts_la_SOURCES)
204ea906c41SOllivier RobertDIST_SOURCES = $(libopts_la_SOURCES)
205276da39aSCy Schubertam__can_run_installinfo = \
206276da39aSCy Schubert  case $$AM_UPDATE_INFO_DIR in \
207276da39aSCy Schubert    n|no|NO) false;; \
208276da39aSCy Schubert    *) (install-info --version) >/dev/null 2>&1;; \
209276da39aSCy Schubert  esac
210276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
211276da39aSCy Schubert# Read a list of newline-separated strings from the standard input,
212276da39aSCy Schubert# and print each of them once, without duplicates.  Input order is
213276da39aSCy Schubert# *not* preserved.
214276da39aSCy Schubertam__uniquify_input = $(AWK) '\
215276da39aSCy Schubert  BEGIN { nonempty = 0; } \
216276da39aSCy Schubert  { items[$$0] = 1; nonempty = 1; } \
217276da39aSCy Schubert  END { if (nonempty) { for (i in items) print i; }; } \
218276da39aSCy Schubert'
219276da39aSCy Schubert# Make sure the list of sources is unique.  This is necessary because,
220276da39aSCy Schubert# e.g., the same source file might be shared among _SOURCES variables
221276da39aSCy Schubert# for different programs/libraries.
222276da39aSCy Schubertam__define_uniq_tagged_files = \
223276da39aSCy Schubert  list='$(am__tagged_files)'; \
224276da39aSCy Schubert  unique=`for i in $$list; do \
225276da39aSCy Schubert    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226276da39aSCy Schubert  done | $(am__uniquify_input)`
227276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in \
228276da39aSCy Schubert	$(top_srcdir)/libevent/build-aux/depcomp README
229ea906c41SOllivier RobertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230ea906c41SOllivier RobertACLOCAL = @ACLOCAL@
2312b15cb3dSCy SchubertALLOCA = @ALLOCA@
232ea906c41SOllivier RobertAMTAR = @AMTAR@
2332b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234ea906c41SOllivier RobertAR = @AR@
235ea906c41SOllivier RobertAUTOCONF = @AUTOCONF@
236ea906c41SOllivier RobertAUTOHEADER = @AUTOHEADER@
237ea906c41SOllivier RobertAUTOMAKE = @AUTOMAKE@
238ea906c41SOllivier RobertAWK = @AWK@
2399034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
2402b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
2412b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
2422b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
2432b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
2442b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
245ea906c41SOllivier RobertCC = @CC@
246ea906c41SOllivier RobertCCDEPMODE = @CCDEPMODE@
247a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
248ea906c41SOllivier RobertCFLAGS = @CFLAGS@
2499034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
2502b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
251ea906c41SOllivier RobertCPP = @CPP@
252ea906c41SOllivier RobertCPPFLAGS = @CPPFLAGS@
2532b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
2542b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
255a466cc55SCy SchubertCSCOPE = @CSCOPE@
256a466cc55SCy SchubertCTAGS = @CTAGS@
257ea906c41SOllivier RobertCYGPATH_W = @CYGPATH_W@
258ea906c41SOllivier RobertDEFS = @DEFS@
259ea906c41SOllivier RobertDEPDIR = @DEPDIR@
2602b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@
2612b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@
2622b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@
263ea906c41SOllivier RobertECHO_C = @ECHO_C@
264ea906c41SOllivier RobertECHO_N = @ECHO_N@
265ea906c41SOllivier RobertECHO_T = @ECHO_T@
2662b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
267ea906c41SOllivier RobertEGREP = @EGREP@
268a466cc55SCy SchubertETAGS = @ETAGS@
269ea906c41SOllivier RobertEXEEXT = @EXEEXT@
2702b15cb3dSCy SchubertFGREP = @FGREP@
271eb6d21b4SOllivier RobertGREP = @GREP@
272eb6d21b4SOllivier RobertHAVE_INLINE = @HAVE_INLINE@
273eb6d21b4SOllivier RobertINSTALL = @INSTALL@
274ea906c41SOllivier RobertINSTALL_DATA = @INSTALL_DATA@
275ea906c41SOllivier RobertINSTALL_PROGRAM = @INSTALL_PROGRAM@
276ea906c41SOllivier RobertINSTALL_SCRIPT = @INSTALL_SCRIPT@
277ea906c41SOllivier RobertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2782b15cb3dSCy SchubertLD = @LD@
2792b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
2802b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
2812b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
2822b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@
283ea906c41SOllivier RobertLDFLAGS = @LDFLAGS@
2842b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
2852b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
2862b15cb3dSCy SchubertLIBM = @LIBM@
287ea906c41SOllivier RobertLIBOBJS = @LIBOBJS@
288ea906c41SOllivier RobertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
289ea906c41SOllivier RobertLIBOPTS_DIR = @LIBOPTS_DIR@
290ea906c41SOllivier RobertLIBOPTS_LDADD = @LIBOPTS_LDADD@
291ea906c41SOllivier RobertLIBS = @LIBS@
292ea906c41SOllivier RobertLIBTOOL = @LIBTOOL@
2932b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
2942b15cb3dSCy SchubertLIB_SYSLOG = @LIB_SYSLOG@
2952b15cb3dSCy SchubertLIPO = @LIPO@
296ea906c41SOllivier RobertLN_S = @LN_S@
2979034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
298ea906c41SOllivier RobertLTLIBOBJS = @LTLIBOBJS@
299f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
300ea906c41SOllivier RobertMAKEINFO = @MAKEINFO@
3012b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
3022b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@
303eb6d21b4SOllivier RobertMKDIR_P = @MKDIR_P@
3042b15cb3dSCy SchubertNM = @NM@
3052b15cb3dSCy SchubertNMEDIT = @NMEDIT@
3062b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@
3072b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@
3082b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@
3092b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@
3102b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@
3112b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@
3122b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@
3132b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@
3142b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@
3152b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@
3162b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
3172b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
3182b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
3192b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
3202b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
3212b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@
3222b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@
3232b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@
3242b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@
3252b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@
3262b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@
3272b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@
3282b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@
3292b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@
3302b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@
3312b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
3322b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
3332b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
3342b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
3352b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
3362b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
3372b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
3382b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
3392b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
3402b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
3412b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@
3422b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@
3432b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@
3442b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@
3452b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@
3462b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
3472b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
3482b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
3492b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
3502b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@
3512b15cb3dSCy SchubertNTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@
352f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
353f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
354f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
3552b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
3562b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
3572b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
3582b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
3592b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
3602b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
3612b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
3622b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
3632b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
3642b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
3652b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@
366ea906c41SOllivier RobertOBJEXT = @OBJEXT@
3672b15cb3dSCy SchubertOTOOL = @OTOOL@
3682b15cb3dSCy SchubertOTOOL64 = @OTOOL64@
369ea906c41SOllivier RobertPACKAGE = @PACKAGE@
370ea906c41SOllivier RobertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
371ea906c41SOllivier RobertPACKAGE_NAME = @PACKAGE_NAME@
372ea906c41SOllivier RobertPACKAGE_STRING = @PACKAGE_STRING@
373ea906c41SOllivier RobertPACKAGE_TARNAME = @PACKAGE_TARNAME@
374eb6d21b4SOllivier RobertPACKAGE_URL = @PACKAGE_URL@
375ea906c41SOllivier RobertPACKAGE_VERSION = @PACKAGE_VERSION@
376*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
377276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
378ea906c41SOllivier RobertPATH_SEPARATOR = @PATH_SEPARATOR@
3792b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@
3802b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@
3812b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
382ea906c41SOllivier RobertRANLIB = @RANLIB@
3832b15cb3dSCy SchubertSED = @SED@
384ea906c41SOllivier RobertSET_MAKE = @SET_MAKE@
385ea906c41SOllivier RobertSHELL = @SHELL@
3862b15cb3dSCy SchubertSNTP = @SNTP@
3872b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@
3882b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@
3892b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@
3902b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@
3912b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@
3922b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@
393ea906c41SOllivier RobertSTRIP = @STRIP@
3942b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@
3952b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@
3962b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@
3972b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@
3982b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@
3992b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
4002b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
4012b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
4022b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
4032b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@
404a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
405a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
406a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
407a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
408a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
409ea906c41SOllivier RobertVERSION = @VERSION@
4102b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@
411eb6d21b4SOllivier Robertabs_builddir = @abs_builddir@
412eb6d21b4SOllivier Robertabs_srcdir = @abs_srcdir@
413eb6d21b4SOllivier Robertabs_top_builddir = @abs_top_builddir@
414eb6d21b4SOllivier Robertabs_top_srcdir = @abs_top_srcdir@
4152b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@
416ea906c41SOllivier Robertac_ct_CC = @ac_ct_CC@
4172b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
418ea906c41SOllivier Robertam__include = @am__include@
419ea906c41SOllivier Robertam__leading_dot = @am__leading_dot@
420ea906c41SOllivier Robertam__quote = @am__quote@
421ea906c41SOllivier Robertam__tar = @am__tar@
422ea906c41SOllivier Robertam__untar = @am__untar@
423ea906c41SOllivier Robertbindir = @bindir@
424ea906c41SOllivier Robertbuild = @build@
425ea906c41SOllivier Robertbuild_alias = @build_alias@
426ea906c41SOllivier Robertbuild_cpu = @build_cpu@
427ea906c41SOllivier Robertbuild_os = @build_os@
428ea906c41SOllivier Robertbuild_vendor = @build_vendor@
429eb6d21b4SOllivier Robertbuilddir = @builddir@
430ea906c41SOllivier Robertdatadir = @datadir@
431eb6d21b4SOllivier Robertdatarootdir = @datarootdir@
432eb6d21b4SOllivier Robertdocdir = @docdir@
433eb6d21b4SOllivier Robertdvidir = @dvidir@
434ea906c41SOllivier Robertexec_prefix = @exec_prefix@
435ea906c41SOllivier Roberthost = @host@
436ea906c41SOllivier Roberthost_alias = @host_alias@
437ea906c41SOllivier Roberthost_cpu = @host_cpu@
438ea906c41SOllivier Roberthost_os = @host_os@
439ea906c41SOllivier Roberthost_vendor = @host_vendor@
440eb6d21b4SOllivier Roberthtmldir = @htmldir@
441ea906c41SOllivier Robertincludedir = @includedir@
442ea906c41SOllivier Robertinfodir = @infodir@
443ea906c41SOllivier Robertinstall_sh = @install_sh@
444ea906c41SOllivier Robertlibdir = @libdir@
445ea906c41SOllivier Robertlibexecdir = @libexecdir@
446eb6d21b4SOllivier Robertlocaledir = @localedir@
447ea906c41SOllivier Robertlocalstatedir = @localstatedir@
448ea906c41SOllivier Robertmandir = @mandir@
449ea906c41SOllivier Robertmkdir_p = @mkdir_p@
450ea906c41SOllivier Robertoldincludedir = @oldincludedir@
451eb6d21b4SOllivier Robertpdfdir = @pdfdir@
452ea906c41SOllivier Robertprefix = @prefix@
453ea906c41SOllivier Robertprogram_transform_name = @program_transform_name@
454eb6d21b4SOllivier Robertpsdir = @psdir@
455a466cc55SCy Schubertrunstatedir = @runstatedir@
456ea906c41SOllivier Robertsbindir = @sbindir@
457ea906c41SOllivier Robertsharedstatedir = @sharedstatedir@
458eb6d21b4SOllivier Robertsrcdir = @srcdir@
4592b15cb3dSCy Schubertsubdirs = @subdirs@
460ea906c41SOllivier Robertsysconfdir = @sysconfdir@
461ea906c41SOllivier Roberttarget_alias = @target_alias@
462eb6d21b4SOllivier Roberttop_build_prefix = @top_build_prefix@
463eb6d21b4SOllivier Roberttop_builddir = @top_builddir@
464eb6d21b4SOllivier Roberttop_srcdir = @top_srcdir@
465ea906c41SOllivier RobertMAINTAINERCLEANFILES = Makefile.in
466ea906c41SOllivier Robert@INSTALL_LIBOPTS_TRUE@lib_LTLIBRARIES = libopts.la
467ea906c41SOllivier Robert@INSTALL_LIBOPTS_FALSE@noinst_LTLIBRARIES = libopts.la
468ea906c41SOllivier Robertlibopts_la_SOURCES = libopts.c
469a466cc55SCy Schubertlibopts_la_LDFLAGS = -version-info  42:1:17
470a466cc55SCy SchubertEXTRA_DIST = _Noreturn.h stdnoreturn.in.h COPYING.gplv3 COPYING.lgplv3 \
471a466cc55SCy Schubert	COPYING.mbsd MakeDefs.inc README _Noreturn.h ag-char-map.h \
472a466cc55SCy Schubert	alias.c ao-strs.c ao-strs.h autoopts.c autoopts.h \
473a466cc55SCy Schubert	autoopts/options.h autoopts/project.h autoopts/usage-txt.h \
474a466cc55SCy Schubert	boolean.c check.c compat/compat.h compat/pathfind.c \
475a466cc55SCy Schubert	compat/snprintf.c compat/strchr.c compat/strdup.c \
476a466cc55SCy Schubert	compat/windows-config.h configfile.c cook.c enum.c env.c \
477a466cc55SCy Schubert	file.c find.c genshell.c genshell.h gettext.h init.c \
478a466cc55SCy Schubert	intprops.h load.c m4/libopts.m4 m4/liboptschk.m4 \
479a466cc55SCy Schubert	m4/stdnoreturn.m4 makeshell.c nested.c numeric.c \
4802b15cb3dSCy Schubert	option-value-type.c option-value-type.h option-xat-attribute.c \
4812b15cb3dSCy Schubert	option-xat-attribute.h parse-duration.c parse-duration.h \
482a466cc55SCy Schubert	pgusage.c proto.h putshell.c reset.c restore.c save-flags.c \
483a466cc55SCy Schubert	save-flags.h save.c sort.c stack.c stdnoreturn.in.h \
484a466cc55SCy Schubert	streqvcmp.c text_mmap.c time.c tokenize.c usage.c version.c
4852b15cb3dSCy SchubertBUILT_SOURCES = $(STDNORETURN_H)
4862b15cb3dSCy SchubertMOSTLYCLEANFILES = stdnoreturn.h stdnoreturn.h-t
487a466cc55SCy SchubertAM_CFLAGS = $(NTP_HARD_CFLAGS) $(CC_NOFORMAT)
488*f5f40dd6SCy SchubertAM_CPPFLAGS = $(NTP_HARD_CPPFLAGS) -I$(top_srcdir)/../include
489ea906c41SOllivier Robert
4902b15cb3dSCy Schubert# Makefile fragment from gnulib-s stdnoreturn module:
4912b15cb3dSCy Schubert#
492a466cc55SCy Schubert_NORETURN_H = $(srcdir)/_Noreturn.h
4932b15cb3dSCy Schubertall: $(BUILT_SOURCES)
4942b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) all-am
495ea906c41SOllivier Robert
496ea906c41SOllivier Robert.SUFFIXES:
497ea906c41SOllivier Robert.SUFFIXES: .c .lo .o .obj
498ea906c41SOllivier Robert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
499ea906c41SOllivier Robert	@for dep in $?; do \
500ea906c41SOllivier Robert	  case '$(am__configure_deps)' in \
501ea906c41SOllivier Robert	    *$$dep*) \
502eb6d21b4SOllivier Robert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
503eb6d21b4SOllivier Robert	        && { if test -f $@; then exit 0; else break; fi; }; \
504ea906c41SOllivier Robert	      exit 1;; \
505ea906c41SOllivier Robert	  esac; \
506ea906c41SOllivier Robert	done; \
5072b15cb3dSCy Schubert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libopts/Makefile'; \
508eb6d21b4SOllivier Robert	$(am__cd) $(top_srcdir) && \
5092b15cb3dSCy Schubert	  $(AUTOMAKE) --foreign libopts/Makefile
510ea906c41SOllivier RobertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
511ea906c41SOllivier Robert	@case '$?' in \
512ea906c41SOllivier Robert	  *config.status*) \
513ea906c41SOllivier Robert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
514ea906c41SOllivier Robert	  *) \
515a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
516a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
517ea906c41SOllivier Robert	esac;
518ea906c41SOllivier Robert
519ea906c41SOllivier Robert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
520ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
521ea906c41SOllivier Robert
522ea906c41SOllivier Robert$(top_srcdir)/configure:  $(am__configure_deps)
523ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
524ea906c41SOllivier Robert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
525ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
526eb6d21b4SOllivier Robert$(am__aclocal_m4_deps):
527276da39aSCy Schubert
528ea906c41SOllivier Robertinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
529ea906c41SOllivier Robert	@$(NORMAL_INSTALL)
530eb6d21b4SOllivier Robert	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
531eb6d21b4SOllivier Robert	list2=; for p in $$list; do \
532ea906c41SOllivier Robert	  if test -f $$p; then \
533eb6d21b4SOllivier Robert	    list2="$$list2 $$p"; \
534ea906c41SOllivier Robert	  else :; fi; \
535eb6d21b4SOllivier Robert	done; \
536eb6d21b4SOllivier Robert	test -z "$$list2" || { \
537276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
538276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
539eb6d21b4SOllivier Robert	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
540eb6d21b4SOllivier Robert	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
541eb6d21b4SOllivier Robert	}
542ea906c41SOllivier Robert
543ea906c41SOllivier Robertuninstall-libLTLIBRARIES:
544ea906c41SOllivier Robert	@$(NORMAL_UNINSTALL)
545eb6d21b4SOllivier Robert	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
546eb6d21b4SOllivier Robert	for p in $$list; do \
547eb6d21b4SOllivier Robert	  $(am__strip_dir) \
548eb6d21b4SOllivier Robert	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
549eb6d21b4SOllivier Robert	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
550ea906c41SOllivier Robert	done
551ea906c41SOllivier Robert
552ea906c41SOllivier Robertclean-libLTLIBRARIES:
553ea906c41SOllivier Robert	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
554276da39aSCy Schubert	@list='$(lib_LTLIBRARIES)'; \
555276da39aSCy Schubert	locs=`for p in $$list; do echo $$p; done | \
556276da39aSCy Schubert	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
557276da39aSCy Schubert	      sort -u`; \
558276da39aSCy Schubert	test -z "$$locs" || { \
559276da39aSCy Schubert	  echo rm -f $${locs}; \
560276da39aSCy Schubert	  rm -f $${locs}; \
561276da39aSCy Schubert	}
562ea906c41SOllivier Robert
563ea906c41SOllivier Robertclean-noinstLTLIBRARIES:
564ea906c41SOllivier Robert	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
565276da39aSCy Schubert	@list='$(noinst_LTLIBRARIES)'; \
566276da39aSCy Schubert	locs=`for p in $$list; do echo $$p; done | \
567276da39aSCy Schubert	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
568276da39aSCy Schubert	      sort -u`; \
569276da39aSCy Schubert	test -z "$$locs" || { \
570276da39aSCy Schubert	  echo rm -f $${locs}; \
571276da39aSCy Schubert	  rm -f $${locs}; \
572276da39aSCy Schubert	}
573276da39aSCy Schubert
574276da39aSCy Schubertlibopts.la: $(libopts_la_OBJECTS) $(libopts_la_DEPENDENCIES) $(EXTRA_libopts_la_DEPENDENCIES)
5752b15cb3dSCy Schubert	$(AM_V_CCLD)$(libopts_la_LINK) $(am_libopts_la_rpath) $(libopts_la_OBJECTS) $(libopts_la_LIBADD) $(LIBS)
576ea906c41SOllivier Robert
577ea906c41SOllivier Robertmostlyclean-compile:
578ea906c41SOllivier Robert	-rm -f *.$(OBJEXT)
579ea906c41SOllivier Robert
580ea906c41SOllivier Robertdistclean-compile:
581ea906c41SOllivier Robert	-rm -f *.tab.c
582ea906c41SOllivier Robert
583*f5f40dd6SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopts.Plo@am__quote@ # am--include-marker
584a466cc55SCy Schubert
585a466cc55SCy Schubert$(am__depfiles_remade):
586a466cc55SCy Schubert	@$(MKDIR_P) $(@D)
587a466cc55SCy Schubert	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
588a466cc55SCy Schubert
589a466cc55SCy Schubertam--depfiles: $(am__depfiles_remade)
590ea906c41SOllivier Robert
591ea906c41SOllivier Robert.c.o:
592a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
593a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
594a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
595276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
598ea906c41SOllivier Robert
599ea906c41SOllivier Robert.c.obj:
600a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
601a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
602a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
603276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
606ea906c41SOllivier Robert
607ea906c41SOllivier Robert.c.lo:
608a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
609a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
610a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
611276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
612ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
614ea906c41SOllivier Robert
615ea906c41SOllivier Robertmostlyclean-libtool:
616ea906c41SOllivier Robert	-rm -f *.lo
617ea906c41SOllivier Robert
618ea906c41SOllivier Robertclean-libtool:
619ea906c41SOllivier Robert	-rm -rf .libs _libs
620ea906c41SOllivier Robert
621276da39aSCy SchubertID: $(am__tagged_files)
622276da39aSCy Schubert	$(am__define_uniq_tagged_files); mkid -fID $$unique
623276da39aSCy Schuberttags: tags-am
624276da39aSCy SchubertTAGS: tags
625ea906c41SOllivier Robert
626276da39aSCy Schuberttags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627eb6d21b4SOllivier Robert	set x; \
628ea906c41SOllivier Robert	here=`pwd`; \
629276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
630eb6d21b4SOllivier Robert	shift; \
631eb6d21b4SOllivier Robert	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632ea906c41SOllivier Robert	  test -n "$$unique" || unique=$$empty_fix; \
633eb6d21b4SOllivier Robert	  if test $$# -gt 0; then \
634ea906c41SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635eb6d21b4SOllivier Robert	      "$$@" $$unique; \
636eb6d21b4SOllivier Robert	  else \
637eb6d21b4SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
638eb6d21b4SOllivier Robert	      $$unique; \
639eb6d21b4SOllivier Robert	  fi; \
640ea906c41SOllivier Robert	fi
641276da39aSCy Schubertctags: ctags-am
642276da39aSCy Schubert
643276da39aSCy SchubertCTAGS: ctags
644276da39aSCy Schubertctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
646eb6d21b4SOllivier Robert	test -z "$(CTAGS_ARGS)$$unique" \
647ea906c41SOllivier Robert	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
648eb6d21b4SOllivier Robert	     $$unique
649ea906c41SOllivier Robert
650ea906c41SOllivier RobertGTAGS:
651ea906c41SOllivier Robert	here=`$(am__cd) $(top_builddir) && pwd` \
652eb6d21b4SOllivier Robert	  && $(am__cd) $(top_srcdir) \
653eb6d21b4SOllivier Robert	  && gtags -i $(GTAGS_ARGS) "$$here"
654276da39aSCy Schubertcscopelist: cscopelist-am
655276da39aSCy Schubert
656276da39aSCy Schubertcscopelist-am: $(am__tagged_files)
657276da39aSCy Schubert	list='$(am__tagged_files)'; \
658276da39aSCy Schubert	case "$(srcdir)" in \
659276da39aSCy Schubert	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660276da39aSCy Schubert	  *) sdir=$(subdir)/$(srcdir) ;; \
661276da39aSCy Schubert	esac; \
662276da39aSCy Schubert	for i in $$list; do \
663276da39aSCy Schubert	  if test -f "$$i"; then \
664276da39aSCy Schubert	    echo "$(subdir)/$$i"; \
665276da39aSCy Schubert	  else \
666276da39aSCy Schubert	    echo "$$sdir/$$i"; \
667276da39aSCy Schubert	  fi; \
668276da39aSCy Schubert	done >> $(top_builddir)/cscope.files
669ea906c41SOllivier Robert
670ea906c41SOllivier Robertdistclean-tags:
671ea906c41SOllivier Robert	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
673a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
674ea906c41SOllivier Robert
675a466cc55SCy Schubertdistdir-am: $(DISTFILES)
676eb6d21b4SOllivier Robert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
677eb6d21b4SOllivier Robert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678eb6d21b4SOllivier Robert	list='$(DISTFILES)'; \
679eb6d21b4SOllivier Robert	  dist_files=`for file in $$list; do echo $$file; done | \
680eb6d21b4SOllivier Robert	  sed -e "s|^$$srcdirstrip/||;t" \
681eb6d21b4SOllivier Robert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
682eb6d21b4SOllivier Robert	case $$dist_files in \
683eb6d21b4SOllivier Robert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
684eb6d21b4SOllivier Robert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
685eb6d21b4SOllivier Robert			   sort -u` ;; \
686ea906c41SOllivier Robert	esac; \
687eb6d21b4SOllivier Robert	for file in $$dist_files; do \
688ea906c41SOllivier Robert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
689ea906c41SOllivier Robert	  if test -d $$d/$$file; then \
690eb6d21b4SOllivier Robert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
691eb6d21b4SOllivier Robert	    if test -d "$(distdir)/$$file"; then \
692eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
693ea906c41SOllivier Robert	    fi; \
694eb6d21b4SOllivier Robert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
695eb6d21b4SOllivier Robert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
696eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697eb6d21b4SOllivier Robert	    fi; \
698eb6d21b4SOllivier Robert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
699ea906c41SOllivier Robert	  else \
700eb6d21b4SOllivier Robert	    test -f "$(distdir)/$$file" \
701eb6d21b4SOllivier Robert	    || cp -p $$d/$$file "$(distdir)/$$file" \
702ea906c41SOllivier Robert	    || exit 1; \
703ea906c41SOllivier Robert	  fi; \
704ea906c41SOllivier Robert	done
705ea906c41SOllivier Robertcheck-am: all-am
7062b15cb3dSCy Schubertcheck: $(BUILT_SOURCES)
7072b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) check-am
708ea906c41SOllivier Robertall-am: Makefile $(LTLIBRARIES)
709ea906c41SOllivier Robertinstalldirs:
710ea906c41SOllivier Robert	for dir in "$(DESTDIR)$(libdir)"; do \
711eb6d21b4SOllivier Robert	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
712ea906c41SOllivier Robert	done
7132b15cb3dSCy Schubertinstall: $(BUILT_SOURCES)
7142b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-am
715a466cc55SCy Schubertinstall-exec: $(BUILT_SOURCES)
716a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
717ea906c41SOllivier Robertinstall-data: install-data-am
718ea906c41SOllivier Robertuninstall: uninstall-am
719ea906c41SOllivier Robert
720ea906c41SOllivier Robertinstall-am: all-am
721ea906c41SOllivier Robert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
722ea906c41SOllivier Robert
723ea906c41SOllivier Robertinstallcheck: installcheck-am
724ea906c41SOllivier Robertinstall-strip:
725276da39aSCy Schubert	if test -z '$(STRIP)'; then \
726ea906c41SOllivier Robert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727ea906c41SOllivier Robert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728276da39aSCy Schubert	      install; \
729276da39aSCy Schubert	else \
730276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
733276da39aSCy Schubert	fi
734ea906c41SOllivier Robertmostlyclean-generic:
7352b15cb3dSCy Schubert	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
736ea906c41SOllivier Robert
737ea906c41SOllivier Robertclean-generic:
738ea906c41SOllivier Robert
739ea906c41SOllivier Robertdistclean-generic:
740ea906c41SOllivier Robert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
741eb6d21b4SOllivier Robert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
742ea906c41SOllivier Robert
743ea906c41SOllivier Robertmaintainer-clean-generic:
744ea906c41SOllivier Robert	@echo "This command is intended for maintainers to use"
745ea906c41SOllivier Robert	@echo "it deletes files that may require special tools to rebuild."
7462b15cb3dSCy Schubert	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
747ea906c41SOllivier Robert	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
748ea906c41SOllivier Robertclean: clean-am
749ea906c41SOllivier Robert
750ea906c41SOllivier Robertclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
751ea906c41SOllivier Robert	clean-noinstLTLIBRARIES mostlyclean-am
752ea906c41SOllivier Robert
753ea906c41SOllivier Robertdistclean: distclean-am
754*f5f40dd6SCy Schubert		-rm -f ./$(DEPDIR)/libopts.Plo
755ea906c41SOllivier Robert	-rm -f Makefile
756ea906c41SOllivier Robertdistclean-am: clean-am distclean-compile distclean-generic \
757eb6d21b4SOllivier Robert	distclean-tags
758ea906c41SOllivier Robert
759ea906c41SOllivier Robertdvi: dvi-am
760ea906c41SOllivier Robert
761ea906c41SOllivier Robertdvi-am:
762ea906c41SOllivier Robert
763ea906c41SOllivier Roberthtml: html-am
764ea906c41SOllivier Robert
765eb6d21b4SOllivier Roberthtml-am:
766eb6d21b4SOllivier Robert
767ea906c41SOllivier Robertinfo: info-am
768ea906c41SOllivier Robert
769ea906c41SOllivier Robertinfo-am:
770ea906c41SOllivier Robert
771ea906c41SOllivier Robertinstall-data-am:
772ea906c41SOllivier Robert
773eb6d21b4SOllivier Robertinstall-dvi: install-dvi-am
774eb6d21b4SOllivier Robert
775eb6d21b4SOllivier Robertinstall-dvi-am:
776eb6d21b4SOllivier Robert
777ea906c41SOllivier Robertinstall-exec-am: install-libLTLIBRARIES
778ea906c41SOllivier Robert
779eb6d21b4SOllivier Robertinstall-html: install-html-am
780eb6d21b4SOllivier Robert
781eb6d21b4SOllivier Robertinstall-html-am:
782eb6d21b4SOllivier Robert
783ea906c41SOllivier Robertinstall-info: install-info-am
784ea906c41SOllivier Robert
785eb6d21b4SOllivier Robertinstall-info-am:
786eb6d21b4SOllivier Robert
787ea906c41SOllivier Robertinstall-man:
788ea906c41SOllivier Robert
789eb6d21b4SOllivier Robertinstall-pdf: install-pdf-am
790eb6d21b4SOllivier Robert
791eb6d21b4SOllivier Robertinstall-pdf-am:
792eb6d21b4SOllivier Robert
793eb6d21b4SOllivier Robertinstall-ps: install-ps-am
794eb6d21b4SOllivier Robert
795eb6d21b4SOllivier Robertinstall-ps-am:
796eb6d21b4SOllivier Robert
797ea906c41SOllivier Robertinstallcheck-am:
798ea906c41SOllivier Robert
799ea906c41SOllivier Robertmaintainer-clean: maintainer-clean-am
800*f5f40dd6SCy Schubert		-rm -f ./$(DEPDIR)/libopts.Plo
801ea906c41SOllivier Robert	-rm -f Makefile
802ea906c41SOllivier Robertmaintainer-clean-am: distclean-am maintainer-clean-generic
803ea906c41SOllivier Robert
804ea906c41SOllivier Robertmostlyclean: mostlyclean-am
805ea906c41SOllivier Robert
806ea906c41SOllivier Robertmostlyclean-am: mostlyclean-compile mostlyclean-generic \
807ea906c41SOllivier Robert	mostlyclean-libtool
808ea906c41SOllivier Robert
809ea906c41SOllivier Robertpdf: pdf-am
810ea906c41SOllivier Robert
811ea906c41SOllivier Robertpdf-am:
812ea906c41SOllivier Robert
813ea906c41SOllivier Robertps: ps-am
814ea906c41SOllivier Robert
815ea906c41SOllivier Robertps-am:
816ea906c41SOllivier Robert
817eb6d21b4SOllivier Robertuninstall-am: uninstall-libLTLIBRARIES
818eb6d21b4SOllivier Robert
819a466cc55SCy Schubert.MAKE: all check install install-am install-exec install-strip
820ea906c41SOllivier Robert
821a466cc55SCy Schubert.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
822a466cc55SCy Schubert	clean-generic clean-libLTLIBRARIES clean-libtool \
823a466cc55SCy Schubert	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
824a466cc55SCy Schubert	distclean-compile distclean-generic distclean-libtool \
825a466cc55SCy Schubert	distclean-tags distdir dvi dvi-am html html-am info info-am \
826a466cc55SCy Schubert	install install-am install-data install-data-am install-dvi \
827a466cc55SCy Schubert	install-dvi-am install-exec install-exec-am install-html \
828a466cc55SCy Schubert	install-html-am install-info install-info-am \
829a466cc55SCy Schubert	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
830a466cc55SCy Schubert	install-ps install-ps-am install-strip installcheck \
831a466cc55SCy Schubert	installcheck-am installdirs maintainer-clean \
832a466cc55SCy Schubert	maintainer-clean-generic mostlyclean mostlyclean-compile \
833a466cc55SCy Schubert	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
834a466cc55SCy Schubert	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
835276da39aSCy Schubert
836276da39aSCy Schubert.PRECIOUS: Makefile
837eb6d21b4SOllivier Robert
838ea906c41SOllivier Robert
8392b15cb3dSCy Schubertlibopts.c:		$(BUILT_SOURCES)
8402b15cb3dSCy Schubert	@: do-nothing rule to avoid default SCCS get
8412b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@stdnoreturn.h: stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
8422b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
8432b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
8442b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@	  sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
8452b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@              < $(srcdir)/stdnoreturn.in.h; \
8462b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@	} > $@-t && \
8472b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_TRUE@	mv $@-t $@
8482b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_FALSE@stdnoreturn.h: $(top_builddir)/config.status
8492b15cb3dSCy Schubert@GL_GENERATE_STDNORETURN_H_FALSE@	rm -f $@
8502b15cb3dSCy Schubert
851ea906c41SOllivier Robert# Tell versions [3.59,3.63) of GNU make to not export all variables.
852ea906c41SOllivier Robert# Otherwise a system limit (for SysV at least) may be exceeded.
853ea906c41SOllivier Robert.NOEXPORT:
854