Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / sntp / Makefile.in
blob62acb87ad649551d6e4cd773c48b9c676fdc225d
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 # Makefile.am, by Harlan Stenn, from:
19 # Makefile for sntp
20 # N.M. Maclaren, October 2000.
22 # we traditionally installed software in bindir, while it should have gone
23 # in sbindir. Now that we offer a choice, look in the "other" installation
24 # subdir to warn folks if there is another version there.
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkglibexecdir = $(libexecdir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 bin_PROGRAMS = sntp$(EXEEXT)
46 @NEED_LIBOPTS_TRUE@am__append_1 = libopts
47 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
48 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49 $(srcdir)/bincheck.mf $(srcdir)/config.h.in \
50 $(top_srcdir)/configure compile config.guess config.sub \
51 depcomp install-sh ltmain.sh missing
52 subdir = .
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
55 $(top_srcdir)/configure.ac
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 $(ACLOCAL_M4)
58 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59 configure.lineno config.status.lineno
60 mkinstalldirs = $(install_sh) -d
61 CONFIG_HEADER = config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
65 PROGRAMS = $(bin_PROGRAMS)
66 am__objects_1 =
67 am_sntp_OBJECTS = internet.$(OBJEXT) main.$(OBJEXT) \
68 sntp-opts.$(OBJEXT) socket.$(OBJEXT) timing.$(OBJEXT) \
69 unix.$(OBJEXT) $(am__objects_1)
70 sntp_OBJECTS = $(am_sntp_OBJECTS)
71 sntp_LDADD = $(LDADD)
72 am__DEPENDENCIES_1 =
73 sntp_DEPENDENCIES = $(am__DEPENDENCIES_1)
74 DEFAULT_INCLUDES = -I.@am__isrc@
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86 $(LDFLAGS) -o $@
87 SOURCES = $(sntp_SOURCES)
88 DIST_SOURCES = $(sntp_SOURCES)
89 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
90 html-recursive info-recursive install-data-recursive \
91 install-dvi-recursive install-exec-recursive \
92 install-html-recursive install-info-recursive \
93 install-pdf-recursive install-ps-recursive install-recursive \
94 installcheck-recursive installdirs-recursive pdf-recursive \
95 ps-recursive uninstall-recursive
96 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97 am__vpath_adj = case $$p in \
98 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99 *) f=$$p;; \
100 esac;
101 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102 am__install_max = 40
103 am__nobase_strip_setup = \
104 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105 am__nobase_strip = \
106 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
107 am__nobase_list = $(am__nobase_strip_setup); \
108 for p in $$list; do echo "$$p $$p"; done | \
109 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
110 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111 if (++n[$$2] == $(am__install_max)) \
112 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
113 END { for (dir in files) print dir, files[dir] }'
114 am__base_list = \
115 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117 man1dir = $(mandir)/man1
118 NROFF = nroff
119 MANS = $(dist_man_MANS) $(man_MANS)
120 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121 distclean-recursive maintainer-clean-recursive
122 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124 distdir dist dist-all distcheck
125 ETAGS = etags
126 CTAGS = ctags
127 DIST_SUBDIRS = libopts .
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(PACKAGE)-$(VERSION)
130 top_distdir = $(distdir)
131 am__remove_distdir = \
132 { test ! -d "$(distdir)" \
133 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
134 && rm -fr "$(distdir)"; }; }
135 am__relativize = \
136 dir0=`pwd`; \
137 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138 sed_rest='s,^[^/]*/*,,'; \
139 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
140 sed_butlast='s,/*[^/]*$$,,'; \
141 while test -n "$$dir1"; do \
142 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
143 if test "$$first" != "."; then \
144 if test "$$first" = ".."; then \
145 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
146 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
147 else \
148 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149 if test "$$first2" = "$$first"; then \
150 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
151 else \
152 dir2="../$$dir2"; \
153 fi; \
154 dir0="$$dir0"/"$$first"; \
155 fi; \
156 fi; \
157 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
158 done; \
159 reldir="$$dir2"
160 DIST_ARCHIVES = $(distdir).tar.gz
161 GZIP_ENV = --best
162 distuninstallcheck_listfiles = find . -type f -print
163 distcleancheck_listfiles = find . -type f -print
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AR = @AR@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 BINSUBDIR = @BINSUBDIR@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DEFS = @DEFS@
179 DEPDIR = @DEPDIR@
180 ECHO = @ECHO@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 EXEEXT = @EXEEXT@
186 GREP = @GREP@
187 HAVE_INLINE = @HAVE_INLINE@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 LDFLAGS = @LDFLAGS@
194 LIBOBJS = @LIBOBJS@
195 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
196 LIBOPTS_DIR = @LIBOPTS_DIR@
197 LIBOPTS_LDADD = @LIBOPTS_LDADD@
198 LIBS = @LIBS@
199 LIBTOOL = @LIBTOOL@
200 LN_S = @LN_S@
201 LTLIBOBJS = @LTLIBOBJS@
202 MAKEINFO = @MAKEINFO@
203 MKDIR_P = @MKDIR_P@
204 OBJEXT = @OBJEXT@
205 PACKAGE = @PACKAGE@
206 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207 PACKAGE_NAME = @PACKAGE_NAME@
208 PACKAGE_STRING = @PACKAGE_STRING@
209 PACKAGE_TARNAME = @PACKAGE_TARNAME@
210 PACKAGE_URL = @PACKAGE_URL@
211 PACKAGE_VERSION = @PACKAGE_VERSION@
212 PATH_SEPARATOR = @PATH_SEPARATOR@
213 RANLIB = @RANLIB@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 VERSION = @VERSION@
218 abs_builddir = @abs_builddir@
219 abs_srcdir = @abs_srcdir@
220 abs_top_builddir = @abs_top_builddir@
221 abs_top_srcdir = @abs_top_srcdir@
222 ac_ct_CC = @ac_ct_CC@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
226 am__tar = @am__tar@
227 am__untar = @am__untar@
228 bindir = ${exec_prefix}/${BINSUBDIR}
229 build = @build@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 builddir = @builddir@
235 datadir = @datadir@
236 datarootdir = @datarootdir@
237 docdir = @docdir@
238 dvidir = @dvidir@
239 exec_prefix = @exec_prefix@
240 host = @host@
241 host_alias = @host_alias@
242 host_cpu = @host_cpu@
243 host_os = @host_os@
244 host_vendor = @host_vendor@
245 htmldir = @htmldir@
246 includedir = @includedir@
247 infodir = @infodir@
248 install_sh = @install_sh@
249 libdir = @libdir@
250 libexecdir = @libexecdir@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 oldincludedir = @oldincludedir@
256 pdfdir = @pdfdir@
257 prefix = @prefix@
258 program_transform_name = @program_transform_name@
259 psdir = @psdir@
260 sbindir = @sbindir@
261 sharedstatedir = @sharedstatedir@
262 srcdir = @srcdir@
263 sysconfdir = @sysconfdir@
264 target_alias = @target_alias@
265 top_build_prefix = @top_build_prefix@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 AUTOMAKE_OPTIONS = foreign
269 ACLOCAL_AMFLAGS = -I libopts/m4
270 AM_CPPFLAGS = $(LIBOPTS_CFLAGS)
271 LDADD = $(LIBOPTS_LDADD)
272 NULL =
273 #run_ag= cd $(srcdir) && autogen --writable -L $(top_srcdir)/include
274 run_ag = cd $(srcdir) && autogen --writable
275 SUBDIRS = $(am__append_1) .
276 sntp_SOURCES = \
277 header.h \
278 internet.c \
279 internet.h \
280 kludges.h \
281 main.c \
282 sntp-opts.c \
283 sntp-opts.h \
284 socket.c \
285 timing.c \
286 unix.c \
287 $(NULL)
289 dist_man_MANS = sntp.1
290 EXTRA_DIST = bincheck.mf \
291 COPYRIGHT \
292 sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \
293 autogen-version.def version.def
295 BUILT_SOURCES = check-autogen-version.def check-version.def \
296 sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
298 man_MANS = sntp.1
299 all: $(BUILT_SOURCES) config.h
300 $(MAKE) $(AM_MAKEFLAGS) all-recursive
302 .SUFFIXES:
303 .SUFFIXES: .c .lo .o .obj
304 am--refresh:
306 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/bincheck.mf $(am__configure_deps)
307 @for dep in $?; do \
308 case '$(am__configure_deps)' in \
309 *$$dep*) \
310 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
311 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
312 && exit 0; \
313 exit 1;; \
314 esac; \
315 done; \
316 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
317 $(am__cd) $(top_srcdir) && \
318 $(AUTOMAKE) --foreign Makefile
319 .PRECIOUS: Makefile
320 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321 @case '$?' in \
322 *config.status*) \
323 echo ' $(SHELL) ./config.status'; \
324 $(SHELL) ./config.status;; \
325 *) \
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328 esac;
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331 $(SHELL) ./config.status --recheck
333 $(top_srcdir)/configure: $(am__configure_deps)
334 $(am__cd) $(srcdir) && $(AUTOCONF)
335 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
336 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337 $(am__aclocal_m4_deps):
339 config.h: stamp-h1
340 @if test ! -f $@; then \
341 rm -f stamp-h1; \
342 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
343 else :; fi
345 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346 @rm -f stamp-h1
347 cd $(top_builddir) && $(SHELL) ./config.status config.h
348 $(srcdir)/config.h.in: $(am__configure_deps)
349 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
350 rm -f stamp-h1
351 touch $@
353 distclean-hdr:
354 -rm -f config.h stamp-h1
355 install-binPROGRAMS: $(bin_PROGRAMS)
356 @$(NORMAL_INSTALL)
357 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
358 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
359 for p in $$list; do echo "$$p $$p"; done | \
360 sed 's/$(EXEEXT)$$//' | \
361 while read p p1; do if test -f $$p || test -f $$p1; \
362 then echo "$$p"; echo "$$p"; else :; fi; \
363 done | \
364 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
365 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
366 sed 'N;N;N;s,\n, ,g' | \
367 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
368 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
369 if ($$2 == $$4) files[d] = files[d] " " $$1; \
370 else { print "f", $$3 "/" $$4, $$1; } } \
371 END { for (d in files) print "f", d, files[d] }' | \
372 while read type dir files; do \
373 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374 test -z "$$files" || { \
375 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
376 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
378 ; done
380 uninstall-binPROGRAMS:
381 @$(NORMAL_UNINSTALL)
382 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
383 files=`for p in $$list; do echo "$$p"; done | \
384 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
385 -e 's/$$/$(EXEEXT)/' `; \
386 test -n "$$list" || exit 0; \
387 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
388 cd "$(DESTDIR)$(bindir)" && rm -f $$files
390 clean-binPROGRAMS:
391 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
392 echo " rm -f" $$list; \
393 rm -f $$list || exit $$?; \
394 test -n "$(EXEEXT)" || exit 0; \
395 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
396 echo " rm -f" $$list; \
397 rm -f $$list
398 sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES)
399 @rm -f sntp$(EXEEXT)
400 $(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
402 mostlyclean-compile:
403 -rm -f *.$(OBJEXT)
405 distclean-compile:
406 -rm -f *.tab.c
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
415 .c.o:
416 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
422 .c.obj:
423 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
429 .c.lo:
430 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
436 mostlyclean-libtool:
437 -rm -f *.lo
439 clean-libtool:
440 -rm -rf .libs _libs
442 distclean-libtool:
443 -rm -f libtool config.lt
444 install-man1: $(dist_man_MANS) $(man_MANS)
445 @$(NORMAL_INSTALL)
446 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
447 @list=''; test -n "$(man1dir)" || exit 0; \
448 { for i in $$list; do echo "$$i"; done; \
449 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
450 sed -n '/\.1[a-z]*$$/p'; \
451 } | while read p; do \
452 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
453 echo "$$d$$p"; echo "$$p"; \
454 done | \
455 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
456 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
457 sed 'N;N;s,\n, ,g' | { \
458 list=; while read file base inst; do \
459 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
460 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
461 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
462 fi; \
463 done; \
464 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
465 while read files; do \
466 test -z "$$files" || { \
467 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
468 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
469 done; }
471 uninstall-man1:
472 @$(NORMAL_UNINSTALL)
473 @list=''; test -n "$(man1dir)" || exit 0; \
474 files=`{ for i in $$list; do echo "$$i"; done; \
475 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
476 sed -n '/\.1[a-z]*$$/p'; \
477 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
478 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
479 test -z "$$files" || { \
480 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
481 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
483 # This directory's subdirectories are mostly independent; you can cd
484 # into them and run `make' without going through this Makefile.
485 # To change the values of `make' variables: instead of editing Makefiles,
486 # (1) if the variable is set in `config.status', edit `config.status'
487 # (which will cause the Makefiles to be regenerated when you run `make');
488 # (2) otherwise, pass the desired values on the `make' command line.
489 $(RECURSIVE_TARGETS):
490 @failcom='exit 1'; \
491 for f in x $$MAKEFLAGS; do \
492 case $$f in \
493 *=* | --[!k]*);; \
494 *k*) failcom='fail=yes';; \
495 esac; \
496 done; \
497 dot_seen=no; \
498 target=`echo $@ | sed s/-recursive//`; \
499 list='$(SUBDIRS)'; for subdir in $$list; do \
500 echo "Making $$target in $$subdir"; \
501 if test "$$subdir" = "."; then \
502 dot_seen=yes; \
503 local_target="$$target-am"; \
504 else \
505 local_target="$$target"; \
506 fi; \
507 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508 || eval $$failcom; \
509 done; \
510 if test "$$dot_seen" = "no"; then \
511 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512 fi; test -z "$$fail"
514 $(RECURSIVE_CLEAN_TARGETS):
515 @failcom='exit 1'; \
516 for f in x $$MAKEFLAGS; do \
517 case $$f in \
518 *=* | --[!k]*);; \
519 *k*) failcom='fail=yes';; \
520 esac; \
521 done; \
522 dot_seen=no; \
523 case "$@" in \
524 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
525 *) list='$(SUBDIRS)' ;; \
526 esac; \
527 rev=''; for subdir in $$list; do \
528 if test "$$subdir" = "."; then :; else \
529 rev="$$subdir $$rev"; \
530 fi; \
531 done; \
532 rev="$$rev ."; \
533 target=`echo $@ | sed s/-recursive//`; \
534 for subdir in $$rev; do \
535 echo "Making $$target in $$subdir"; \
536 if test "$$subdir" = "."; then \
537 local_target="$$target-am"; \
538 else \
539 local_target="$$target"; \
540 fi; \
541 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542 || eval $$failcom; \
543 done && test -z "$$fail"
544 tags-recursive:
545 list='$(SUBDIRS)'; for subdir in $$list; do \
546 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
547 done
548 ctags-recursive:
549 list='$(SUBDIRS)'; for subdir in $$list; do \
550 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
551 done
553 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555 unique=`for i in $$list; do \
556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557 done | \
558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559 END { if (nonempty) { for (i in files) print i; }; }'`; \
560 mkid -fID $$unique
561 tags: TAGS
563 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
564 $(TAGS_FILES) $(LISP)
565 set x; \
566 here=`pwd`; \
567 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568 include_option=--etags-include; \
569 empty_fix=.; \
570 else \
571 include_option=--include; \
572 empty_fix=; \
573 fi; \
574 list='$(SUBDIRS)'; for subdir in $$list; do \
575 if test "$$subdir" = .; then :; else \
576 test ! -f $$subdir/TAGS || \
577 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578 fi; \
579 done; \
580 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
581 unique=`for i in $$list; do \
582 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583 done | \
584 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585 END { if (nonempty) { for (i in files) print i; }; }'`; \
586 shift; \
587 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
588 test -n "$$unique" || unique=$$empty_fix; \
589 if test $$# -gt 0; then \
590 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591 "$$@" $$unique; \
592 else \
593 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594 $$unique; \
595 fi; \
597 ctags: CTAGS
598 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
599 $(TAGS_FILES) $(LISP)
600 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
601 unique=`for i in $$list; do \
602 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603 done | \
604 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
605 END { if (nonempty) { for (i in files) print i; }; }'`; \
606 test -z "$(CTAGS_ARGS)$$unique" \
607 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608 $$unique
610 GTAGS:
611 here=`$(am__cd) $(top_builddir) && pwd` \
612 && $(am__cd) $(top_srcdir) \
613 && gtags -i $(GTAGS_ARGS) "$$here"
615 distclean-tags:
616 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
618 distdir: $(DISTFILES)
619 @list='$(MANS)'; if test -n "$$list"; then \
620 list=`for p in $$list; do \
621 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
622 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
623 if test -n "$$list" && \
624 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
625 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
626 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
627 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
628 echo " typically \`make maintainer-clean' will remove them" >&2; \
629 exit 1; \
630 else :; fi; \
631 else :; fi
632 $(am__remove_distdir)
633 test -d "$(distdir)" || mkdir "$(distdir)"
634 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636 list='$(DISTFILES)'; \
637 dist_files=`for file in $$list; do echo $$file; done | \
638 sed -e "s|^$$srcdirstrip/||;t" \
639 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640 case $$dist_files in \
641 */*) $(MKDIR_P) `echo "$$dist_files" | \
642 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643 sort -u` ;; \
644 esac; \
645 for file in $$dist_files; do \
646 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647 if test -d $$d/$$file; then \
648 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649 if test -d "$(distdir)/$$file"; then \
650 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651 fi; \
652 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655 fi; \
656 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657 else \
658 test -f "$(distdir)/$$file" \
659 || cp -p $$d/$$file "$(distdir)/$$file" \
660 || exit 1; \
661 fi; \
662 done
663 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664 if test "$$subdir" = .; then :; else \
665 test -d "$(distdir)/$$subdir" \
666 || $(MKDIR_P) "$(distdir)/$$subdir" \
667 || exit 1; \
668 fi; \
669 done
670 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671 if test "$$subdir" = .; then :; else \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673 $(am__relativize); \
674 new_distdir=$$reldir; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
676 $(am__relativize); \
677 new_top_distdir=$$reldir; \
678 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680 ($(am__cd) $$subdir && \
681 $(MAKE) $(AM_MAKEFLAGS) \
682 top_distdir="$$new_top_distdir" \
683 distdir="$$new_distdir" \
684 am__remove_distdir=: \
685 am__skip_length_check=: \
686 am__skip_mode_fix=: \
687 distdir) \
688 || exit 1; \
689 fi; \
690 done
691 -test -n "$(am__skip_mode_fix)" \
692 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
693 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
694 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
695 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
696 || chmod -R a+r "$(distdir)"
697 dist-gzip: distdir
698 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699 $(am__remove_distdir)
701 dist-bzip2: distdir
702 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
703 $(am__remove_distdir)
705 dist-lzma: distdir
706 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
707 $(am__remove_distdir)
709 dist-xz: distdir
710 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
711 $(am__remove_distdir)
713 dist-tarZ: distdir
714 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
715 $(am__remove_distdir)
717 dist-shar: distdir
718 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
719 $(am__remove_distdir)
721 dist-zip: distdir
722 -rm -f $(distdir).zip
723 zip -rq $(distdir).zip $(distdir)
724 $(am__remove_distdir)
726 dist dist-all: distdir
727 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
728 $(am__remove_distdir)
730 # This target untars the dist file and tries a VPATH configuration. Then
731 # it guarantees that the distribution is self-contained by making another
732 # tarfile.
733 distcheck: dist
734 case '$(DIST_ARCHIVES)' in \
735 *.tar.gz*) \
736 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
737 *.tar.bz2*) \
738 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
739 *.tar.lzma*) \
740 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
741 *.tar.xz*) \
742 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
743 *.tar.Z*) \
744 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
745 *.shar.gz*) \
746 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
747 *.zip*) \
748 unzip $(distdir).zip ;;\
749 esac
750 chmod -R a-w $(distdir); chmod a+w $(distdir)
751 mkdir $(distdir)/_build
752 mkdir $(distdir)/_inst
753 chmod a-w $(distdir)
754 test -d $(distdir)/_build || exit 0; \
755 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
756 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
757 && am__cwd=`pwd` \
758 && $(am__cd) $(distdir)/_build \
759 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
760 $(DISTCHECK_CONFIGURE_FLAGS) \
761 && $(MAKE) $(AM_MAKEFLAGS) \
762 && $(MAKE) $(AM_MAKEFLAGS) dvi \
763 && $(MAKE) $(AM_MAKEFLAGS) check \
764 && $(MAKE) $(AM_MAKEFLAGS) install \
765 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
766 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
767 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
768 distuninstallcheck \
769 && chmod -R a-w "$$dc_install_base" \
770 && ({ \
771 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
772 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
773 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
774 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
775 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
776 } || { rm -rf "$$dc_destdir"; exit 1; }) \
777 && rm -rf "$$dc_destdir" \
778 && $(MAKE) $(AM_MAKEFLAGS) dist \
779 && rm -rf $(DIST_ARCHIVES) \
780 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
781 && cd "$$am__cwd" \
782 || exit 1
783 $(am__remove_distdir)
784 @(echo "$(distdir) archives ready for distribution: "; \
785 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
786 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
787 distuninstallcheck:
788 @$(am__cd) '$(distuninstallcheck_dir)' \
789 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
790 || { echo "ERROR: files left after uninstall:" ; \
791 if test -n "$(DESTDIR)"; then \
792 echo " (check DESTDIR support)"; \
793 fi ; \
794 $(distuninstallcheck_listfiles) ; \
795 exit 1; } >&2
796 distcleancheck: distclean
797 @if test '$(srcdir)' = . ; then \
798 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
799 exit 1 ; \
801 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
802 || { echo "ERROR: files left in build directory after distclean:" ; \
803 $(distcleancheck_listfiles) ; \
804 exit 1; } >&2
805 check-am: all-am
806 check: $(BUILT_SOURCES)
807 $(MAKE) $(AM_MAKEFLAGS) check-recursive
808 all-am: Makefile $(PROGRAMS) $(MANS) config.h
809 installdirs: installdirs-recursive
810 installdirs-am:
811 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
812 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813 done
814 install: $(BUILT_SOURCES)
815 $(MAKE) $(AM_MAKEFLAGS) install-recursive
816 install-exec: install-exec-recursive
817 install-data: install-data-recursive
818 uninstall: uninstall-recursive
820 install-am: all-am
821 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
823 installcheck: installcheck-recursive
824 install-strip:
825 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827 `test -z '$(STRIP)' || \
828 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
829 mostlyclean-generic:
831 clean-generic:
833 distclean-generic:
834 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
835 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
837 maintainer-clean-generic:
838 @echo "This command is intended for maintainers to use"
839 @echo "it deletes files that may require special tools to rebuild."
840 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
841 clean: clean-recursive
843 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
845 distclean: distclean-recursive
846 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
847 -rm -rf ./$(DEPDIR)
848 -rm -f Makefile
849 distclean-am: clean-am distclean-compile distclean-generic \
850 distclean-hdr distclean-libtool distclean-tags
852 dvi: dvi-recursive
854 dvi-am:
856 html: html-recursive
858 html-am:
860 info: info-recursive
862 info-am:
864 install-data-am: install-man
866 install-dvi: install-dvi-recursive
868 install-dvi-am:
870 install-exec-am: install-binPROGRAMS
871 @$(NORMAL_INSTALL)
872 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
873 install-html: install-html-recursive
875 install-html-am:
877 install-info: install-info-recursive
879 install-info-am:
881 install-man: install-man1
883 install-pdf: install-pdf-recursive
885 install-pdf-am:
887 install-ps: install-ps-recursive
889 install-ps-am:
891 installcheck-am:
893 maintainer-clean: maintainer-clean-recursive
894 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
895 -rm -rf $(top_srcdir)/autom4te.cache
896 -rm -rf ./$(DEPDIR)
897 -rm -f Makefile
898 maintainer-clean-am: distclean-am maintainer-clean-generic
900 mostlyclean: mostlyclean-recursive
902 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
903 mostlyclean-libtool
905 pdf: pdf-recursive
907 pdf-am:
909 ps: ps-recursive
911 ps-am:
913 uninstall-am: uninstall-binPROGRAMS uninstall-man
915 uninstall-man: uninstall-man1
917 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
918 ctags-recursive install install-am install-exec-am \
919 install-strip tags-recursive
921 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
922 all all-am am--refresh check check-am clean clean-binPROGRAMS \
923 clean-generic clean-libtool ctags ctags-recursive dist \
924 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
925 dist-xz dist-zip distcheck distclean distclean-compile \
926 distclean-generic distclean-hdr distclean-libtool \
927 distclean-tags distcleancheck distdir distuninstallcheck dvi \
928 dvi-am html html-am info info-am install install-am \
929 install-binPROGRAMS install-data install-data-am install-dvi \
930 install-dvi-am install-exec install-exec-am install-exec-hook \
931 install-html install-html-am install-info install-info-am \
932 install-man install-man1 install-pdf install-pdf-am install-ps \
933 install-ps-am install-strip installcheck installcheck-am \
934 installdirs installdirs-am maintainer-clean \
935 maintainer-clean-generic mostlyclean mostlyclean-compile \
936 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
937 tags tags-recursive uninstall uninstall-am \
938 uninstall-binPROGRAMS uninstall-man uninstall-man1
941 FRC:
942 check-autogen-version.def: FRC
943 @cd $(srcdir) \
944 && test -r ../include/autogen-version.def \
945 && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
946 then : ; \
947 else cp ../include/autogen-version.def autogen-version.def; \
948 echo "Installing new sntp/autogen-version.def file"; \
949 fi )
951 check-version.def: FRC
952 @cd $(srcdir) \
953 && test -r ../include/version.def \
954 && ( if cmp -s ../include/version.def version.def; \
955 then : ; \
956 else cp ../include/version.def version.def; \
957 echo "Installing new sntp/version.def file"; \
958 fi )
960 $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
961 $(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def
962 $(run_ag) sntp-opts.def
964 $(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def
965 $(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
967 $(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/version.def
968 $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
970 install-exec-hook:
971 @case ${BINSUBDIR} in \
972 bin) ODIR=${exec_prefix}/sbin ;; \
973 sbin) ODIR=${exec_prefix}/bin ;; \
974 esac; \
975 test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
976 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
977 test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
978 done
982 # Tell versions [3.59,3.63) of GNU make to not export all variables.
983 # Otherwise a system limit (for SysV at least) may be exceeded.
984 .NOEXPORT: