Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / adjtimed / Makefile.in
blobaac7e6b2cabea1cd195ba5c25ff6dfd7e7332b95
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # we traditionally installed software in bindir, while it should have gone
19 # in sbindir. Now that we offer a choice, look in the "other" installation
20 # subdir to warn folks if there is another version there.
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 EXTRA_PROGRAMS = adjtimed$(EXEEXT)
42 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43 $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf
44 subdir = adjtimed
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
47 $(top_srcdir)/m4/define_dir.m4 \
48 $(top_srcdir)/m4/ntp_cacheversion.m4 \
49 $(top_srcdir)/m4/ntp_dir_sep.m4 \
50 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
51 $(top_srcdir)/m4/ntp_vpathhack.m4 \
52 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
53 $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 mkinstalldirs = $(install_sh) -d
57 CONFIG_HEADER = $(top_builddir)/config.h
58 CONFIG_CLEAN_FILES =
59 CONFIG_CLEAN_VPATH_FILES =
60 am__installdirs = "$(DESTDIR)$(bindir)"
61 PROGRAMS = $(bin_PROGRAMS)
62 adjtimed_SOURCES = adjtimed.c
63 adjtimed_OBJECTS = adjtimed.$(OBJEXT)
64 adjtimed_LDADD = $(LDADD)
65 adjtimed_DEPENDENCIES = ../libntp/libntp.a
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 am__mv = mv -f
70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75 CCLD = $(CC)
76 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78 $(LDFLAGS) -o $@
79 SOURCES = adjtimed.c
80 DIST_SOURCES = adjtimed.c
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 AMTAR = @AMTAR@
86 AR = @AR@
87 ARLIB_DIR = @ARLIB_DIR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 BINSUBDIR = @BINSUBDIR@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CHUTEST = @CHUTEST@
97 CLKTEST = @CLKTEST@
98 CPP = @CPP@
99 CPPFLAGS = @CPPFLAGS@
100 CYGPATH_W = @CYGPATH_W@
101 DCFD = @DCFD@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO = @ECHO@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EDITLINE_LIBS = @EDITLINE_LIBS@
109 EF_LIBS = @EF_LIBS@
110 EF_PROGS = @EF_PROGS@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 GREP = @GREP@
114 HAVE_INLINE = @HAVE_INLINE@
115 INSTALL = @INSTALL@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 LCRYPTO = @LCRYPTO@
121 LDFLAGS = @LDFLAGS@
122 LIBOBJS = @LIBOBJS@
123 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
124 LIBOPTS_DIR = @LIBOPTS_DIR@
125 LIBOPTS_LDADD = @LIBOPTS_LDADD@
126 LIBPARSE = @LIBPARSE@
127 LIBS = @LIBS@
128 LIBTOOL = @LIBTOOL@
129 LN_S = @LN_S@
130 LSCF = @LSCF@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAKEINFO = @MAKEINFO@
133 MAKE_ADJTIMED = @MAKE_ADJTIMED@
134 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
135 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
136 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
137 MAKE_LIBPARSE = @MAKE_LIBPARSE@
138 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
139 MAKE_NTPDSIM = @MAKE_NTPDSIM@
140 MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
141 MAKE_NTPTIME = @MAKE_NTPTIME@
142 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
143 MAKE_TICKADJ = @MAKE_TICKADJ@
144 MAKE_TIMETRIM = @MAKE_TIMETRIM@
145 MKDIR_P = @MKDIR_P@
146 OBJEXT = @OBJEXT@
147 OPENSSL = @OPENSSL@
148 OPENSSL_INC = @OPENSSL_INC@
149 OPENSSL_LIB = @OPENSSL_LIB@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_URL = @PACKAGE_URL@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
158 PATH_PERL = @PATH_PERL@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 PATH_SH = @PATH_SH@
161 PROPDELAY = @PROPDELAY@
162 RANLIB = @RANLIB@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 SNMP_CFLAGS = @SNMP_CFLAGS@
166 SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
167 SNMP_LIBS = @SNMP_LIBS@
168 STRIP = @STRIP@
169 TESTDCF = @TESTDCF@
170 VERSION = @VERSION@
171 YACC = @YACC@
172 YFLAGS = @YFLAGS@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_CC = @ac_ct_CC@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = ${exec_prefix}/${BINSUBDIR}
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 builddir = @builddir@
190 datadir = @datadir@
191 datarootdir = @datarootdir@
192 docdir = @docdir@
193 dvidir = @dvidir@
194 exec_prefix = @exec_prefix@
195 host = @host@
196 host_alias = @host_alias@
197 host_cpu = @host_cpu@
198 host_os = @host_os@
199 host_vendor = @host_vendor@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 subdirs = @subdirs@
219 sysconfdir = @sysconfdir@
220 target_alias = @target_alias@
221 top_build_prefix = @top_build_prefix@
222 top_builddir = @top_builddir@
223 top_srcdir = @top_srcdir@
224 AUTOMAKE_OPTIONS =
225 bin_PROGRAMS = @MAKE_ADJTIMED@
226 BUILT_SOURCES = .deps-ver
227 CLEANFILES = .deps-ver
228 AM_CPPFLAGS = -I$(top_srcdir)/include
229 LDADD = ../libntp/libntp.a
230 ETAGS_ARGS = Makefile.am
231 all: $(BUILT_SOURCES)
232 $(MAKE) $(AM_MAKEFLAGS) all-am
234 .SUFFIXES:
235 .SUFFIXES: .c .lo .o .obj
236 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
237 @for dep in $?; do \
238 case '$(am__configure_deps)' in \
239 *$$dep*) \
240 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241 && { if test -f $@; then exit 0; else break; fi; }; \
242 exit 1;; \
243 esac; \
244 done; \
245 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign adjtimed/Makefile'; \
246 $(am__cd) $(top_srcdir) && \
247 $(AUTOMAKE) --foreign adjtimed/Makefile
248 .PRECIOUS: Makefile
249 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250 @case '$?' in \
251 *config.status*) \
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253 *) \
254 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256 esac;
258 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 $(top_srcdir)/configure: $(am__configure_deps)
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265 $(am__aclocal_m4_deps):
266 install-binPROGRAMS: $(bin_PROGRAMS)
267 @$(NORMAL_INSTALL)
268 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
269 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
270 for p in $$list; do echo "$$p $$p"; done | \
271 sed 's/$(EXEEXT)$$//' | \
272 while read p p1; do if test -f $$p || test -f $$p1; \
273 then echo "$$p"; echo "$$p"; else :; fi; \
274 done | \
275 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
276 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
277 sed 'N;N;N;s,\n, ,g' | \
278 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
279 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
280 if ($$2 == $$4) files[d] = files[d] " " $$1; \
281 else { print "f", $$3 "/" $$4, $$1; } } \
282 END { for (d in files) print "f", d, files[d] }' | \
283 while read type dir files; do \
284 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
285 test -z "$$files" || { \
286 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
287 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
289 ; done
291 uninstall-binPROGRAMS:
292 @$(NORMAL_UNINSTALL)
293 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
294 files=`for p in $$list; do echo "$$p"; done | \
295 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
296 -e 's/$$/$(EXEEXT)/' `; \
297 test -n "$$list" || exit 0; \
298 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
299 cd "$(DESTDIR)$(bindir)" && rm -f $$files
301 clean-binPROGRAMS:
302 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
303 echo " rm -f" $$list; \
304 rm -f $$list || exit $$?; \
305 test -n "$(EXEEXT)" || exit 0; \
306 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
307 echo " rm -f" $$list; \
308 rm -f $$list
309 adjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES)
310 @rm -f adjtimed$(EXEEXT)
311 $(LINK) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
313 mostlyclean-compile:
314 -rm -f *.$(OBJEXT)
316 distclean-compile:
317 -rm -f *.tab.c
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtimed.Po@am__quote@
321 .c.o:
322 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
328 .c.obj:
329 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
330 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
335 .c.lo:
336 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
342 mostlyclean-libtool:
343 -rm -f *.lo
345 clean-libtool:
346 -rm -rf .libs _libs
348 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | \
353 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
355 mkid -fID $$unique
356 tags: TAGS
358 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
359 $(TAGS_FILES) $(LISP)
360 set x; \
361 here=`pwd`; \
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 shift; \
369 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370 test -n "$$unique" || unique=$$empty_fix; \
371 if test $$# -gt 0; then \
372 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373 "$$@" $$unique; \
374 else \
375 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376 $$unique; \
377 fi; \
379 ctags: CTAGS
380 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
382 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383 unique=`for i in $$list; do \
384 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385 done | \
386 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387 END { if (nonempty) { for (i in files) print i; }; }'`; \
388 test -z "$(CTAGS_ARGS)$$unique" \
389 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390 $$unique
392 GTAGS:
393 here=`$(am__cd) $(top_builddir) && pwd` \
394 && $(am__cd) $(top_srcdir) \
395 && gtags -i $(GTAGS_ARGS) "$$here"
397 distclean-tags:
398 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400 distdir: $(DISTFILES)
401 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403 list='$(DISTFILES)'; \
404 dist_files=`for file in $$list; do echo $$file; done | \
405 sed -e "s|^$$srcdirstrip/||;t" \
406 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407 case $$dist_files in \
408 */*) $(MKDIR_P) `echo "$$dist_files" | \
409 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410 sort -u` ;; \
411 esac; \
412 for file in $$dist_files; do \
413 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414 if test -d $$d/$$file; then \
415 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416 if test -d "$(distdir)/$$file"; then \
417 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418 fi; \
419 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422 fi; \
423 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424 else \
425 test -f "$(distdir)/$$file" \
426 || cp -p $$d/$$file "$(distdir)/$$file" \
427 || exit 1; \
428 fi; \
429 done
430 check-am: all-am
431 check: $(BUILT_SOURCES)
432 $(MAKE) $(AM_MAKEFLAGS) check-am
433 all-am: Makefile $(PROGRAMS)
434 installdirs:
435 for dir in "$(DESTDIR)$(bindir)"; do \
436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437 done
438 install: $(BUILT_SOURCES)
439 $(MAKE) $(AM_MAKEFLAGS) install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
444 install-am: all-am
445 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447 installcheck: installcheck-am
448 install-strip:
449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451 `test -z '$(STRIP)' || \
452 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
453 mostlyclean-generic:
455 clean-generic:
456 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
458 distclean-generic:
459 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462 maintainer-clean-generic:
463 @echo "This command is intended for maintainers to use"
464 @echo "it deletes files that may require special tools to rebuild."
465 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
466 clean: clean-am
468 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
470 distclean: distclean-am
471 -rm -rf ./$(DEPDIR)
472 -rm -f Makefile
473 distclean-am: clean-am distclean-compile distclean-generic \
474 distclean-tags
476 dvi: dvi-am
478 dvi-am:
480 html: html-am
482 html-am:
484 info: info-am
486 info-am:
488 install-data-am:
490 install-dvi: install-dvi-am
492 install-dvi-am:
494 install-exec-am: install-binPROGRAMS
495 @$(NORMAL_INSTALL)
496 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
497 install-html: install-html-am
499 install-html-am:
501 install-info: install-info-am
503 install-info-am:
505 install-man:
507 install-pdf: install-pdf-am
509 install-pdf-am:
511 install-ps: install-ps-am
513 install-ps-am:
515 installcheck-am:
517 maintainer-clean: maintainer-clean-am
518 -rm -rf ./$(DEPDIR)
519 -rm -f Makefile
520 maintainer-clean-am: distclean-am maintainer-clean-generic
522 mostlyclean: mostlyclean-am
524 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
525 mostlyclean-libtool
527 pdf: pdf-am
529 pdf-am:
531 ps: ps-am
533 ps-am:
535 uninstall-am: uninstall-binPROGRAMS
537 .MAKE: all check install install-am install-exec-am install-strip
539 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
540 clean-generic clean-libtool ctags distclean distclean-compile \
541 distclean-generic distclean-libtool distclean-tags distdir dvi \
542 dvi-am html html-am info info-am install install-am \
543 install-binPROGRAMS install-data install-data-am install-dvi \
544 install-dvi-am install-exec install-exec-am install-exec-hook \
545 install-html install-html-am install-info install-info-am \
546 install-man install-pdf install-pdf-am install-ps \
547 install-ps-am install-strip installcheck installcheck-am \
548 installdirs maintainer-clean maintainer-clean-generic \
549 mostlyclean mostlyclean-compile mostlyclean-generic \
550 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
551 uninstall-am uninstall-binPROGRAMS
554 install-exec-hook:
555 @case ${BINSUBDIR} in \
556 bin) ODIR=${exec_prefix}/sbin ;; \
557 sbin) ODIR=${exec_prefix}/bin ;; \
558 esac; \
559 test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
560 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
561 test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
562 done
565 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
566 @[ -f $@ ] || \
567 cp $(top_srcdir)/deps-ver $@
568 @[ -w $@ ] || \
569 chmod ug+w $@
570 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
571 $(MAKE) clean && \
572 echo -n "Prior $(subdir)/$(DEPDIR) version " && \
573 cat $@ && \
574 rm -rf $(DEPDIR) && \
575 mkdir $(DEPDIR) && \
576 case "$(top_builddir)" in \
577 .) \
578 ./config.status Makefile depfiles \
579 ;; \
580 ..) \
581 cd .. && \
582 ./config.status $(subdir)/Makefile depfiles && \
583 cd $(subdir) \
584 ;; \
585 *) \
586 echo 'Fatal: depsver.mf Automake fragment limited' \
587 'to immediate subdirectories.' && \
588 echo "top_builddir: $(top_builddir)" && \
589 echo "subdir: $(subdir)" && \
590 exit 1 \
591 ;; \
592 esac && \
593 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \
594 cat $(top_srcdir)/deps-ver \
596 cp $(top_srcdir)/deps-ver $@
598 .deps-ver: $(top_srcdir)/deps-ver
599 @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
600 @touch $@
603 # depsver.mf included in Makefile.am for directories with .deps
605 # When building in the same directory with sources that change over
606 # time, such as when tracking using bk, the .deps files can become
607 # stale with respect to moved, deleted, or superceded headers. Most
608 # commonly, this would exhibit as make reporting a failure to make a
609 # header file which is no longer in the location given. To address
610 # this issue, we use a deps-ver file which is updated with each change
611 # that breaks old .deps files. A copy of deps-ver is made into
612 # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present
613 # with different contents than deps-ver, we make clean to ensure all
614 # .o files built before the incompatible change are rebuilt along with
615 # their updated .deps files, then remove $(DEPDIR) and recreate it as
616 # empty stubs.
618 # It is normal when configured with --disable-dependency-tracking for
619 # the DEPDIR to not have been created. For this reason, we use the
620 # intermediate target .deps-ver, which invokes make recursively if
621 # DEPDIR exists.
623 # If you modify depsver.mf, please make the changes to the master
624 # copy, the one in sntp is copied by the bootstrap script from it.
626 # This comment block follows rather than leads the related code so that
627 # it stays with it in the generated Makefile.in and Makefile.
630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
631 # Otherwise a system limit (for SysV at least) may be exceeded.
632 .NOEXPORT: