~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Tina6/tina-libs/Makefile.in

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.