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

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