Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/Makefile.in @ 3100

Last change on this file since 3100 was 3100, checked in by bensch, 19 years ago

orxonox/trunk: ability to disable GTK with ./configure —disable-gtk

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