/[pearpc]/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 20266 byte(s)
import upstream CVS
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@
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 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(top_srcdir)/configure AUTHORS COPYING ChangeLog TODO \
42 config.guess config.sub depcomp install-sh missing
43 subdir = .
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno configure.status.lineno
50 mkinstalldirs = $(mkdir_p)
51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-exec-recursive install-info-recursive \
58 install-recursive installcheck-recursive installdirs-recursive \
59 pdf-recursive ps-recursive uninstall-info-recursive \
60 uninstall-recursive
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 distdir = $(PACKAGE)-$(VERSION)
66 top_distdir = $(distdir)
67 am__remove_distdir = \
68 { test ! -d $(distdir) \
69 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70 && rm -fr $(distdir); }; }
71 DIST_ARCHIVES = $(distdir).tar.gz
72 GZIP_ENV = --best
73 distuninstallcheck_listfiles = find . -type f -print
74 distcleancheck_listfiles = find . -type f -print
75 ACLOCAL = @ACLOCAL@
76 AMDEP_FALSE = @AMDEP_FALSE@
77 AMDEP_TRUE = @AMDEP_TRUE@
78 AMTAR = @AMTAR@
79 AR = @AR@
80 ARCH_DIR = @ARCH_DIR@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCAS = @CCAS@
87 CCASFLAGS = @CCASFLAGS@
88 CCDEPMODE = @CCDEPMODE@
89 CFLAGS = @CFLAGS@
90 CPP = @CPP@
91 CPPFLAGS = @CPPFLAGS@
92 CPU_DIR = @CPU_DIR@
93 CXX = @CXX@
94 CXXDEPMODE = @CXXDEPMODE@
95 CXXFLAGS = @CXXFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 GREP = @GREP@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 LDFLAGS = @LDFLAGS@
110 LEX = @LEX@
111 LEXLIB = @LEXLIB@
112 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LTLIBOBJS = @LTLIBOBJS@
116 MAKE = @MAKE@
117 MAKEINFO = @MAKEINFO@
118 OBJEXT = @OBJEXT@
119 OSAPI_DIR = @OSAPI_DIR@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 PPC_LDADD = @PPC_LDADD@
128 PPC_LDFLAGS = @PPC_LDFLAGS@
129 QT_CFLAGS = @QT_CFLAGS@
130 RANLIB = @RANLIB@
131 SDL_CFLAGS = @SDL_CFLAGS@
132 SDL_CONFIG = @SDL_CONFIG@
133 SDL_LIBS = @SDL_LIBS@
134 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 STRIP = @STRIP@
137 UI_DIR = @UI_DIR@
138 USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
139 USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
140 USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
141 USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
142 USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
143 USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
144 USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
145 USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
146 USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
147 USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
148 USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
149 USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
150 USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
151 USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
152 USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
153 USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
154 USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
155 USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
156 USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
157 USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
158 USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
159 USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
160 USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
161 USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
162 USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
163 USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
164 VERSION = @VERSION@
165 XMKMF = @XMKMF@
166 X_CFLAGS = @X_CFLAGS@
167 X_EXTRA_LIBS = @X_EXTRA_LIBS@
168 X_LIBS = @X_LIBS@
169 X_PRE_LIBS = @X_PRE_LIBS@
170 YACC = @YACC@
171 YFLAGS = @YFLAGS@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_CXX = @ac_ct_CXX@
174 ac_thread = @ac_thread@
175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
178 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 bindir = @bindir@
183 build = @build@
184 build_alias = @build_alias@
185 build_cpu = @build_cpu@
186 build_os = @build_os@
187 build_vendor = @build_vendor@
188 datadir = @datadir@
189 datarootdir = @datarootdir@
190 docdir = @docdir@
191 dvidir = @dvidir@
192 exec_prefix = @exec_prefix@
193 host = @host@
194 host_alias = @host_alias@
195 host_cpu = @host_cpu@
196 host_os = @host_os@
197 host_vendor = @host_vendor@
198 htmldir = @htmldir@
199 includedir = @includedir@
200 infodir = @infodir@
201 install_sh = @install_sh@
202 libdir = @libdir@
203 libexecdir = @libexecdir@
204 localedir = @localedir@
205 localstatedir = @localstatedir@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 sysconfdir = @sysconfdir@
216 target = @target@
217 target_alias = @target_alias@
218 target_cpu = @target_cpu@
219 target_os = @target_os@
220 target_vendor = @target_vendor@
221 AUTOMAKE_OPTIONS = foreign
222 EXTRA_DIST = TODO ChangeLog README COPYING AUTHORS ppccfg.example video.x sdl.m4
223 SUBDIRS = doc src scripts
224 all: config.h
225 $(MAKE) $(AM_MAKEFLAGS) all-recursive
226
227 .SUFFIXES:
228 am--refresh:
229 @:
230 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
231 @for dep in $?; do \
232 case '$(am__configure_deps)' in \
233 *$$dep*) \
234 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
235 cd $(srcdir) && $(AUTOMAKE) --foreign \
236 && exit 0; \
237 exit 1;; \
238 esac; \
239 done; \
240 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
241 cd $(top_srcdir) && \
242 $(AUTOMAKE) --foreign Makefile
243 .PRECIOUS: Makefile
244 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245 @case '$?' in \
246 *config.status*) \
247 echo ' $(SHELL) ./config.status'; \
248 $(SHELL) ./config.status;; \
249 *) \
250 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
251 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
252 esac;
253
254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255 $(SHELL) ./config.status --recheck
256
257 $(top_srcdir)/configure: $(am__configure_deps)
258 cd $(srcdir) && $(AUTOCONF)
259 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
260 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
261
262 config.h: stamp-h1
263 @if test ! -f $@; then \
264 rm -f stamp-h1; \
265 $(MAKE) stamp-h1; \
266 else :; fi
267
268 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
269 @rm -f stamp-h1
270 cd $(top_builddir) && $(SHELL) ./config.status config.h
271 $(srcdir)/config.h.in: $(am__configure_deps)
272 cd $(top_srcdir) && $(AUTOHEADER)
273 rm -f stamp-h1
274 touch $@
275
276 distclean-hdr:
277 -rm -f config.h stamp-h1
278 uninstall-info-am:
279
280 # This directory's subdirectories are mostly independent; you can cd
281 # into them and run `make' without going through this Makefile.
282 # To change the values of `make' variables: instead of editing Makefiles,
283 # (1) if the variable is set in `config.status', edit `config.status'
284 # (which will cause the Makefiles to be regenerated when you run `make');
285 # (2) otherwise, pass the desired values on the `make' command line.
286 $(RECURSIVE_TARGETS):
287 @set fnord $$MAKEFLAGS; amf=$$2; \
288 dot_seen=no; \
289 target=`echo $@ | sed s/-recursive//`; \
290 list='$(SUBDIRS)'; for subdir in $$list; do \
291 echo "Making $$target in $$subdir"; \
292 if test "$$subdir" = "."; then \
293 dot_seen=yes; \
294 local_target="$$target-am"; \
295 else \
296 local_target="$$target"; \
297 fi; \
298 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
300 done; \
301 if test "$$dot_seen" = "no"; then \
302 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
303 fi; test -z "$$fail"
304
305 mostlyclean-recursive clean-recursive distclean-recursive \
306 maintainer-clean-recursive:
307 @set fnord $$MAKEFLAGS; amf=$$2; \
308 dot_seen=no; \
309 case "$@" in \
310 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311 *) list='$(SUBDIRS)' ;; \
312 esac; \
313 rev=''; for subdir in $$list; do \
314 if test "$$subdir" = "."; then :; else \
315 rev="$$subdir $$rev"; \
316 fi; \
317 done; \
318 rev="$$rev ."; \
319 target=`echo $@ | sed s/-recursive//`; \
320 for subdir in $$rev; do \
321 echo "Making $$target in $$subdir"; \
322 if test "$$subdir" = "."; then \
323 local_target="$$target-am"; \
324 else \
325 local_target="$$target"; \
326 fi; \
327 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329 done && test -z "$$fail"
330 tags-recursive:
331 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
333 done
334 ctags-recursive:
335 list='$(SUBDIRS)'; for subdir in $$list; do \
336 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
337 done
338
339 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340 list='$(SOURCES) $(HEADERS) $(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 mkid -fID $$unique
347 tags: TAGS
348
349 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
350 $(TAGS_FILES) $(LISP)
351 tags=; \
352 here=`pwd`; \
353 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
354 include_option=--etags-include; \
355 empty_fix=.; \
356 else \
357 include_option=--include; \
358 empty_fix=; \
359 fi; \
360 list='$(SUBDIRS)'; for subdir in $$list; do \
361 if test "$$subdir" = .; then :; else \
362 test ! -f $$subdir/TAGS || \
363 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
364 fi; \
365 done; \
366 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
367 unique=`for i in $$list; do \
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369 done | \
370 $(AWK) ' { files[$$0] = 1; } \
371 END { for (i in files) print i; }'`; \
372 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
373 test -n "$$unique" || unique=$$empty_fix; \
374 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375 $$tags $$unique; \
376 fi
377 ctags: CTAGS
378 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 tags=; \
381 here=`pwd`; \
382 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
383 unique=`for i in $$list; do \
384 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385 done | \
386 $(AWK) ' { files[$$0] = 1; } \
387 END { for (i in files) print i; }'`; \
388 test -z "$(CTAGS_ARGS)$$tags$$unique" \
389 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390 $$tags $$unique
391
392 GTAGS:
393 here=`$(am__cd) $(top_builddir) && pwd` \
394 && cd $(top_srcdir) \
395 && gtags -i $(GTAGS_ARGS) $$here
396
397 distclean-tags:
398 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400 distdir: $(DISTFILES)
401 $(am__remove_distdir)
402 mkdir $(distdir)
403 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
404 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
405 list='$(DISTFILES)'; for file in $$list; do \
406 case $$file in \
407 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
408 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
409 esac; \
410 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
412 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
413 dir="/$$dir"; \
414 $(mkdir_p) "$(distdir)$$dir"; \
415 else \
416 dir=''; \
417 fi; \
418 if test -d $$d/$$file; then \
419 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
421 fi; \
422 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
423 else \
424 test -f $(distdir)/$$file \
425 || cp -p $$d/$$file $(distdir)/$$file \
426 || exit 1; \
427 fi; \
428 done
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 if test "$$subdir" = .; then :; else \
431 test -d "$(distdir)/$$subdir" \
432 || mkdir "$(distdir)/$$subdir" \
433 || exit 1; \
434 (cd $$subdir && \
435 $(MAKE) $(AM_MAKEFLAGS) \
436 top_distdir="../$(top_distdir)" \
437 distdir="../$(distdir)/$$subdir" \
438 distdir) \
439 || exit 1; \
440 fi; \
441 done
442 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
443 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
444 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
445 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
446 || chmod -R a+r $(distdir)
447 dist-gzip: distdir
448 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
449 $(am__remove_distdir)
450
451 dist-bzip2: distdir
452 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
453 $(am__remove_distdir)
454
455 dist-tarZ: distdir
456 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
457 $(am__remove_distdir)
458
459 dist-shar: distdir
460 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
461 $(am__remove_distdir)
462
463 dist-zip: distdir
464 -rm -f $(distdir).zip
465 zip -rq $(distdir).zip $(distdir)
466 $(am__remove_distdir)
467
468 dist dist-all: distdir
469 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
470 $(am__remove_distdir)
471
472 # This target untars the dist file and tries a VPATH configuration. Then
473 # it guarantees that the distribution is self-contained by making another
474 # tarfile.
475 distcheck: dist
476 case '$(DIST_ARCHIVES)' in \
477 *.tar.gz*) \
478 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
479 *.tar.bz2*) \
480 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
481 *.tar.Z*) \
482 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
483 *.shar.gz*) \
484 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
485 *.zip*) \
486 unzip $(distdir).zip ;;\
487 esac
488 chmod -R a-w $(distdir); chmod a+w $(distdir)
489 mkdir $(distdir)/_build
490 mkdir $(distdir)/_inst
491 chmod a-w $(distdir)
492 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
493 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
494 && cd $(distdir)/_build \
495 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
496 $(DISTCHECK_CONFIGURE_FLAGS) \
497 && $(MAKE) $(AM_MAKEFLAGS) \
498 && $(MAKE) $(AM_MAKEFLAGS) dvi \
499 && $(MAKE) $(AM_MAKEFLAGS) check \
500 && $(MAKE) $(AM_MAKEFLAGS) install \
501 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
502 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
503 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
504 distuninstallcheck \
505 && chmod -R a-w "$$dc_install_base" \
506 && ({ \
507 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
509 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
510 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
511 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
512 } || { rm -rf "$$dc_destdir"; exit 1; }) \
513 && rm -rf "$$dc_destdir" \
514 && $(MAKE) $(AM_MAKEFLAGS) dist \
515 && rm -rf $(DIST_ARCHIVES) \
516 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
517 $(am__remove_distdir)
518 @(echo "$(distdir) archives ready for distribution: "; \
519 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
520 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
521 distuninstallcheck:
522 @cd $(distuninstallcheck_dir) \
523 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
524 || { echo "ERROR: files left after uninstall:" ; \
525 if test -n "$(DESTDIR)"; then \
526 echo " (check DESTDIR support)"; \
527 fi ; \
528 $(distuninstallcheck_listfiles) ; \
529 exit 1; } >&2
530 distcleancheck: distclean
531 @if test '$(srcdir)' = . ; then \
532 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
533 exit 1 ; \
534 fi
535 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
536 || { echo "ERROR: files left in build directory after distclean:" ; \
537 $(distcleancheck_listfiles) ; \
538 exit 1; } >&2
539 check-am: all-am
540 check: check-recursive
541 all-am: Makefile config.h
542 installdirs: installdirs-recursive
543 installdirs-am:
544 install: install-recursive
545 install-exec: install-exec-recursive
546 install-data: install-data-recursive
547 uninstall: uninstall-recursive
548
549 install-am: all-am
550 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
552 installcheck: installcheck-recursive
553 install-strip:
554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 `test -z '$(STRIP)' || \
557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558 mostlyclean-generic:
559
560 clean-generic:
561
562 distclean-generic:
563 -rm -f $(CONFIG_CLEAN_FILES)
564
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-recursive
569
570 clean-am: clean-generic mostlyclean-am
571
572 distclean: distclean-recursive
573 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
574 -rm -f Makefile
575 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
576
577 dvi: dvi-recursive
578
579 dvi-am:
580
581 html: html-recursive
582
583 info: info-recursive
584
585 info-am:
586
587 install-data-am:
588
589 install-exec-am:
590
591 install-info: install-info-recursive
592
593 install-man:
594
595 installcheck-am:
596
597 maintainer-clean: maintainer-clean-recursive
598 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
599 -rm -rf $(top_srcdir)/autom4te.cache
600 -rm -f Makefile
601 maintainer-clean-am: distclean-am maintainer-clean-generic
602
603 mostlyclean: mostlyclean-recursive
604
605 mostlyclean-am: mostlyclean-generic
606
607 pdf: pdf-recursive
608
609 pdf-am:
610
611 ps: ps-recursive
612
613 ps-am:
614
615 uninstall-am: uninstall-info-am
616
617 uninstall-info: uninstall-info-recursive
618
619 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
620 check-am clean clean-generic clean-recursive ctags \
621 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
622 dist-tarZ dist-zip distcheck distclean distclean-generic \
623 distclean-hdr distclean-recursive distclean-tags \
624 distcleancheck distdir distuninstallcheck dvi dvi-am html \
625 html-am info info-am install install-am install-data \
626 install-data-am install-exec install-exec-am install-info \
627 install-info-am install-man install-strip installcheck \
628 installcheck-am installdirs installdirs-am maintainer-clean \
629 maintainer-clean-generic maintainer-clean-recursive \
630 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
631 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
632 uninstall-info-am
633
634
635 dist2: distdir
636 -chmod -R a+r $(distdir)
637 BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
638 -rm -rf $(distdir)
639
640 dist-all2: dist2
641 # Tell versions [3.59,3.63) of GNU make to not export all variables.
642 # Otherwise a system limit (for SysV at least) may be exceeded.
643 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26