]> git.ipfire.org Git - thirdparty/dhcp.git/blob - Makefile.in
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
[thirdparty/dhcp.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(nobase_include_HEADERS) \
39 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40 $(top_srcdir)/configure depcomp install-sh missing
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46 configure.lineno configure.status.lineno
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/includes/config.h
49 CONFIG_CLEAN_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53 html-recursive info-recursive install-data-recursive \
54 install-exec-recursive install-info-recursive \
55 install-recursive installcheck-recursive installdirs-recursive \
56 pdf-recursive ps-recursive uninstall-info-recursive \
57 uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \
62 esac;
63 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64 am__installdirs = "$(DESTDIR)$(includedir)"
65 nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
66 HEADERS = $(nobase_include_HEADERS)
67 ETAGS = etags
68 CTAGS = ctags
69 DIST_SUBDIRS = $(SUBDIRS)
70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71 distdir = $(PACKAGE)-$(VERSION)
72 top_distdir = $(distdir)
73 am__remove_distdir = \
74 { test ! -d $(distdir) \
75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr $(distdir); }; }
77 DIST_ARCHIVES = $(distdir).tar.gz
78 GZIP_ENV = --best
79 distuninstallcheck_listfiles = find . -type f -print
80 distcleancheck_listfiles = find . -type f -print
81 ACLOCAL = @ACLOCAL@
82 AMDEP_FALSE = @AMDEP_FALSE@
83 AMDEP_TRUE = @AMDEP_TRUE@
84 AMTAR = @AMTAR@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 CC = @CC@
90 CCDEPMODE = @CCDEPMODE@
91 CFLAGS = @CFLAGS@
92 CPP = @CPP@
93 CPPFLAGS = @CPPFLAGS@
94 CYGPATH_W = @CYGPATH_W@
95 DEFS = @DEFS@
96 DEPDIR = @DEPDIR@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 GREP = @GREP@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LDFLAGS = @LDFLAGS@
108 LIBOBJS = @LIBOBJS@
109 LIBS = @LIBS@
110 LTLIBOBJS = @LTLIBOBJS@
111 MAKEINFO = @MAKEINFO@
112 OBJEXT = @OBJEXT@
113 PACKAGE = @PACKAGE@
114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115 PACKAGE_NAME = @PACKAGE_NAME@
116 PACKAGE_STRING = @PACKAGE_STRING@
117 PACKAGE_TARNAME = @PACKAGE_TARNAME@
118 PACKAGE_VERSION = @PACKAGE_VERSION@
119 PATH_SEPARATOR = @PATH_SEPARATOR@
120 RANLIB = @RANLIB@
121 SET_MAKE = @SET_MAKE@
122 SHELL = @SHELL@
123 STRIP = @STRIP@
124 VERSION = @VERSION@
125 ac_ct_CC = @ac_ct_CC@
126 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
127 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
128 am__include = @am__include@
129 am__leading_dot = @am__leading_dot@
130 am__quote = @am__quote@
131 am__tar = @am__tar@
132 am__untar = @am__untar@
133 bindir = @bindir@
134 build_alias = @build_alias@
135 byte_order = @byte_order@
136 datadir = @datadir@
137 datarootdir = @datarootdir@
138 docdir = @docdir@
139 dvidir = @dvidir@
140 exec_prefix = @exec_prefix@
141 host_alias = @host_alias@
142 htmldir = @htmldir@
143 includedir = @includedir@
144 infodir = @infodir@
145 install_sh = @install_sh@
146 libdir = @libdir@
147 libexecdir = @libexecdir@
148 localedir = @localedir@
149 localstatedir = @localstatedir@
150 mandir = @mandir@
151 mkdir_p = @mkdir_p@
152 oldincludedir = @oldincludedir@
153 pdfdir = @pdfdir@
154 prefix = @prefix@
155 program_transform_name = @program_transform_name@
156 psdir = @psdir@
157 sbindir = @sbindir@
158 sharedstatedir = @sharedstatedir@
159 sysconfdir = @sysconfdir@
160 target_alias = @target_alias@
161 EXTRA_DIST = contrib/* contrib/ms2isc/* doc/* tests/DHCPv6/* tests/failover/*
162 SUBDIRS = includes common minires dst omapip client dhcpctl relay server
163 nobase_include_HEADERS = dhcpctl/dhcpctl.h
164 all: all-recursive
165
166 .SUFFIXES:
167 am--refresh:
168 @:
169 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
170 @for dep in $?; do \
171 case '$(am__configure_deps)' in \
172 *$$dep*) \
173 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
174 cd $(srcdir) && $(AUTOMAKE) --foreign \
175 && exit 0; \
176 exit 1;; \
177 esac; \
178 done; \
179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
180 cd $(top_srcdir) && \
181 $(AUTOMAKE) --foreign Makefile
182 .PRECIOUS: Makefile
183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184 @case '$?' in \
185 *config.status*) \
186 echo ' $(SHELL) ./config.status'; \
187 $(SHELL) ./config.status;; \
188 *) \
189 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
190 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
191 esac;
192
193 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
194 $(SHELL) ./config.status --recheck
195
196 $(top_srcdir)/configure: $(am__configure_deps)
197 cd $(srcdir) && $(AUTOCONF)
198 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
199 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
200 uninstall-info-am:
201 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
202 @$(NORMAL_INSTALL)
203 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
204 @$(am__vpath_adj_setup) \
205 list='$(nobase_include_HEADERS)'; for p in $$list; do \
206 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
207 $(am__vpath_adj) \
208 echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
209 $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
210 done
211
212 uninstall-nobase_includeHEADERS:
213 @$(NORMAL_UNINSTALL)
214 @$(am__vpath_adj_setup) \
215 list='$(nobase_include_HEADERS)'; for p in $$list; do \
216 $(am__vpath_adj) \
217 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
218 rm -f "$(DESTDIR)$(includedir)/$$f"; \
219 done
220
221 # This directory's subdirectories are mostly independent; you can cd
222 # into them and run `make' without going through this Makefile.
223 # To change the values of `make' variables: instead of editing Makefiles,
224 # (1) if the variable is set in `config.status', edit `config.status'
225 # (which will cause the Makefiles to be regenerated when you run `make');
226 # (2) otherwise, pass the desired values on the `make' command line.
227 $(RECURSIVE_TARGETS):
228 @failcom='exit 1'; \
229 for f in x $$MAKEFLAGS; do \
230 case $$f in \
231 *=* | --[!k]*);; \
232 *k*) failcom='fail=yes';; \
233 esac; \
234 done; \
235 dot_seen=no; \
236 target=`echo $@ | sed s/-recursive//`; \
237 list='$(SUBDIRS)'; for subdir in $$list; do \
238 echo "Making $$target in $$subdir"; \
239 if test "$$subdir" = "."; then \
240 dot_seen=yes; \
241 local_target="$$target-am"; \
242 else \
243 local_target="$$target"; \
244 fi; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
246 || eval $$failcom; \
247 done; \
248 if test "$$dot_seen" = "no"; then \
249 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
250 fi; test -z "$$fail"
251
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
254 @failcom='exit 1'; \
255 for f in x $$MAKEFLAGS; do \
256 case $$f in \
257 *=* | --[!k]*);; \
258 *k*) failcom='fail=yes';; \
259 esac; \
260 done; \
261 dot_seen=no; \
262 case "$@" in \
263 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
264 *) list='$(SUBDIRS)' ;; \
265 esac; \
266 rev=''; for subdir in $$list; do \
267 if test "$$subdir" = "."; then :; else \
268 rev="$$subdir $$rev"; \
269 fi; \
270 done; \
271 rev="$$rev ."; \
272 target=`echo $@ | sed s/-recursive//`; \
273 for subdir in $$rev; do \
274 echo "Making $$target in $$subdir"; \
275 if test "$$subdir" = "."; then \
276 local_target="$$target-am"; \
277 else \
278 local_target="$$target"; \
279 fi; \
280 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281 || eval $$failcom; \
282 done && test -z "$$fail"
283 tags-recursive:
284 list='$(SUBDIRS)'; for subdir in $$list; do \
285 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
286 done
287 ctags-recursive:
288 list='$(SUBDIRS)'; for subdir in $$list; do \
289 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
290 done
291
292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) ' { files[$$0] = 1; } \
298 END { for (i in files) print i; }'`; \
299 mkid -fID $$unique
300 tags: TAGS
301
302 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
304 tags=; \
305 here=`pwd`; \
306 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
307 include_option=--etags-include; \
308 empty_fix=.; \
309 else \
310 include_option=--include; \
311 empty_fix=; \
312 fi; \
313 list='$(SUBDIRS)'; for subdir in $$list; do \
314 if test "$$subdir" = .; then :; else \
315 test ! -f $$subdir/TAGS || \
316 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
317 fi; \
318 done; \
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320 unique=`for i in $$list; do \
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322 done | \
323 $(AWK) ' { files[$$0] = 1; } \
324 END { for (i in files) print i; }'`; \
325 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326 test -n "$$unique" || unique=$$empty_fix; \
327 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328 $$tags $$unique; \
329 fi
330 ctags: CTAGS
331 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
332 $(TAGS_FILES) $(LISP)
333 tags=; \
334 here=`pwd`; \
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338 done | \
339 $(AWK) ' { files[$$0] = 1; } \
340 END { for (i in files) print i; }'`; \
341 test -z "$(CTAGS_ARGS)$$tags$$unique" \
342 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343 $$tags $$unique
344
345 GTAGS:
346 here=`$(am__cd) $(top_builddir) && pwd` \
347 && cd $(top_srcdir) \
348 && gtags -i $(GTAGS_ARGS) $$here
349
350 distclean-tags:
351 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
353 distdir: $(DISTFILES)
354 $(am__remove_distdir)
355 mkdir $(distdir)
356 $(mkdir_p) $(distdir)/contrib $(distdir)/contrib/ms2isc $(distdir)/dhcpctl $(distdir)/doc $(distdir)/tests/DHCPv6 $(distdir)/tests/failover
357 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
358 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
359 list='$(DISTFILES)'; for file in $$list; do \
360 case $$file in \
361 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
362 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
363 esac; \
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
366 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
367 dir="/$$dir"; \
368 $(mkdir_p) "$(distdir)$$dir"; \
369 else \
370 dir=''; \
371 fi; \
372 if test -d $$d/$$file; then \
373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375 fi; \
376 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
377 else \
378 test -f $(distdir)/$$file \
379 || cp -p $$d/$$file $(distdir)/$$file \
380 || exit 1; \
381 fi; \
382 done
383 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
384 if test "$$subdir" = .; then :; else \
385 test -d "$(distdir)/$$subdir" \
386 || $(mkdir_p) "$(distdir)/$$subdir" \
387 || exit 1; \
388 distdir=`$(am__cd) $(distdir) && pwd`; \
389 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
390 (cd $$subdir && \
391 $(MAKE) $(AM_MAKEFLAGS) \
392 top_distdir="$$top_distdir" \
393 distdir="$$distdir/$$subdir" \
394 distdir) \
395 || exit 1; \
396 fi; \
397 done
398 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
399 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
400 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
401 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
402 || chmod -R a+r $(distdir)
403 dist-gzip: distdir
404 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
405 $(am__remove_distdir)
406
407 dist-bzip2: distdir
408 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
409 $(am__remove_distdir)
410
411 dist-tarZ: distdir
412 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
413 $(am__remove_distdir)
414
415 dist-shar: distdir
416 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
417 $(am__remove_distdir)
418
419 dist-zip: distdir
420 -rm -f $(distdir).zip
421 zip -rq $(distdir).zip $(distdir)
422 $(am__remove_distdir)
423
424 dist dist-all: distdir
425 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
426 $(am__remove_distdir)
427
428 # This target untars the dist file and tries a VPATH configuration. Then
429 # it guarantees that the distribution is self-contained by making another
430 # tarfile.
431 distcheck: dist
432 case '$(DIST_ARCHIVES)' in \
433 *.tar.gz*) \
434 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
435 *.tar.bz2*) \
436 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
437 *.tar.Z*) \
438 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
439 *.shar.gz*) \
440 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
441 *.zip*) \
442 unzip $(distdir).zip ;;\
443 esac
444 chmod -R a-w $(distdir); chmod a+w $(distdir)
445 mkdir $(distdir)/_build
446 mkdir $(distdir)/_inst
447 chmod a-w $(distdir)
448 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
449 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
450 && cd $(distdir)/_build \
451 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
452 $(DISTCHECK_CONFIGURE_FLAGS) \
453 && $(MAKE) $(AM_MAKEFLAGS) \
454 && $(MAKE) $(AM_MAKEFLAGS) dvi \
455 && $(MAKE) $(AM_MAKEFLAGS) check \
456 && $(MAKE) $(AM_MAKEFLAGS) install \
457 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
458 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
459 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
460 distuninstallcheck \
461 && chmod -R a-w "$$dc_install_base" \
462 && ({ \
463 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
464 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
465 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
466 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
467 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
468 } || { rm -rf "$$dc_destdir"; exit 1; }) \
469 && rm -rf "$$dc_destdir" \
470 && $(MAKE) $(AM_MAKEFLAGS) dist \
471 && rm -rf $(DIST_ARCHIVES) \
472 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
473 $(am__remove_distdir)
474 @(echo "$(distdir) archives ready for distribution: "; \
475 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
476 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
477 distuninstallcheck:
478 @cd $(distuninstallcheck_dir) \
479 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
480 || { echo "ERROR: files left after uninstall:" ; \
481 if test -n "$(DESTDIR)"; then \
482 echo " (check DESTDIR support)"; \
483 fi ; \
484 $(distuninstallcheck_listfiles) ; \
485 exit 1; } >&2
486 distcleancheck: distclean
487 @if test '$(srcdir)' = . ; then \
488 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
489 exit 1 ; \
490 fi
491 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
492 || { echo "ERROR: files left in build directory after distclean:" ; \
493 $(distcleancheck_listfiles) ; \
494 exit 1; } >&2
495 check-am: all-am
496 check: check-recursive
497 all-am: Makefile $(HEADERS)
498 installdirs: installdirs-recursive
499 installdirs-am:
500 for dir in "$(DESTDIR)$(includedir)"; do \
501 test -z "$$dir" || $(mkdir_p) "$$dir"; \
502 done
503 install: install-recursive
504 install-exec: install-exec-recursive
505 install-data: install-data-recursive
506 uninstall: uninstall-recursive
507
508 install-am: all-am
509 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511 installcheck: installcheck-recursive
512 install-strip:
513 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515 `test -z '$(STRIP)' || \
516 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
517 mostlyclean-generic:
518
519 clean-generic:
520
521 distclean-generic:
522 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
523
524 maintainer-clean-generic:
525 @echo "This command is intended for maintainers to use"
526 @echo "it deletes files that may require special tools to rebuild."
527 clean: clean-recursive
528
529 clean-am: clean-generic mostlyclean-am
530
531 distclean: distclean-recursive
532 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
533 -rm -f Makefile
534 distclean-am: clean-am distclean-generic distclean-tags
535
536 dvi: dvi-recursive
537
538 dvi-am:
539
540 html: html-recursive
541
542 info: info-recursive
543
544 info-am:
545
546 install-data-am: install-nobase_includeHEADERS
547
548 install-exec-am:
549
550 install-info: install-info-recursive
551
552 install-man:
553
554 installcheck-am:
555
556 maintainer-clean: maintainer-clean-recursive
557 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
558 -rm -rf $(top_srcdir)/autom4te.cache
559 -rm -f Makefile
560 maintainer-clean-am: distclean-am maintainer-clean-generic
561
562 mostlyclean: mostlyclean-recursive
563
564 mostlyclean-am: mostlyclean-generic
565
566 pdf: pdf-recursive
567
568 pdf-am:
569
570 ps: ps-recursive
571
572 ps-am:
573
574 uninstall-am: uninstall-info-am uninstall-nobase_includeHEADERS
575
576 uninstall-info: uninstall-info-recursive
577
578 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
579 check-am clean clean-generic clean-recursive ctags \
580 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
581 dist-tarZ dist-zip distcheck distclean distclean-generic \
582 distclean-recursive distclean-tags distcleancheck distdir \
583 distuninstallcheck dvi dvi-am html html-am info info-am \
584 install install-am install-data install-data-am install-exec \
585 install-exec-am install-info install-info-am install-man \
586 install-nobase_includeHEADERS install-strip installcheck \
587 installcheck-am installdirs installdirs-am maintainer-clean \
588 maintainer-clean-generic maintainer-clean-recursive \
589 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
590 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
591 uninstall-info-am uninstall-nobase_includeHEADERS
592
593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
594 # Otherwise a system limit (for SysV at least) may be exceeded.
595 .NOEXPORT: