ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
Revision: 1.10
Committed: Thu Mar 17 23:59:37 2005 UTC (19 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-2_0
Changes since 1.9: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 # Makefile.in generated by automake 1.7.9 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 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
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 host_triplet = @host@
39 ACLOCAL = @ACLOCAL@
40 ALLOCA = @ALLOCA@
41 AMDEP_FALSE = @AMDEP_FALSE@
42 AMDEP_TRUE = @AMDEP_TRUE@
43 AMTAR = @AMTAR@
44 AUTOCONF = @AUTOCONF@
45 AUTOHEADER = @AUTOHEADER@
46 AUTOMAKE = @AUTOMAKE@
47 AWK = @AWK@
48 CC = @CC@
49 CCDEPMODE = @CCDEPMODE@
50 CFLAGS = @CFLAGS@
51 CPP = @CPP@
52 CPPFLAGS = @CPPFLAGS@
53 CXX = @CXX@
54 CXXCPP = @CXXCPP@
55 CXXDEPMODE = @CXXDEPMODE@
56 CXXFLAGS = @CXXFLAGS@
57 CYGPATH_W = @CYGPATH_W@
58 DEFS = @DEFS@
59 DEPDIR = @DEPDIR@
60 ECHO_C = @ECHO_C@
61 ECHO_N = @ECHO_N@
62 ECHO_T = @ECHO_T@
63 EGREP = @EGREP@
64 EXEEXT = @EXEEXT@
65 GMSGFMT = @GMSGFMT@
66 HAVE_TUNTAP = @HAVE_TUNTAP@
67 IFSUBTYPE = @IFSUBTYPE@
68 IFTYPE = @IFTYPE@
69 INCLUDES = @INCLUDES@
70 INSTALL_DATA = @INSTALL_DATA@
71 INSTALL_PROGRAM = @INSTALL_PROGRAM@
72 INSTALL_SCRIPT = @INSTALL_SCRIPT@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 INTLLIBS = @INTLLIBS@
75 LDFLAGS = @LDFLAGS@
76 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
77 LIBICONV = @LIBICONV@
78 LIBINTL = @LIBINTL@
79 LIBOBJS = @LIBOBJS@
80 LIBS = @LIBS@
81 LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
82 LN_S = @LN_S@
83 LTLIBICONV = @LTLIBICONV@
84 LTLIBINTL = @LTLIBINTL@
85 LTLIBOBJS = @LTLIBOBJS@
86 MAINT = @MAINT@
87 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
88 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
89 MAKEINFO = @MAKEINFO@
90 MKINSTALLDIRS = @MKINSTALLDIRS@
91 MSGFMT = @MSGFMT@
92 MSGMERGE = @MSGMERGE@
93 OBJEXT = @OBJEXT@
94 PACKAGE = @PACKAGE@
95 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96 PACKAGE_NAME = @PACKAGE_NAME@
97 PACKAGE_STRING = @PACKAGE_STRING@
98 PACKAGE_TARNAME = @PACKAGE_TARNAME@
99 PACKAGE_VERSION = @PACKAGE_VERSION@
100 PATH_SEPARATOR = @PATH_SEPARATOR@
101 POSUB = @POSUB@
102 RANLIB = @RANLIB@
103 ROHC_FALSE = @ROHC_FALSE@
104 ROHC_TRUE = @ROHC_TRUE@
105 SET_MAKE = @SET_MAKE@
106 SHELL = @SHELL@
107 STRIP = @STRIP@
108 USE_NLS = @USE_NLS@
109 VERSION = @VERSION@
110 XGETTEXT = @XGETTEXT@
111 ac_ct_CC = @ac_ct_CC@
112 ac_ct_CXX = @ac_ct_CXX@
113 ac_ct_RANLIB = @ac_ct_RANLIB@
114 ac_ct_STRIP = @ac_ct_STRIP@
115 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119 am__include = @am__include@
120 am__leading_dot = @am__leading_dot@
121 am__quote = @am__quote@
122 bindir = @bindir@
123 build = @build@
124 build_alias = @build_alias@
125 build_cpu = @build_cpu@
126 build_os = @build_os@
127 build_vendor = @build_vendor@
128 datadir = @datadir@
129 exec_prefix = @exec_prefix@
130 host = @host@
131 host_alias = @host_alias@
132 host_cpu = @host_cpu@
133 host_os = @host_os@
134 host_vendor = @host_vendor@
135 includedir = @includedir@
136 infodir = @infodir@
137 install_sh = @install_sh@
138 libdir = @libdir@
139 libexecdir = @libexecdir@
140 localstatedir = @localstatedir@
141 mandir = @mandir@
142 oldincludedir = @oldincludedir@
143 prefix = @prefix@
144 program_transform_name = @program_transform_name@
145 sbindir = @sbindir@
146 sharedstatedir = @sharedstatedir@
147 sysconfdir = @sysconfdir@
148 target = @target@
149 target_alias = @target_alias@
150 target_cpu = @target_cpu@
151 target_os = @target_os@
152 target_vendor = @target_vendor@
153
154 AUTOMAKE_OPTIONS = gnu
155
156 SUBDIRS = m4 lib src doc po
157
158 ACLOCAL_AMFLAGS = -I m4
159
160 EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO
161
162 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
163 config.sub install-sh missing mkinstalldirs \
164 stamp-h.in m4/Makefile.am po/Makefile.in.in \
165 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
166 src/.libs intl depcomp
167
168 subdir = .
169 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
170 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
171 CONFIG_HEADER = config.h
172 CONFIG_CLEAN_FILES =
173 DIST_SOURCES =
174
175 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
176 ps-recursive install-info-recursive uninstall-info-recursive \
177 all-recursive install-data-recursive install-exec-recursive \
178 installdirs-recursive install-recursive uninstall-recursive \
179 check-recursive installcheck-recursive
180 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
181 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
182 TODO aclocal.m4 config.guess config.h.in config.rpath \
183 config.sub configure configure.ac depcomp install-sh missing \
184 mkinstalldirs
185 DIST_SUBDIRS = $(SUBDIRS)
186 all: config.h
187 $(MAKE) $(AM_MAKEFLAGS) all-recursive
188
189 .SUFFIXES:
190
191 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
192 configure.lineno
193 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
194 cd $(top_srcdir) && \
195 $(AUTOMAKE) --gnu Makefile
196 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
197 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
198
199 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
200 $(SHELL) ./config.status --recheck
201 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
202 cd $(srcdir) && $(AUTOCONF)
203
204 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/aclocal-include.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/openssl.m4 m4/progtest.m4 m4/stdint_h.m4 m4/tuntap.m4 m4/uintmax_t.m4 m4/ulonglong.m4
205 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
206
207 config.h: stamp-h1
208 @if test ! -f $@; then \
209 rm -f stamp-h1; \
210 $(MAKE) stamp-h1; \
211 else :; fi
212
213 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
214 @rm -f stamp-h1
215 cd $(top_builddir) && $(SHELL) ./config.status config.h
216
217 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
218 cd $(top_srcdir) && $(AUTOHEADER)
219 touch $(srcdir)/config.h.in
220
221 distclean-hdr:
222 -rm -f config.h stamp-h1
223 uninstall-info-am:
224
225 # This directory's subdirectories are mostly independent; you can cd
226 # into them and run `make' without going through this Makefile.
227 # To change the values of `make' variables: instead of editing Makefiles,
228 # (1) if the variable is set in `config.status', edit `config.status'
229 # (which will cause the Makefiles to be regenerated when you run `make');
230 # (2) otherwise, pass the desired values on the `make' command line.
231 $(RECURSIVE_TARGETS):
232 @set fnord $$MAKEFLAGS; amf=$$2; \
233 dot_seen=no; \
234 target=`echo $@ | sed s/-recursive//`; \
235 list='$(SUBDIRS)'; for subdir in $$list; do \
236 echo "Making $$target in $$subdir"; \
237 if test "$$subdir" = "."; then \
238 dot_seen=yes; \
239 local_target="$$target-am"; \
240 else \
241 local_target="$$target"; \
242 fi; \
243 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
244 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
245 done; \
246 if test "$$dot_seen" = "no"; then \
247 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
248 fi; test -z "$$fail"
249
250 mostlyclean-recursive clean-recursive distclean-recursive \
251 maintainer-clean-recursive:
252 @set fnord $$MAKEFLAGS; amf=$$2; \
253 dot_seen=no; \
254 case "$@" in \
255 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
256 *) list='$(SUBDIRS)' ;; \
257 esac; \
258 rev=''; for subdir in $$list; do \
259 if test "$$subdir" = "."; then :; else \
260 rev="$$subdir $$rev"; \
261 fi; \
262 done; \
263 rev="$$rev ."; \
264 target=`echo $@ | sed s/-recursive//`; \
265 for subdir in $$rev; do \
266 echo "Making $$target in $$subdir"; \
267 if test "$$subdir" = "."; then \
268 local_target="$$target-am"; \
269 else \
270 local_target="$$target"; \
271 fi; \
272 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
273 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
274 done && test -z "$$fail"
275 tags-recursive:
276 list='$(SUBDIRS)'; for subdir in $$list; do \
277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
278 done
279 ctags-recursive:
280 list='$(SUBDIRS)'; for subdir in $$list; do \
281 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
282 done
283
284 ETAGS = etags
285 ETAGSFLAGS =
286
287 CTAGS = ctags
288 CTAGSFLAGS =
289
290 tags: TAGS
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
301 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
302 $(TAGS_FILES) $(LISP)
303 tags=; \
304 here=`pwd`; \
305 if (etags --etags-include --version) >/dev/null 2>&1; then \
306 include_option=--etags-include; \
307 else \
308 include_option=--include; \
309 fi; \
310 list='$(SUBDIRS)'; for subdir in $$list; do \
311 if test "$$subdir" = .; then :; else \
312 test -f $$subdir/TAGS && \
313 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
314 fi; \
315 done; \
316 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
322 test -z "$(ETAGS_ARGS)$$tags$$unique" \
323 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
324 $$tags $$unique
325
326 ctags: CTAGS
327 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
328 $(TAGS_FILES) $(LISP)
329 tags=; \
330 here=`pwd`; \
331 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
332 unique=`for i in $$list; do \
333 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334 done | \
335 $(AWK) ' { files[$$0] = 1; } \
336 END { for (i in files) print i; }'`; \
337 test -z "$(CTAGS_ARGS)$$tags$$unique" \
338 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
339 $$tags $$unique
340
341 GTAGS:
342 here=`$(am__cd) $(top_builddir) && pwd` \
343 && cd $(top_srcdir) \
344 && gtags -i $(GTAGS_ARGS) $$here
345
346 distclean-tags:
347 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
348 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
349
350 top_distdir = .
351 distdir = $(PACKAGE)-$(VERSION)
352
353 am__remove_distdir = \
354 { test ! -d $(distdir) \
355 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
356 && rm -fr $(distdir); }; }
357
358 GZIP_ENV = --best
359 distuninstallcheck_listfiles = find . -type f -print
360 distcleancheck_listfiles = find . -type f -print
361
362 distdir: $(DISTFILES)
363 $(am__remove_distdir)
364 mkdir $(distdir)
365 $(mkinstalldirs) $(distdir)/po
366 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368 list='$(DISTFILES)'; for file in $$list; do \
369 case $$file in \
370 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
371 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
372 esac; \
373 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
375 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
376 dir="/$$dir"; \
377 $(mkinstalldirs) "$(distdir)$$dir"; \
378 else \
379 dir=''; \
380 fi; \
381 if test -d $$d/$$file; then \
382 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
384 fi; \
385 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
386 else \
387 test -f $(distdir)/$$file \
388 || cp -p $$d/$$file $(distdir)/$$file \
389 || exit 1; \
390 fi; \
391 done
392 list='$(SUBDIRS)'; for subdir in $$list; do \
393 if test "$$subdir" = .; then :; else \
394 test -d $(distdir)/$$subdir \
395 || mkdir $(distdir)/$$subdir \
396 || exit 1; \
397 (cd $$subdir && \
398 $(MAKE) $(AM_MAKEFLAGS) \
399 top_distdir="$(top_distdir)" \
400 distdir=../$(distdir)/$$subdir \
401 distdir) \
402 || exit 1; \
403 fi; \
404 done
405 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
406 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
407 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
408 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
409 || chmod -R a+r $(distdir)
410 dist-gzip: distdir
411 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
412 $(am__remove_distdir)
413
414 dist dist-all: distdir
415 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
416 $(am__remove_distdir)
417
418 # This target untars the dist file and tries a VPATH configuration. Then
419 # it guarantees that the distribution is self-contained by making another
420 # tarfile.
421 distcheck: dist
422 $(am__remove_distdir)
423 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
424 chmod -R a-w $(distdir); chmod a+w $(distdir)
425 mkdir $(distdir)/_build
426 mkdir $(distdir)/_inst
427 chmod a-w $(distdir)
428 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
429 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
430 && cd $(distdir)/_build \
431 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
432 $(DISTCHECK_CONFIGURE_FLAGS) \
433 && $(MAKE) $(AM_MAKEFLAGS) \
434 && $(MAKE) $(AM_MAKEFLAGS) dvi \
435 && $(MAKE) $(AM_MAKEFLAGS) check \
436 && $(MAKE) $(AM_MAKEFLAGS) install \
437 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
438 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
439 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
440 distuninstallcheck \
441 && chmod -R a-w "$$dc_install_base" \
442 && ({ \
443 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
444 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
445 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
446 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
447 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
448 } || { rm -rf "$$dc_destdir"; exit 1; }) \
449 && rm -rf "$$dc_destdir" \
450 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
451 && rm -f $(distdir).tar.gz \
452 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
453 $(am__remove_distdir)
454 @echo "$(distdir).tar.gz is ready for distribution" | \
455 sed 'h;s/./=/g;p;x;p;x'
456 distuninstallcheck:
457 @cd $(distuninstallcheck_dir) \
458 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
459 || { echo "ERROR: files left after uninstall:" ; \
460 if test -n "$(DESTDIR)"; then \
461 echo " (check DESTDIR support)"; \
462 fi ; \
463 $(distuninstallcheck_listfiles) ; \
464 exit 1; } >&2
465 distcleancheck: distclean
466 @if test '$(srcdir)' = . ; then \
467 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
468 exit 1 ; \
469 fi
470 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
471 || { echo "ERROR: files left in build directory after distclean:" ; \
472 $(distcleancheck_listfiles) ; \
473 exit 1; } >&2
474 check-am: all-am
475 check: check-recursive
476 all-am: Makefile config.h
477 installdirs: installdirs-recursive
478 installdirs-am:
479
480 install: install-recursive
481 install-exec: install-exec-recursive
482 install-data: install-data-recursive
483 uninstall: uninstall-recursive
484
485 install-am: all-am
486 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488 installcheck: installcheck-recursive
489 install-strip:
490 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 `test -z '$(STRIP)' || \
493 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494 mostlyclean-generic:
495
496 clean-generic:
497
498 distclean-generic:
499 -rm -f $(CONFIG_CLEAN_FILES)
500
501 maintainer-clean-generic:
502 @echo "This command is intended for maintainers to use"
503 @echo "it deletes files that may require special tools to rebuild."
504 clean: clean-recursive
505
506 clean-am: clean-generic mostlyclean-am
507
508 distclean: distclean-recursive
509 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
510 -rm -f Makefile
511 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
512
513 dvi: dvi-recursive
514
515 dvi-am:
516
517 info: info-recursive
518
519 info-am:
520
521 install-data-am:
522
523 install-exec-am:
524
525 install-info: install-info-recursive
526
527 install-man:
528
529 installcheck-am:
530
531 maintainer-clean: maintainer-clean-recursive
532 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
533 -rm -rf $(top_srcdir)/autom4te.cache
534 -rm -f Makefile
535 maintainer-clean-am: distclean-am maintainer-clean-generic
536
537 mostlyclean: mostlyclean-recursive
538
539 mostlyclean-am: mostlyclean-generic
540
541 pdf: pdf-recursive
542
543 pdf-am:
544
545 ps: ps-recursive
546
547 ps-am:
548
549 uninstall-am: uninstall-info-am
550
551 uninstall-info: uninstall-info-recursive
552
553 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
554 clean-generic clean-recursive ctags ctags-recursive dist \
555 dist-all dist-gzip distcheck distclean distclean-generic \
556 distclean-hdr distclean-recursive distclean-tags distcleancheck \
557 distdir distuninstallcheck dvi dvi-am dvi-recursive info \
558 info-am info-recursive install install-am install-data \
559 install-data-am install-data-recursive install-exec \
560 install-exec-am install-exec-recursive install-info \
561 install-info-am install-info-recursive install-man \
562 install-recursive install-strip installcheck installcheck-am \
563 installdirs installdirs-am installdirs-recursive \
564 maintainer-clean maintainer-clean-generic \
565 maintainer-clean-recursive mostlyclean mostlyclean-generic \
566 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
567 ps-recursive tags tags-recursive uninstall uninstall-am \
568 uninstall-info-am uninstall-info-recursive uninstall-recursive
569
570 # Tell versions [3.59,3.63) of GNU make to not export all variables.
571 # Otherwise a system limit (for SysV at least) may be exceeded.
572 .NOEXPORT: