]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/sntp/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r171537,
[FreeBSD/FreeBSD.git] / contrib / ntp / sntp / Makefile.in
1 # Makefile.in generated by automake 1.7.7 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile for sntp
18 # N.M. Maclaren, October 2000.
19
20 # Take a look at README for the various preprocessor symbols, but they are
21 # extremely unlikely to be needed on newer systems.  You may prefer to change
22 # LOCKNAME and SAVENAME to use /var/run (or even /tmp) rather than /etc.  Note
23 # that not all of the following system settings have been tested recently.
24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 top_builddir = .
32
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 INSTALL = @INSTALL@
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 target_triplet = @target@
49 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
52 AMTAR = @AMTAR@
53 AUTOCONF = @AUTOCONF@
54 AUTOHEADER = @AUTOHEADER@
55 AUTOMAKE = @AUTOMAKE@
56 AWK = @AWK@
57 CC = @CC@
58 CCDEPMODE = @CCDEPMODE@
59 CFLAGS = @CFLAGS@
60 CPP = @CPP@
61 CPPFLAGS = @CPPFLAGS@
62 CYGPATH_W = @CYGPATH_W@
63 DEFS = @DEFS@
64 DEPDIR = @DEPDIR@
65 ECHO_C = @ECHO_C@
66 ECHO_N = @ECHO_N@
67 ECHO_T = @ECHO_T@
68 EGREP = @EGREP@
69 EXEEXT = @EXEEXT@
70 INSTALL_DATA = @INSTALL_DATA@
71 INSTALL_PROGRAM = @INSTALL_PROGRAM@
72 INSTALL_SCRIPT = @INSTALL_SCRIPT@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 LDFLAGS = @LDFLAGS@
75 LIBOBJS = @LIBOBJS@
76 LIBS = @LIBS@
77 LTLIBOBJS = @LTLIBOBJS@
78 MAKEINFO = @MAKEINFO@
79 OBJEXT = @OBJEXT@
80 PACKAGE = @PACKAGE@
81 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
82 PACKAGE_NAME = @PACKAGE_NAME@
83 PACKAGE_STRING = @PACKAGE_STRING@
84 PACKAGE_TARNAME = @PACKAGE_TARNAME@
85 PACKAGE_VERSION = @PACKAGE_VERSION@
86 PATH_SEPARATOR = @PATH_SEPARATOR@
87 SET_MAKE = @SET_MAKE@
88 SHELL = @SHELL@
89 STRIP = @STRIP@
90 VERSION = @VERSION@
91 ac_ct_CC = @ac_ct_CC@
92 ac_ct_STRIP = @ac_ct_STRIP@
93 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
94 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
95 am__include = @am__include@
96 am__leading_dot = @am__leading_dot@
97 am__quote = @am__quote@
98 bindir = @bindir@
99 build = @build@
100 build_alias = @build_alias@
101 build_cpu = @build_cpu@
102 build_os = @build_os@
103 build_vendor = @build_vendor@
104 datadir = @datadir@
105 exec_prefix = @exec_prefix@
106 host = @host@
107 host_alias = @host_alias@
108 host_cpu = @host_cpu@
109 host_os = @host_os@
110 host_vendor = @host_vendor@
111 includedir = @includedir@
112 infodir = @infodir@
113 install_sh = @install_sh@
114 libdir = @libdir@
115 libexecdir = @libexecdir@
116 localstatedir = @localstatedir@
117 mandir = @mandir@
118 oldincludedir = @oldincludedir@
119 prefix = @prefix@
120 program_transform_name = @program_transform_name@
121 sbindir = @sbindir@
122 sharedstatedir = @sharedstatedir@
123 sysconfdir = @sysconfdir@
124 target = @target@
125 target_alias = @target_alias@
126 target_cpu = @target_cpu@
127 target_os = @target_os@
128 target_vendor = @target_vendor@
129
130 AUTOMAKE_OPTIONS = foreign
131
132
133 # Compiling this sort of ANSI C under SunOS 4.1 is a mug's game, because Sun's
134 # Unix headers make GNU C vomit even in compatibility mode, but the following
135 # will compile main.c and unix.c.  At least two people have got it to work.
136 # CC = gcc -ansi
137 # CFLAGS = -O -DNONBLOCK_BROKEN
138 # LDFLAGS =
139 # LIBS = -lm
140
141 # The following settings can be used under Linux.  While adjtime is present,
142 # it is completely broken (i.e. it will work only if xntp is running), so it
143 # is a good idea to add -DADJTIME_MISSING.
144 # CC = cc -DADJTIME_MISSING
145 # CFLAGS = -O
146 # LDFLAGS = 
147 # LIBS = -lm
148 bin_PROGRAMS = sntp
149 sntp_SOURCES = \
150         header.h \
151         internet.c \
152         internet.h \
153         kludges.h \
154         main.c \
155         socket.c \
156         timing.c \
157         unix.c \
158         $(EMPTY)
159
160 subdir = .
161 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
162 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
163 CONFIG_CLEAN_FILES =
164 bin_PROGRAMS = sntp$(EXEEXT)
165 PROGRAMS = $(bin_PROGRAMS)
166
167 am_sntp_OBJECTS = internet.$(OBJEXT) main.$(OBJEXT) socket.$(OBJEXT) \
168         timing.$(OBJEXT) unix.$(OBJEXT) $(am__objects_1)
169 sntp_OBJECTS = $(am_sntp_OBJECTS)
170 sntp_LDADD = $(LDADD)
171 sntp_DEPENDENCIES =
172 sntp_LDFLAGS =
173
174 DEFAULT_INCLUDES =  -I. -I$(srcdir)
175 depcomp = $(SHELL) $(top_srcdir)/depcomp
176 am__depfiles_maybe = depfiles
177 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/internet.Po ./$(DEPDIR)/main.Po \
178 @AMDEP_TRUE@    ./$(DEPDIR)/socket.Po ./$(DEPDIR)/timing.Po \
179 @AMDEP_TRUE@    ./$(DEPDIR)/unix.Po
180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182 CCLD = $(CC)
183 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
184 DIST_SOURCES = $(sntp_SOURCES)
185 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
186         Makefile.am aclocal.m4 config.guess config.sub configure \
187         configure.ac depcomp install-sh missing mkinstalldirs
188 SOURCES = $(sntp_SOURCES)
189
190 all: all-am
191
192 .SUFFIXES:
193 .SUFFIXES: .c .o .obj
194
195 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
196  configure.lineno
197 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
198         cd $(top_srcdir) && \
199           $(AUTOMAKE) --foreign  Makefile
200 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
201         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
202
203 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204         $(SHELL) ./config.status --recheck
205 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
206         cd $(srcdir) && $(AUTOCONF)
207
208 $(ACLOCAL_M4):  configure.ac 
209         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
210 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
211 install-binPROGRAMS: $(bin_PROGRAMS)
212         @$(NORMAL_INSTALL)
213         $(mkinstalldirs) $(DESTDIR)$(bindir)
214         @list='$(bin_PROGRAMS)'; for p in $$list; do \
215           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
216           if test -f $$p \
217           ; then \
218             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
219            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
220            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
221           else :; fi; \
222         done
223
224 uninstall-binPROGRAMS:
225         @$(NORMAL_UNINSTALL)
226         @list='$(bin_PROGRAMS)'; for p in $$list; do \
227           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
228           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
229           rm -f $(DESTDIR)$(bindir)/$$f; \
230         done
231
232 clean-binPROGRAMS:
233         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
234 sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 
235         @rm -f sntp$(EXEEXT)
236         $(LINK) $(sntp_LDFLAGS) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
237
238 mostlyclean-compile:
239         -rm -f *.$(OBJEXT) core *.core
240
241 distclean-compile:
242         -rm -f *.tab.c
243
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
249
250 .c.o:
251 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
252 @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
253 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
254 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
255 @am__fastdepCC_TRUE@    fi
256 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
257 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
258 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259 @am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
260
261 .c.obj:
262 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
263 @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
264 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
265 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
266 @am__fastdepCC_TRUE@    fi
267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270 @am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
271 uninstall-info-am:
272
273 ETAGS = etags
274 ETAGSFLAGS =
275
276 CTAGS = ctags
277 CTAGSFLAGS =
278
279 tags: TAGS
280
281 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
282         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
283         unique=`for i in $$list; do \
284             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285           done | \
286           $(AWK) '    { files[$$0] = 1; } \
287                END { for (i in files) print i; }'`; \
288         mkid -fID $$unique
289
290 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
291                 $(TAGS_FILES) $(LISP)
292         tags=; \
293         here=`pwd`; \
294         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
295         unique=`for i in $$list; do \
296             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297           done | \
298           $(AWK) '    { files[$$0] = 1; } \
299                END { for (i in files) print i; }'`; \
300         test -z "$(ETAGS_ARGS)$$tags$$unique" \
301           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
302              $$tags $$unique
303
304 ctags: CTAGS
305 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
306                 $(TAGS_FILES) $(LISP)
307         tags=; \
308         here=`pwd`; \
309         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
310         unique=`for i in $$list; do \
311             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312           done | \
313           $(AWK) '    { files[$$0] = 1; } \
314                END { for (i in files) print i; }'`; \
315         test -z "$(CTAGS_ARGS)$$tags$$unique" \
316           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
317              $$tags $$unique
318
319 GTAGS:
320         here=`$(am__cd) $(top_builddir) && pwd` \
321           && cd $(top_srcdir) \
322           && gtags -i $(GTAGS_ARGS) $$here
323
324 distclean-tags:
325         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
327
328 top_distdir = .
329 distdir = $(PACKAGE)-$(VERSION)
330
331 am__remove_distdir = \
332   { test ! -d $(distdir) \
333     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
334          && rm -fr $(distdir); }; }
335
336 GZIP_ENV = --best
337 distuninstallcheck_listfiles = find . -type f -print
338 distcleancheck_listfiles = find . -type f -print
339
340 distdir: $(DISTFILES)
341         $(am__remove_distdir)
342         mkdir $(distdir)
343         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
344         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
345         list='$(DISTFILES)'; for file in $$list; do \
346           case $$file in \
347             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
348             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
349           esac; \
350           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
351           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
352           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
353             dir="/$$dir"; \
354             $(mkinstalldirs) "$(distdir)$$dir"; \
355           else \
356             dir=''; \
357           fi; \
358           if test -d $$d/$$file; then \
359             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
360               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
361             fi; \
362             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
363           else \
364             test -f $(distdir)/$$file \
365             || cp -p $$d/$$file $(distdir)/$$file \
366             || exit 1; \
367           fi; \
368         done
369         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
370           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
371           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
372           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
373         || chmod -R a+r $(distdir)
374 dist-gzip: distdir
375         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
376         $(am__remove_distdir)
377
378 dist dist-all: distdir
379         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
380         $(am__remove_distdir)
381
382 # This target untars the dist file and tries a VPATH configuration.  Then
383 # it guarantees that the distribution is self-contained by making another
384 # tarfile.
385 distcheck: dist
386         $(am__remove_distdir)
387         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
388         chmod -R a-w $(distdir); chmod a+w $(distdir)
389         mkdir $(distdir)/_build
390         mkdir $(distdir)/_inst
391         chmod a-w $(distdir)
392         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
393           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
394           && cd $(distdir)/_build \
395           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
396             $(DISTCHECK_CONFIGURE_FLAGS) \
397           && $(MAKE) $(AM_MAKEFLAGS) \
398           && $(MAKE) $(AM_MAKEFLAGS) dvi \
399           && $(MAKE) $(AM_MAKEFLAGS) check \
400           && $(MAKE) $(AM_MAKEFLAGS) install \
401           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
402           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
403           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
404                 distuninstallcheck \
405           && chmod -R a-w "$$dc_install_base" \
406           && ({ \
407                (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
408                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
409                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
410                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
411                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
412               } || { rm -rf "$$dc_destdir"; exit 1; }) \
413           && rm -rf "$$dc_destdir" \
414           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
415           && rm -f $(distdir).tar.gz \
416           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
417         $(am__remove_distdir)
418         @echo "$(distdir).tar.gz is ready for distribution" | \
419           sed 'h;s/./=/g;p;x;p;x'
420 distuninstallcheck:
421         @cd $(distuninstallcheck_dir) \
422         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
423            || { echo "ERROR: files left after uninstall:" ; \
424                 if test -n "$(DESTDIR)"; then \
425                   echo "  (check DESTDIR support)"; \
426                 fi ; \
427                 $(distuninstallcheck_listfiles) ; \
428                 exit 1; } >&2
429 distcleancheck: distclean
430         @if test '$(srcdir)' = . ; then \
431           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
432           exit 1 ; \
433         fi
434         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
435           || { echo "ERROR: files left in build directory after distclean:" ; \
436                $(distcleancheck_listfiles) ; \
437                exit 1; } >&2
438 check-am: all-am
439 check: check-am
440 all-am: Makefile $(PROGRAMS)
441
442 installdirs:
443         $(mkinstalldirs) $(DESTDIR)$(bindir)
444 install: install-am
445 install-exec: install-exec-am
446 install-data: install-data-am
447 uninstall: uninstall-am
448
449 install-am: all-am
450         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452 installcheck: installcheck-am
453 install-strip:
454         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455           INSTALL_STRIP_FLAG=-s \
456           `test -z '$(STRIP)' || \
457             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
458 mostlyclean-generic:
459
460 clean-generic:
461
462 distclean-generic:
463         -rm -f $(CONFIG_CLEAN_FILES)
464
465 maintainer-clean-generic:
466         @echo "This command is intended for maintainers to use"
467         @echo "it deletes files that may require special tools to rebuild."
468 clean: clean-am
469
470 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
471
472 distclean: distclean-am
473         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
474         -rm -rf ./$(DEPDIR)
475         -rm -f Makefile
476
477 distclean-am: clean-am distclean-compile distclean-generic \
478         distclean-tags
479
480 dvi: dvi-am
481
482 dvi-am:
483
484 info: info-am
485
486 info-am:
487
488 install-data-am:
489
490 install-exec-am: install-binPROGRAMS
491
492 install-info: install-info-am
493
494 install-man:
495
496 installcheck-am:
497
498 maintainer-clean: maintainer-clean-am
499         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
500         -rm -rf $(top_srcdir)/autom4te.cache
501         -rm -rf ./$(DEPDIR)
502         -rm -f Makefile
503
504 maintainer-clean-am: distclean-am maintainer-clean-generic
505
506 mostlyclean: mostlyclean-am
507
508 mostlyclean-am: mostlyclean-compile mostlyclean-generic
509
510 pdf: pdf-am
511
512 pdf-am:
513
514 ps: ps-am
515
516 ps-am:
517
518 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
519
520 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
521         clean-generic ctags dist dist-all dist-gzip distcheck distclean \
522         distclean-compile distclean-generic distclean-tags \
523         distcleancheck distdir distuninstallcheck dvi dvi-am info \
524         info-am install install-am install-binPROGRAMS install-data \
525         install-data-am install-exec install-exec-am install-info \
526         install-info-am install-man install-strip installcheck \
527         installcheck-am installdirs maintainer-clean \
528         maintainer-clean-generic mostlyclean mostlyclean-compile \
529         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
530         uninstall-am uninstall-binPROGRAMS uninstall-info-am
531
532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
533 # Otherwise a system limit (for SysV at least) may be exceeded.
534 .NOEXPORT: