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