Browse Source

Second clean

Yann Weber 8 years ago
parent
commit
fe48619ca9
10 changed files with 0 additions and 9945 deletions
  1. 0
    676
      Makefile.in
  2. 0
    1135
      aclocal.m4
  3. 0
    66
      config/config.h
  4. 0
    65
      config/config.h.in
  5. 0
    1
      config/stamp-h1
  6. 0
    5840
      configure
  7. 0
    630
      depcomp
  8. 0
    520
      install-sh
  9. 0
    376
      missing
  10. 0
    636
      src/Makefile.in

+ 0
- 676
Makefile.in View File

@@ -1,676 +0,0 @@
1
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
-# @configure_input@
3
-
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
-# Inc.
7
-# This Makefile.in is free software; the Free Software Foundation
8
-# gives unlimited permission to copy and/or distribute it,
9
-# with or without modifications, as long as this notice is preserved.
10
-
11
-# This program is distributed in the hope that it will be useful,
12
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
-# PARTICULAR PURPOSE.
15
-
16
-@SET_MAKE@
17
-VPATH = @srcdir@
18
-pkgdatadir = $(datadir)/@PACKAGE@
19
-pkgincludedir = $(includedir)/@PACKAGE@
20
-pkglibdir = $(libdir)/@PACKAGE@
21
-pkglibexecdir = $(libexecdir)/@PACKAGE@
22
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
-install_sh_DATA = $(install_sh) -c -m 644
24
-install_sh_PROGRAM = $(install_sh) -c
25
-install_sh_SCRIPT = $(install_sh) -c
26
-INSTALL_HEADER = $(INSTALL_DATA)
27
-transform = $(program_transform_name)
28
-NORMAL_INSTALL = :
29
-PRE_INSTALL = :
30
-POST_INSTALL = :
31
-NORMAL_UNINSTALL = :
32
-PRE_UNINSTALL = :
33
-POST_UNINSTALL = :
34
-subdir = .
35
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
36
-	$(srcdir)/Makefile.in $(top_srcdir)/config/config.h.in \
37
-	$(top_srcdir)/configure COPYING depcomp install-sh missing
38
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
40
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
-	$(ACLOCAL_M4)
42
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
43
- configure.lineno config.status.lineno
44
-mkinstalldirs = $(install_sh) -d
45
-CONFIG_HEADER = $(top_builddir)/config/config.h
46
-CONFIG_CLEAN_FILES =
47
-CONFIG_CLEAN_VPATH_FILES =
48
-SOURCES =
49
-DIST_SOURCES =
50
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
-	html-recursive info-recursive install-data-recursive \
52
-	install-dvi-recursive install-exec-recursive \
53
-	install-html-recursive install-info-recursive \
54
-	install-pdf-recursive install-ps-recursive install-recursive \
55
-	installcheck-recursive installdirs-recursive pdf-recursive \
56
-	ps-recursive uninstall-recursive
57
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
58
-  distclean-recursive maintainer-clean-recursive
59
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
60
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
61
-	distdir dist dist-all distcheck
62
-ETAGS = etags
63
-CTAGS = ctags
64
-DIST_SUBDIRS = $(SUBDIRS)
65
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
-distdir = $(PACKAGE)-$(VERSION)
67
-top_distdir = $(distdir)
68
-am__remove_distdir = \
69
-  { test ! -d "$(distdir)" \
70
-    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
71
-         && rm -fr "$(distdir)"; }; }
72
-am__relativize = \
73
-  dir0=`pwd`; \
74
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
75
-  sed_rest='s,^[^/]*/*,,'; \
76
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
77
-  sed_butlast='s,/*[^/]*$$,,'; \
78
-  while test -n "$$dir1"; do \
79
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
80
-    if test "$$first" != "."; then \
81
-      if test "$$first" = ".."; then \
82
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
83
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
84
-      else \
85
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
86
-        if test "$$first2" = "$$first"; then \
87
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
88
-        else \
89
-          dir2="../$$dir2"; \
90
-        fi; \
91
-        dir0="$$dir0"/"$$first"; \
92
-      fi; \
93
-    fi; \
94
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
95
-  done; \
96
-  reldir="$$dir2"
97
-DIST_ARCHIVES = $(distdir).tar.gz
98
-GZIP_ENV = --best
99
-distuninstallcheck_listfiles = find . -type f -print
100
-distcleancheck_listfiles = find . -type f -print
101
-ACLOCAL = @ACLOCAL@
102
-AMTAR = @AMTAR@
103
-AUTOCONF = @AUTOCONF@
104
-AUTOHEADER = @AUTOHEADER@
105
-AUTOMAKE = @AUTOMAKE@
106
-AWK = @AWK@
107
-CC = @CC@
108
-CCDEPMODE = @CCDEPMODE@
109
-CFLAGS = @CFLAGS@
110
-CPP = @CPP@
111
-CPPFLAGS = @CPPFLAGS@
112
-CYGPATH_W = @CYGPATH_W@
113
-DEFS = @DEFS@
114
-DEPDIR = @DEPDIR@
115
-ECHO_C = @ECHO_C@
116
-ECHO_N = @ECHO_N@
117
-ECHO_T = @ECHO_T@
118
-EGREP = @EGREP@
119
-EXEEXT = @EXEEXT@
120
-GREP = @GREP@
121
-INSTALL = @INSTALL@
122
-INSTALL_DATA = @INSTALL_DATA@
123
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
-LDFLAGS = @LDFLAGS@
127
-LIBOBJS = @LIBOBJS@
128
-LIBS = @LIBS@
129
-LTLIBOBJS = @LTLIBOBJS@
130
-MAKEINFO = @MAKEINFO@
131
-MKDIR_P = @MKDIR_P@
132
-OBJEXT = @OBJEXT@
133
-PACKAGE = @PACKAGE@
134
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135
-PACKAGE_NAME = @PACKAGE_NAME@
136
-PACKAGE_STRING = @PACKAGE_STRING@
137
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
138
-PACKAGE_URL = @PACKAGE_URL@
139
-PACKAGE_VERSION = @PACKAGE_VERSION@
140
-PATH_SEPARATOR = @PATH_SEPARATOR@
141
-SDL_CFLAGS = @SDL_CFLAGS@
142
-SDL_CONFIG = @SDL_CONFIG@
143
-SDL_LIBS = @SDL_LIBS@
144
-SET_MAKE = @SET_MAKE@
145
-SHELL = @SHELL@
146
-STRIP = @STRIP@
147
-VERSION = @VERSION@
148
-abs_builddir = @abs_builddir@
149
-abs_srcdir = @abs_srcdir@
150
-abs_top_builddir = @abs_top_builddir@
151
-abs_top_srcdir = @abs_top_srcdir@
152
-ac_ct_CC = @ac_ct_CC@
153
-am__include = @am__include@
154
-am__leading_dot = @am__leading_dot@
155
-am__quote = @am__quote@
156
-am__tar = @am__tar@
157
-am__untar = @am__untar@
158
-bindir = @bindir@
159
-build_alias = @build_alias@
160
-builddir = @builddir@
161
-datadir = @datadir@
162
-datarootdir = @datarootdir@
163
-docdir = @docdir@
164
-dvidir = @dvidir@
165
-exec_prefix = @exec_prefix@
166
-host_alias = @host_alias@
167
-htmldir = @htmldir@
168
-includedir = @includedir@
169
-infodir = @infodir@
170
-install_sh = @install_sh@
171
-libdir = @libdir@
172
-libexecdir = @libexecdir@
173
-localedir = @localedir@
174
-localstatedir = @localstatedir@
175
-mandir = @mandir@
176
-mkdir_p = @mkdir_p@
177
-oldincludedir = @oldincludedir@
178
-pdfdir = @pdfdir@
179
-prefix = @prefix@
180
-program_transform_name = @program_transform_name@
181
-psdir = @psdir@
182
-sbindir = @sbindir@
183
-sharedstatedir = @sharedstatedir@
184
-srcdir = @srcdir@
185
-sysconfdir = @sysconfdir@
186
-target_alias = @target_alias@
187
-top_build_prefix = @top_build_prefix@
188
-top_builddir = @top_builddir@
189
-top_srcdir = @top_srcdir@
190
-SUBDIRS = src
191
-all: all-recursive
192
-
193
-.SUFFIXES:
194
-am--refresh:
195
-	@:
196
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
197
-	@for dep in $?; do \
198
-	  case '$(am__configure_deps)' in \
199
-	    *$$dep*) \
200
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
201
-	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
202
-		&& exit 0; \
203
-	      exit 1;; \
204
-	  esac; \
205
-	done; \
206
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
207
-	$(am__cd) $(top_srcdir) && \
208
-	  $(AUTOMAKE) --foreign Makefile
209
-.PRECIOUS: Makefile
210
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211
-	@case '$?' in \
212
-	  *config.status*) \
213
-	    echo ' $(SHELL) ./config.status'; \
214
-	    $(SHELL) ./config.status;; \
215
-	  *) \
216
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
217
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
218
-	esac;
219
-
220
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221
-	$(SHELL) ./config.status --recheck
222
-
223
-$(top_srcdir)/configure:  $(am__configure_deps)
224
-	$(am__cd) $(srcdir) && $(AUTOCONF)
225
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
226
-	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
227
-$(am__aclocal_m4_deps):
228
-
229
-config/config.h: config/stamp-h1
230
-	@if test ! -f $@; then \
231
-	  rm -f config/stamp-h1; \
232
-	  $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1; \
233
-	else :; fi
234
-
235
-config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status
236
-	@rm -f config/stamp-h1
237
-	cd $(top_builddir) && $(SHELL) ./config.status config/config.h
238
-$(top_srcdir)/config/config.h.in:  $(am__configure_deps) 
239
-	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
240
-	rm -f config/stamp-h1
241
-	touch $@
242
-
243
-distclean-hdr:
244
-	-rm -f config/config.h config/stamp-h1
245
-
246
-# This directory's subdirectories are mostly independent; you can cd
247
-# into them and run `make' without going through this Makefile.
248
-# To change the values of `make' variables: instead of editing Makefiles,
249
-# (1) if the variable is set in `config.status', edit `config.status'
250
-#     (which will cause the Makefiles to be regenerated when you run `make');
251
-# (2) otherwise, pass the desired values on the `make' command line.
252
-$(RECURSIVE_TARGETS):
253
-	@fail= failcom='exit 1'; \
254
-	for f in x $$MAKEFLAGS; do \
255
-	  case $$f in \
256
-	    *=* | --[!k]*);; \
257
-	    *k*) failcom='fail=yes';; \
258
-	  esac; \
259
-	done; \
260
-	dot_seen=no; \
261
-	target=`echo $@ | sed s/-recursive//`; \
262
-	list='$(SUBDIRS)'; for subdir in $$list; do \
263
-	  echo "Making $$target in $$subdir"; \
264
-	  if test "$$subdir" = "."; then \
265
-	    dot_seen=yes; \
266
-	    local_target="$$target-am"; \
267
-	  else \
268
-	    local_target="$$target"; \
269
-	  fi; \
270
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
271
-	  || eval $$failcom; \
272
-	done; \
273
-	if test "$$dot_seen" = "no"; then \
274
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275
-	fi; test -z "$$fail"
276
-
277
-$(RECURSIVE_CLEAN_TARGETS):
278
-	@fail= failcom='exit 1'; \
279
-	for f in x $$MAKEFLAGS; do \
280
-	  case $$f in \
281
-	    *=* | --[!k]*);; \
282
-	    *k*) failcom='fail=yes';; \
283
-	  esac; \
284
-	done; \
285
-	dot_seen=no; \
286
-	case "$@" in \
287
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
288
-	  *) list='$(SUBDIRS)' ;; \
289
-	esac; \
290
-	rev=''; for subdir in $$list; do \
291
-	  if test "$$subdir" = "."; then :; else \
292
-	    rev="$$subdir $$rev"; \
293
-	  fi; \
294
-	done; \
295
-	rev="$$rev ."; \
296
-	target=`echo $@ | sed s/-recursive//`; \
297
-	for subdir in $$rev; do \
298
-	  echo "Making $$target in $$subdir"; \
299
-	  if test "$$subdir" = "."; then \
300
-	    local_target="$$target-am"; \
301
-	  else \
302
-	    local_target="$$target"; \
303
-	  fi; \
304
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
305
-	  || eval $$failcom; \
306
-	done && test -z "$$fail"
307
-tags-recursive:
308
-	list='$(SUBDIRS)'; for subdir in $$list; do \
309
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310
-	done
311
-ctags-recursive:
312
-	list='$(SUBDIRS)'; for subdir in $$list; do \
313
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314
-	done
315
-
316
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318
-	unique=`for i in $$list; do \
319
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
-	  done | \
321
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
323
-	mkid -fID $$unique
324
-tags: TAGS
325
-
326
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
-		$(TAGS_FILES) $(LISP)
328
-	set x; \
329
-	here=`pwd`; \
330
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
331
-	  include_option=--etags-include; \
332
-	  empty_fix=.; \
333
-	else \
334
-	  include_option=--include; \
335
-	  empty_fix=; \
336
-	fi; \
337
-	list='$(SUBDIRS)'; for subdir in $$list; do \
338
-	  if test "$$subdir" = .; then :; else \
339
-	    test ! -f $$subdir/TAGS || \
340
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
341
-	  fi; \
342
-	done; \
343
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
-	unique=`for i in $$list; do \
345
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
-	  done | \
347
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
349
-	shift; \
350
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351
-	  test -n "$$unique" || unique=$$empty_fix; \
352
-	  if test $$# -gt 0; then \
353
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354
-	      "$$@" $$unique; \
355
-	  else \
356
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357
-	      $$unique; \
358
-	  fi; \
359
-	fi
360
-ctags: CTAGS
361
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
-		$(TAGS_FILES) $(LISP)
363
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
-	unique=`for i in $$list; do \
365
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
-	  done | \
367
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
369
-	test -z "$(CTAGS_ARGS)$$unique" \
370
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
-	     $$unique
372
-
373
-GTAGS:
374
-	here=`$(am__cd) $(top_builddir) && pwd` \
375
-	  && $(am__cd) $(top_srcdir) \
376
-	  && gtags -i $(GTAGS_ARGS) "$$here"
377
-
378
-distclean-tags:
379
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
-
381
-distdir: $(DISTFILES)
382
-	$(am__remove_distdir)
383
-	test -d "$(distdir)" || mkdir "$(distdir)"
384
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386
-	list='$(DISTFILES)'; \
387
-	  dist_files=`for file in $$list; do echo $$file; done | \
388
-	  sed -e "s|^$$srcdirstrip/||;t" \
389
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
390
-	case $$dist_files in \
391
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
392
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
393
-			   sort -u` ;; \
394
-	esac; \
395
-	for file in $$dist_files; do \
396
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397
-	  if test -d $$d/$$file; then \
398
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
399
-	    if test -d "$(distdir)/$$file"; then \
400
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401
-	    fi; \
402
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
404
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405
-	    fi; \
406
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
407
-	  else \
408
-	    test -f "$(distdir)/$$file" \
409
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
410
-	    || exit 1; \
411
-	  fi; \
412
-	done
413
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
414
-	  if test "$$subdir" = .; then :; else \
415
-	    test -d "$(distdir)/$$subdir" \
416
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
417
-	    || exit 1; \
418
-	  fi; \
419
-	done
420
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
421
-	  if test "$$subdir" = .; then :; else \
422
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
423
-	    $(am__relativize); \
424
-	    new_distdir=$$reldir; \
425
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
426
-	    $(am__relativize); \
427
-	    new_top_distdir=$$reldir; \
428
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
429
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
430
-	    ($(am__cd) $$subdir && \
431
-	      $(MAKE) $(AM_MAKEFLAGS) \
432
-	        top_distdir="$$new_top_distdir" \
433
-	        distdir="$$new_distdir" \
434
-		am__remove_distdir=: \
435
-		am__skip_length_check=: \
436
-		am__skip_mode_fix=: \
437
-	        distdir) \
438
-	      || exit 1; \
439
-	  fi; \
440
-	done
441
-	-test -n "$(am__skip_mode_fix)" \
442
-	|| find "$(distdir)" -type d ! -perm -755 \
443
-		-exec chmod u+rwx,go+rx {} \; -o \
444
-	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
445
-	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
446
-	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
447
-	|| chmod -R a+r "$(distdir)"
448
-dist-gzip: distdir
449
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
450
-	$(am__remove_distdir)
451
-
452
-dist-bzip2: distdir
453
-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
454
-	$(am__remove_distdir)
455
-
456
-dist-lzma: distdir
457
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
458
-	$(am__remove_distdir)
459
-
460
-dist-xz: distdir
461
-	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
462
-	$(am__remove_distdir)
463
-
464
-dist-tarZ: distdir
465
-	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
466
-	$(am__remove_distdir)
467
-
468
-dist-shar: distdir
469
-	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
470
-	$(am__remove_distdir)
471
-
472
-dist-zip: distdir
473
-	-rm -f $(distdir).zip
474
-	zip -rq $(distdir).zip $(distdir)
475
-	$(am__remove_distdir)
476
-
477
-dist dist-all: distdir
478
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
479
-	$(am__remove_distdir)
480
-
481
-# This target untars the dist file and tries a VPATH configuration.  Then
482
-# it guarantees that the distribution is self-contained by making another
483
-# tarfile.
484
-distcheck: dist
485
-	case '$(DIST_ARCHIVES)' in \
486
-	*.tar.gz*) \
487
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
488
-	*.tar.bz2*) \
489
-	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
490
-	*.tar.lzma*) \
491
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
492
-	*.tar.xz*) \
493
-	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
494
-	*.tar.Z*) \
495
-	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
496
-	*.shar.gz*) \
497
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
498
-	*.zip*) \
499
-	  unzip $(distdir).zip ;;\
500
-	esac
501
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
502
-	mkdir $(distdir)/_build
503
-	mkdir $(distdir)/_inst
504
-	chmod a-w $(distdir)
505
-	test -d $(distdir)/_build || exit 0; \
506
-	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
507
-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
508
-	  && am__cwd=`pwd` \
509
-	  && $(am__cd) $(distdir)/_build \
510
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
511
-	    $(DISTCHECK_CONFIGURE_FLAGS) \
512
-	  && $(MAKE) $(AM_MAKEFLAGS) \
513
-	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
514
-	  && $(MAKE) $(AM_MAKEFLAGS) check \
515
-	  && $(MAKE) $(AM_MAKEFLAGS) install \
516
-	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
517
-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
518
-	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
519
-	        distuninstallcheck \
520
-	  && chmod -R a-w "$$dc_install_base" \
521
-	  && ({ \
522
-	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
523
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
524
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
525
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
526
-	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
527
-	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
528
-	  && rm -rf "$$dc_destdir" \
529
-	  && $(MAKE) $(AM_MAKEFLAGS) dist \
530
-	  && rm -rf $(DIST_ARCHIVES) \
531
-	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
532
-	  && cd "$$am__cwd" \
533
-	  || exit 1
534
-	$(am__remove_distdir)
535
-	@(echo "$(distdir) archives ready for distribution: "; \
536
-	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
537
-	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
538
-distuninstallcheck:
539
-	@$(am__cd) '$(distuninstallcheck_dir)' \
540
-	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
541
-	   || { echo "ERROR: files left after uninstall:" ; \
542
-	        if test -n "$(DESTDIR)"; then \
543
-	          echo "  (check DESTDIR support)"; \
544
-	        fi ; \
545
-	        $(distuninstallcheck_listfiles) ; \
546
-	        exit 1; } >&2
547
-distcleancheck: distclean
548
-	@if test '$(srcdir)' = . ; then \
549
-	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
550
-	  exit 1 ; \
551
-	fi
552
-	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
553
-	  || { echo "ERROR: files left in build directory after distclean:" ; \
554
-	       $(distcleancheck_listfiles) ; \
555
-	       exit 1; } >&2
556
-check-am: all-am
557
-check: check-recursive
558
-all-am: Makefile
559
-installdirs: installdirs-recursive
560
-installdirs-am:
561
-install: install-recursive
562
-install-exec: install-exec-recursive
563
-install-data: install-data-recursive
564
-uninstall: uninstall-recursive
565
-
566
-install-am: all-am
567
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
568
-
569
-installcheck: installcheck-recursive
570
-install-strip:
571
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573
-	  `test -z '$(STRIP)' || \
574
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
575
-mostlyclean-generic:
576
-
577
-clean-generic:
578
-
579
-distclean-generic:
580
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
582
-
583
-maintainer-clean-generic:
584
-	@echo "This command is intended for maintainers to use"
585
-	@echo "it deletes files that may require special tools to rebuild."
586
-clean: clean-recursive
587
-
588
-clean-am: clean-generic mostlyclean-am
589
-
590
-distclean: distclean-recursive
591
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
592
-	-rm -f Makefile
593
-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
594
-
595
-dvi: dvi-recursive
596
-
597
-dvi-am:
598
-
599
-html: html-recursive
600
-
601
-html-am:
602
-
603
-info: info-recursive
604
-
605
-info-am:
606
-
607
-install-data-am:
608
-
609
-install-dvi: install-dvi-recursive
610
-
611
-install-dvi-am:
612
-
613
-install-exec-am:
614
-
615
-install-html: install-html-recursive
616
-
617
-install-html-am:
618
-
619
-install-info: install-info-recursive
620
-
621
-install-info-am:
622
-
623
-install-man:
624
-
625
-install-pdf: install-pdf-recursive
626
-
627
-install-pdf-am:
628
-
629
-install-ps: install-ps-recursive
630
-
631
-install-ps-am:
632
-
633
-installcheck-am:
634
-
635
-maintainer-clean: maintainer-clean-recursive
636
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
637
-	-rm -rf $(top_srcdir)/autom4te.cache
638
-	-rm -f Makefile
639
-maintainer-clean-am: distclean-am maintainer-clean-generic
640
-
641
-mostlyclean: mostlyclean-recursive
642
-
643
-mostlyclean-am: mostlyclean-generic
644
-
645
-pdf: pdf-recursive
646
-
647
-pdf-am:
648
-
649
-ps: ps-recursive
650
-
651
-ps-am:
652
-
653
-uninstall-am:
654
-
655
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
656
-	install-am install-strip tags-recursive
657
-
658
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659
-	all all-am am--refresh check check-am clean clean-generic \
660
-	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
661
-	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
662
-	distclean distclean-generic distclean-hdr distclean-tags \
663
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
664
-	html-am info info-am install install-am install-data \
665
-	install-data-am install-dvi install-dvi-am install-exec \
666
-	install-exec-am install-html install-html-am install-info \
667
-	install-info-am install-man install-pdf install-pdf-am \
668
-	install-ps install-ps-am install-strip installcheck \
669
-	installcheck-am installdirs installdirs-am maintainer-clean \
670
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
671
-	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
672
-
673
-
674
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
675
-# Otherwise a system limit (for SysV at least) may be exceeded.
676
-.NOEXPORT:

+ 0
- 1135
aclocal.m4
File diff suppressed because it is too large
View File


+ 0
- 66
config/config.h View File

@@ -1,66 +0,0 @@
1
-/* config/config.h.  Generated from config.h.in by configure.  */
2
-/* config/config.h.in.  Generated from configure.in by autoheader.  */
3
-
4
-/* Define to 1 if you have the `bzero' function. */
5
-#define HAVE_BZERO 1
6
-
7
-/* Define to 1 if you have the <inttypes.h> header file. */
8
-#define HAVE_INTTYPES_H 1
9
-
10
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
11
-   to 0 otherwise. */
12
-#define HAVE_MALLOC 1
13
-
14
-/* Define to 1 if you have the <memory.h> header file. */
15
-#define HAVE_MEMORY_H 1
16
-
17
-/* Define to 1 if you have the <stdint.h> header file. */
18
-#define HAVE_STDINT_H 1
19
-
20
-/* Define to 1 if you have the <stdlib.h> header file. */
21
-#define HAVE_STDLIB_H 1
22
-
23
-/* Define to 1 if you have the <strings.h> header file. */
24
-#define HAVE_STRINGS_H 1
25
-
26
-/* Define to 1 if you have the <string.h> header file. */
27
-#define HAVE_STRING_H 1
28
-
29
-/* Define to 1 if you have the <sys/stat.h> header file. */
30
-#define HAVE_SYS_STAT_H 1
31
-
32
-/* Define to 1 if you have the <sys/types.h> header file. */
33
-#define HAVE_SYS_TYPES_H 1
34
-
35
-/* Define to 1 if you have the <unistd.h> header file. */
36
-#define HAVE_UNISTD_H 1
37
-
38
-/* Name of package */
39
-#define PACKAGE "tansive"
40
-
41
-/* Define to the address where bug reports for this package should be sent. */
42
-#define PACKAGE_BUGREPORT ""
43
-
44
-/* Define to the full name of this package. */
45
-#define PACKAGE_NAME ""
46
-
47
-/* Define to the full name and version of this package. */
48
-#define PACKAGE_STRING ""
49
-
50
-/* Define to the one symbol short name of this package. */
51
-#define PACKAGE_TARNAME ""
52
-
53
-/* Define to the home page for this package. */
54
-#define PACKAGE_URL ""
55
-
56
-/* Define to the version of this package. */
57
-#define PACKAGE_VERSION ""
58
-
59
-/* Define to 1 if you have the ANSI C header files. */
60
-#define STDC_HEADERS 1
61
-
62
-/* Version number of package */
63
-#define VERSION "0.1.1"
64
-
65
-/* Define to rpl_malloc if the replacement function should be used. */
66
-/* #undef malloc */

+ 0
- 65
config/config.h.in View File

@@ -1,65 +0,0 @@
1
-/* config/config.h.in.  Generated from configure.in by autoheader.  */
2
-
3
-/* Define to 1 if you have the `bzero' function. */
4
-#undef HAVE_BZERO
5
-
6
-/* Define to 1 if you have the <inttypes.h> header file. */
7
-#undef HAVE_INTTYPES_H
8
-
9
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
10
-   to 0 otherwise. */
11
-#undef HAVE_MALLOC
12
-
13
-/* Define to 1 if you have the <memory.h> header file. */
14
-#undef HAVE_MEMORY_H
15
-
16
-/* Define to 1 if you have the <stdint.h> header file. */
17
-#undef HAVE_STDINT_H
18
-
19
-/* Define to 1 if you have the <stdlib.h> header file. */
20
-#undef HAVE_STDLIB_H
21
-
22
-/* Define to 1 if you have the <strings.h> header file. */
23
-#undef HAVE_STRINGS_H
24
-
25
-/* Define to 1 if you have the <string.h> header file. */
26
-#undef HAVE_STRING_H
27
-
28
-/* Define to 1 if you have the <sys/stat.h> header file. */
29
-#undef HAVE_SYS_STAT_H
30
-
31
-/* Define to 1 if you have the <sys/types.h> header file. */
32
-#undef HAVE_SYS_TYPES_H
33
-
34
-/* Define to 1 if you have the <unistd.h> header file. */
35
-#undef HAVE_UNISTD_H
36
-
37
-/* Name of package */
38
-#undef PACKAGE
39
-
40
-/* Define to the address where bug reports for this package should be sent. */
41
-#undef PACKAGE_BUGREPORT
42
-
43
-/* Define to the full name of this package. */
44
-#undef PACKAGE_NAME
45
-
46
-/* Define to the full name and version of this package. */
47
-#undef PACKAGE_STRING
48
-
49
-/* Define to the one symbol short name of this package. */
50
-#undef PACKAGE_TARNAME
51
-
52
-/* Define to the home page for this package. */
53
-#undef PACKAGE_URL
54
-
55
-/* Define to the version of this package. */
56
-#undef PACKAGE_VERSION
57
-
58
-/* Define to 1 if you have the ANSI C header files. */
59
-#undef STDC_HEADERS
60
-
61
-/* Version number of package */
62
-#undef VERSION
63
-
64
-/* Define to rpl_malloc if the replacement function should be used. */
65
-#undef malloc

+ 0
- 1
config/stamp-h1 View File

@@ -1 +0,0 @@
1
-timestamp for config/config.h

+ 0
- 5840
configure
File diff suppressed because it is too large
View File


+ 0
- 630
depcomp View File

@@ -1,630 +0,0 @@
1
-#! /bin/sh
2
-# depcomp - compile a program generating dependencies as side-effects
3
-
4
-scriptversion=2009-04-28.21; # UTC
5
-
6
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
7
-# Software Foundation, Inc.
8
-
9
-# This program is free software; you can redistribute it and/or modify
10
-# it under the terms of the GNU General Public License as published by
11
-# the Free Software Foundation; either version 2, or (at your option)
12
-# any later version.
13
-
14
-# This program is distributed in the hope that it will be useful,
15
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
-# GNU General Public License for more details.
18
-
19
-# You should have received a copy of the GNU General Public License
20
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
-
22
-# As a special exception to the GNU General Public License, if you
23
-# distribute this file as part of a program that contains a
24
-# configuration script generated by Autoconf, you may include it under
25
-# the same distribution terms that you use for the rest of that program.
26
-
27
-# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
28
-
29
-case $1 in
30
-  '')
31
-     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
32
-     exit 1;
33
-     ;;
34
-  -h | --h*)
35
-    cat <<\EOF
36
-Usage: depcomp [--help] [--version] PROGRAM [ARGS]
37
-
38
-Run PROGRAMS ARGS to compile a file, generating dependencies
39
-as side-effects.
40
-
41
-Environment variables:
42
-  depmode     Dependency tracking mode.
43
-  source      Source file read by `PROGRAMS ARGS'.
44
-  object      Object file output by `PROGRAMS ARGS'.
45
-  DEPDIR      directory where to store dependencies.
46
-  depfile     Dependency file to output.
47
-  tmpdepfile  Temporary file to use when outputing dependencies.
48
-  libtool     Whether libtool is used (yes/no).
49
-
50
-Report bugs to <bug-automake@gnu.org>.
51
-EOF
52
-    exit $?
53
-    ;;
54
-  -v | --v*)
55
-    echo "depcomp $scriptversion"
56
-    exit $?
57
-    ;;
58
-esac
59
-
60
-if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61
-  echo "depcomp: Variables source, object and depmode must be set" 1>&2
62
-  exit 1
63
-fi
64
-
65
-# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
66
-depfile=${depfile-`echo "$object" |
67
-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68
-tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
69
-
70
-rm -f "$tmpdepfile"
71
-
72
-# Some modes work just like other modes, but use different flags.  We
73
-# parameterize here, but still list the modes in the big case below,
74
-# to make depend.m4 easier to write.  Note that we *cannot* use a case
75
-# here, because this file can only contain one case statement.
76
-if test "$depmode" = hp; then
77
-  # HP compiler uses -M and no extra arg.
78
-  gccflag=-M
79
-  depmode=gcc
80
-fi
81
-
82
-if test "$depmode" = dashXmstdout; then
83
-   # This is just like dashmstdout with a different argument.
84
-   dashmflag=-xM
85
-   depmode=dashmstdout
86
-fi
87
-
88
-cygpath_u="cygpath -u -f -"
89
-if test "$depmode" = msvcmsys; then
90
-   # This is just like msvisualcpp but w/o cygpath translation.
91
-   # Just convert the backslash-escaped backslashes to single forward
92
-   # slashes to satisfy depend.m4
93
-   cygpath_u="sed s,\\\\\\\\,/,g"
94
-   depmode=msvisualcpp
95
-fi
96
-
97
-case "$depmode" in
98
-gcc3)
99
-## gcc 3 implements dependency tracking that does exactly what
100
-## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
101
-## it if -MD -MP comes after the -MF stuff.  Hmm.
102
-## Unfortunately, FreeBSD c89 acceptance of flags depends upon
103
-## the command line argument order; so add the flags where they
104
-## appear in depend2.am.  Note that the slowdown incurred here
105
-## affects only configure: in makefiles, %FASTDEP% shortcuts this.
106
-  for arg
107
-  do
108
-    case $arg in
109
-    -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
110
-    *)  set fnord "$@" "$arg" ;;
111
-    esac
112
-    shift # fnord
113
-    shift # $arg
114
-  done
115
-  "$@"
116
-  stat=$?
117
-  if test $stat -eq 0; then :
118
-  else
119
-    rm -f "$tmpdepfile"
120
-    exit $stat
121
-  fi
122
-  mv "$tmpdepfile" "$depfile"
123
-  ;;
124
-
125
-gcc)
126
-## There are various ways to get dependency output from gcc.  Here's
127
-## why we pick this rather obscure method:
128
-## - Don't want to use -MD because we'd like the dependencies to end
129
-##   up in a subdir.  Having to rename by hand is ugly.
130
-##   (We might end up doing this anyway to support other compilers.)
131
-## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
132
-##   -MM, not -M (despite what the docs say).
133
-## - Using -M directly means running the compiler twice (even worse
134
-##   than renaming).
135
-  if test -z "$gccflag"; then
136
-    gccflag=-MD,
137
-  fi
138
-  "$@" -Wp,"$gccflag$tmpdepfile"
139
-  stat=$?
140
-  if test $stat -eq 0; then :
141
-  else
142
-    rm -f "$tmpdepfile"
143
-    exit $stat
144
-  fi
145
-  rm -f "$depfile"
146
-  echo "$object : \\" > "$depfile"
147
-  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
148
-## The second -e expression handles DOS-style file names with drive letters.
149
-  sed -e 's/^[^:]*: / /' \
150
-      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
151
-## This next piece of magic avoids the `deleted header file' problem.
152
-## The problem is that when a header file which appears in a .P file
153
-## is deleted, the dependency causes make to die (because there is
154
-## typically no way to rebuild the header).  We avoid this by adding
155
-## dummy dependencies for each header file.  Too bad gcc doesn't do
156
-## this for us directly.
157
-  tr ' ' '
158
-' < "$tmpdepfile" |
159
-## Some versions of gcc put a space before the `:'.  On the theory
160
-## that the space means something, we add a space to the output as
161
-## well.
162
-## Some versions of the HPUX 10.20 sed can't process this invocation
163
-## correctly.  Breaking it into two sed invocations is a workaround.
164
-    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
165
-  rm -f "$tmpdepfile"
166
-  ;;
167
-
168
-hp)
169
-  # This case exists only to let depend.m4 do its work.  It works by
170
-  # looking at the text of this script.  This case will never be run,
171
-  # since it is checked for above.
172
-  exit 1
173
-  ;;
174
-
175
-sgi)
176
-  if test "$libtool" = yes; then
177
-    "$@" "-Wp,-MDupdate,$tmpdepfile"
178
-  else
179
-    "$@" -MDupdate "$tmpdepfile"
180
-  fi
181
-  stat=$?
182
-  if test $stat -eq 0; then :
183
-  else
184
-    rm -f "$tmpdepfile"
185
-    exit $stat
186
-  fi
187
-  rm -f "$depfile"
188
-
189
-  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
190
-    echo "$object : \\" > "$depfile"
191
-
192
-    # Clip off the initial element (the dependent).  Don't try to be
193
-    # clever and replace this with sed code, as IRIX sed won't handle
194
-    # lines with more than a fixed number of characters (4096 in
195
-    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
196
-    # the IRIX cc adds comments like `#:fec' to the end of the
197
-    # dependency line.
198
-    tr ' ' '
199
-' < "$tmpdepfile" \
200
-    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
201
-    tr '
202
-' ' ' >> "$depfile"
203
-    echo >> "$depfile"
204
-
205
-    # The second pass generates a dummy entry for each header file.
206
-    tr ' ' '
207
-' < "$tmpdepfile" \
208
-   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
209
-   >> "$depfile"
210
-  else
211
-    # The sourcefile does not contain any dependencies, so just
212
-    # store a dummy comment line, to avoid errors with the Makefile
213
-    # "include basename.Plo" scheme.
214
-    echo "#dummy" > "$depfile"
215
-  fi
216
-  rm -f "$tmpdepfile"
217
-  ;;
218
-
219
-aix)
220
-  # The C for AIX Compiler uses -M and outputs the dependencies
221
-  # in a .u file.  In older versions, this file always lives in the
222
-  # current directory.  Also, the AIX compiler puts `$object:' at the
223
-  # start of each line; $object doesn't have directory information.
224
-  # Version 6 uses the directory in both cases.
225
-  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
226
-  test "x$dir" = "x$object" && dir=
227
-  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
228
-  if test "$libtool" = yes; then
229
-    tmpdepfile1=$dir$base.u
230
-    tmpdepfile2=$base.u
231
-    tmpdepfile3=$dir.libs/$base.u
232
-    "$@" -Wc,-M
233
-  else
234
-    tmpdepfile1=$dir$base.u
235
-    tmpdepfile2=$dir$base.u
236
-    tmpdepfile3=$dir$base.u
237
-    "$@" -M
238
-  fi
239
-  stat=$?
240
-
241
-  if test $stat -eq 0; then :
242
-  else
243
-    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
244
-    exit $stat
245
-  fi
246
-
247
-  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
248
-  do
249
-    test -f "$tmpdepfile" && break
250
-  done
251
-  if test -f "$tmpdepfile"; then
252
-    # Each line is of the form `foo.o: dependent.h'.
253
-    # Do two passes, one to just change these to
254
-    # `$object: dependent.h' and one to simply `dependent.h:'.
255
-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
256
-    # That's a tab and a space in the [].
257
-    sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
258
-  else
259
-    # The sourcefile does not contain any dependencies, so just
260
-    # store a dummy comment line, to avoid errors with the Makefile
261
-    # "include basename.Plo" scheme.
262
-    echo "#dummy" > "$depfile"
263
-  fi
264
-  rm -f "$tmpdepfile"
265
-  ;;
266
-
267
-icc)
268
-  # Intel's C compiler understands `-MD -MF file'.  However on
269
-  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
270
-  # ICC 7.0 will fill foo.d with something like
271
-  #    foo.o: sub/foo.c
272
-  #    foo.o: sub/foo.h
273
-  # which is wrong.  We want:
274
-  #    sub/foo.o: sub/foo.c
275
-  #    sub/foo.o: sub/foo.h
276
-  #    sub/foo.c:
277
-  #    sub/foo.h:
278
-  # ICC 7.1 will output
279
-  #    foo.o: sub/foo.c sub/foo.h
280
-  # and will wrap long lines using \ :
281
-  #    foo.o: sub/foo.c ... \
282
-  #     sub/foo.h ... \
283
-  #     ...
284
-
285
-  "$@" -MD -MF "$tmpdepfile"
286
-  stat=$?
287
-  if test $stat -eq 0; then :
288
-  else
289
-    rm -f "$tmpdepfile"
290
-    exit $stat
291
-  fi
292
-  rm -f "$depfile"
293
-  # Each line is of the form `foo.o: dependent.h',
294
-  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
295
-  # Do two passes, one to just change these to
296
-  # `$object: dependent.h' and one to simply `dependent.h:'.
297
-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
298
-  # Some versions of the HPUX 10.20 sed can't process this invocation
299
-  # correctly.  Breaking it into two sed invocations is a workaround.
300
-  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
301
-    sed -e 's/$/ :/' >> "$depfile"
302
-  rm -f "$tmpdepfile"
303
-  ;;
304
-
305
-hp2)
306
-  # The "hp" stanza above does not work with aCC (C++) and HP's ia64
307
-  # compilers, which have integrated preprocessors.  The correct option
308
-  # to use with these is +Maked; it writes dependencies to a file named
309
-  # 'foo.d', which lands next to the object file, wherever that
310
-  # happens to be.
311
-  # Much of this is similar to the tru64 case; see comments there.
312
-  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
313
-  test "x$dir" = "x$object" && dir=
314
-  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
315
-  if test "$libtool" = yes; then
316
-    tmpdepfile1=$dir$base.d
317
-    tmpdepfile2=$dir.libs/$base.d
318
-    "$@" -Wc,+Maked
319
-  else
320
-    tmpdepfile1=$dir$base.d
321
-    tmpdepfile2=$dir$base.d
322
-    "$@" +Maked
323
-  fi
324
-  stat=$?
325
-  if test $stat -eq 0; then :
326
-  else
327
-     rm -f "$tmpdepfile1" "$tmpdepfile2"
328
-     exit $stat
329
-  fi
330
-
331
-  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
332
-  do
333
-    test -f "$tmpdepfile" && break
334
-  done
335
-  if test -f "$tmpdepfile"; then
336
-    sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
337
-    # Add `dependent.h:' lines.
338
-    sed -ne '2,${
339
-	       s/^ *//
340
-	       s/ \\*$//
341
-	       s/$/:/
342
-	       p
343
-	     }' "$tmpdepfile" >> "$depfile"
344
-  else
345
-    echo "#dummy" > "$depfile"
346
-  fi
347
-  rm -f "$tmpdepfile" "$tmpdepfile2"
348
-  ;;
349
-
350
-tru64)
351
-   # The Tru64 compiler uses -MD to generate dependencies as a side
352
-   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
353
-   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
354
-   # dependencies in `foo.d' instead, so we check for that too.
355
-   # Subdirectories are respected.
356
-   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
357
-   test "x$dir" = "x$object" && dir=
358
-   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
359
-
360
-   if test "$libtool" = yes; then
361
-      # With Tru64 cc, shared objects can also be used to make a
362
-      # static library.  This mechanism is used in libtool 1.4 series to
363
-      # handle both shared and static libraries in a single compilation.
364
-      # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
365
-      #
366
-      # With libtool 1.5 this exception was removed, and libtool now
367
-      # generates 2 separate objects for the 2 libraries.  These two
368
-      # compilations output dependencies in $dir.libs/$base.o.d and
369
-      # in $dir$base.o.d.  We have to check for both files, because
370
-      # one of the two compilations can be disabled.  We should prefer
371
-      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
372
-      # automatically cleaned when .libs/ is deleted, while ignoring
373
-      # the former would cause a distcleancheck panic.
374
-      tmpdepfile1=$dir.libs/$base.lo.d   # libtool 1.4
375
-      tmpdepfile2=$dir$base.o.d          # libtool 1.5
376
-      tmpdepfile3=$dir.libs/$base.o.d    # libtool 1.5
377
-      tmpdepfile4=$dir.libs/$base.d      # Compaq CCC V6.2-504
378
-      "$@" -Wc,-MD
379
-   else
380
-      tmpdepfile1=$dir$base.o.d
381
-      tmpdepfile2=$dir$base.d
382
-      tmpdepfile3=$dir$base.d
383
-      tmpdepfile4=$dir$base.d
384
-      "$@" -MD
385
-   fi
386
-
387
-   stat=$?
388
-   if test $stat -eq 0; then :
389
-   else
390
-      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
391
-      exit $stat
392
-   fi
393
-
394
-   for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
395
-   do
396
-     test -f "$tmpdepfile" && break
397
-   done
398
-   if test -f "$tmpdepfile"; then
399
-      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
400
-      # That's a tab and a space in the [].
401
-      sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
402
-   else
403
-      echo "#dummy" > "$depfile"
404
-   fi
405
-   rm -f "$tmpdepfile"
406
-   ;;
407
-
408
-#nosideeffect)
409
-  # This comment above is used by automake to tell side-effect
410
-  # dependency tracking mechanisms from slower ones.
411
-
412
-dashmstdout)
413
-  # Important note: in order to support this mode, a compiler *must*
414
-  # always write the preprocessed file to stdout, regardless of -o.
415
-  "$@" || exit $?
416
-
417
-  # Remove the call to Libtool.
418
-  if test "$libtool" = yes; then
419
-    while test "X$1" != 'X--mode=compile'; do
420
-      shift
421
-    done
422
-    shift
423
-  fi
424
-
425
-  # Remove `-o $object'.
426
-  IFS=" "
427
-  for arg
428
-  do
429
-    case $arg in
430
-    -o)
431
-      shift
432
-      ;;
433
-    $object)
434
-      shift
435
-      ;;
436
-    *)
437
-      set fnord "$@" "$arg"
438
-      shift # fnord
439
-      shift # $arg
440
-      ;;
441
-    esac
442
-  done
443
-
444
-  test -z "$dashmflag" && dashmflag=-M
445
-  # Require at least two characters before searching for `:'
446
-  # in the target name.  This is to cope with DOS-style filenames:
447
-  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
448
-  "$@" $dashmflag |
449
-    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
450
-  rm -f "$depfile"
451
-  cat < "$tmpdepfile" > "$depfile"
452
-  tr ' ' '
453
-' < "$tmpdepfile" | \
454
-## Some versions of the HPUX 10.20 sed can't process this invocation
455
-## correctly.  Breaking it into two sed invocations is a workaround.
456
-    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
457
-  rm -f "$tmpdepfile"
458
-  ;;
459
-
460
-dashXmstdout)
461
-  # This case only exists to satisfy depend.m4.  It is never actually
462
-  # run, as this mode is specially recognized in the preamble.
463
-  exit 1
464
-  ;;
465
-
466
-makedepend)
467
-  "$@" || exit $?
468
-  # Remove any Libtool call
469
-  if test "$libtool" = yes; then
470
-    while test "X$1" != 'X--mode=compile'; do
471
-      shift
472
-    done
473
-    shift
474
-  fi
475
-  # X makedepend
476
-  shift
477
-  cleared=no eat=no
478
-  for arg
479
-  do
480
-    case $cleared in
481
-    no)
482
-      set ""; shift
483
-      cleared=yes ;;
484
-    esac
485
-    if test $eat = yes; then
486
-      eat=no
487
-      continue
488
-    fi
489
-    case "$arg" in
490
-    -D*|-I*)
491
-      set fnord "$@" "$arg"; shift ;;
492
-    # Strip any option that makedepend may not understand.  Remove
493
-    # the object too, otherwise makedepend will parse it as a source file.
494
-    -arch)
495
-      eat=yes ;;
496
-    -*|$object)
497
-      ;;
498
-    *)
499
-      set fnord "$@" "$arg"; shift ;;
500
-    esac
501
-  done
502
-  obj_suffix=`echo "$object" | sed 's/^.*\././'`
503
-  touch "$tmpdepfile"
504
-  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
505
-  rm -f "$depfile"
506
-  cat < "$tmpdepfile" > "$depfile"
507
-  sed '1,2d' "$tmpdepfile" | tr ' ' '
508
-' | \
509
-## Some versions of the HPUX 10.20 sed can't process this invocation
510
-## correctly.  Breaking it into two sed invocations is a workaround.
511
-    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
512
-  rm -f "$tmpdepfile" "$tmpdepfile".bak
513
-  ;;
514
-
515
-cpp)
516
-  # Important note: in order to support this mode, a compiler *must*
517
-  # always write the preprocessed file to stdout.
518
-  "$@" || exit $?
519
-
520
-  # Remove the call to Libtool.
521
-  if test "$libtool" = yes; then
522
-    while test "X$1" != 'X--mode=compile'; do
523
-      shift
524
-    done
525
-    shift
526
-  fi
527
-
528
-  # Remove `-o $object'.
529
-  IFS=" "
530
-  for arg
531
-  do
532
-    case $arg in
533
-    -o)
534
-      shift
535
-      ;;
536
-    $object)
537
-      shift
538
-      ;;
539
-    *)
540
-      set fnord "$@" "$arg"
541
-      shift # fnord
542
-      shift # $arg
543
-      ;;
544
-    esac
545
-  done
546
-
547
-  "$@" -E |
548
-    sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
549
-       -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
550
-    sed '$ s: \\$::' > "$tmpdepfile"
551
-  rm -f "$depfile"
552
-  echo "$object : \\" > "$depfile"
553
-  cat < "$tmpdepfile" >> "$depfile"
554
-  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
555
-  rm -f "$tmpdepfile"
556
-  ;;
557
-
558
-msvisualcpp)
559
-  # Important note: in order to support this mode, a compiler *must*
560
-  # always write the preprocessed file to stdout.
561
-  "$@" || exit $?
562
-
563
-  # Remove the call to Libtool.
564
-  if test "$libtool" = yes; then
565
-    while test "X$1" != 'X--mode=compile'; do
566
-      shift
567
-    done
568
-    shift
569
-  fi
570
-
571
-  IFS=" "
572
-  for arg
573
-  do
574
-    case "$arg" in
575
-    -o)
576
-      shift
577
-      ;;
578
-    $object)
579
-      shift
580
-      ;;
581
-    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
582
-	set fnord "$@"
583
-	shift
584
-	shift
585
-	;;
586
-    *)
587
-	set fnord "$@" "$arg"
588
-	shift
589
-	shift
590
-	;;
591
-    esac
592
-  done
593
-  "$@" -E 2>/dev/null |
594
-  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
595
-  rm -f "$depfile"
596
-  echo "$object : \\" > "$depfile"
597
-  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::	\1 \\:p' >> "$depfile"
598
-  echo "	" >> "$depfile"
599
-  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
600
-  rm -f "$tmpdepfile"
601
-  ;;
602
-
603
-msvcmsys)
604
-  # This case exists only to let depend.m4 do its work.  It works by
605
-  # looking at the text of this script.  This case will never be run,
606
-  # since it is checked for above.
607
-  exit 1
608
-  ;;
609
-
610
-none)
611
-  exec "$@"
612
-  ;;
613
-
614
-*)
615
-  echo "Unknown depmode $depmode" 1>&2
616
-  exit 1
617
-  ;;
618
-esac
619
-
620
-exit 0
621
-
622
-# Local Variables:
623
-# mode: shell-script
624
-# sh-indentation: 2
625
-# eval: (add-hook 'write-file-hooks 'time-stamp)
626
-# time-stamp-start: "scriptversion="
627
-# time-stamp-format: "%:y-%02m-%02d.%02H"
628
-# time-stamp-time-zone: "UTC"
629
-# time-stamp-end: "; # UTC"
630
-# End:

+ 0
- 520
install-sh View File

@@ -1,520 +0,0 @@
1
-#!/bin/sh
2
-# install - install a program, script, or datafile
3
-
4
-scriptversion=2009-04-28.21; # UTC
5
-
6
-# This originates from X11R5 (mit/util/scripts/install.sh), which was
7
-# later released in X11R6 (xc/config/util/install.sh) with the
8
-# following copyright and license.
9
-#
10
-# Copyright (C) 1994 X Consortium
11
-#
12
-# Permission is hereby granted, free of charge, to any person obtaining a copy
13
-# of this software and associated documentation files (the "Software"), to
14
-# deal in the Software without restriction, including without limitation the
15
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
16
-# sell copies of the Software, and to permit persons to whom the Software is
17
-# furnished to do so, subject to the following conditions:
18
-#
19
-# The above copyright notice and this permission notice shall be included in
20
-# all copies or substantial portions of the Software.
21
-#
22
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
25
-# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
26
-# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
27
-# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
-#
29
-# Except as contained in this notice, the name of the X Consortium shall not
30
-# be used in advertising or otherwise to promote the sale, use or other deal-
31
-# ings in this Software without prior written authorization from the X Consor-
32
-# tium.
33
-#
34
-#
35
-# FSF changes to this file are in the public domain.
36
-#
37
-# Calling this script install-sh is preferred over install.sh, to prevent
38
-# `make' implicit rules from creating a file called install from it
39
-# when there is no Makefile.
40
-#
41
-# This script is compatible with the BSD install script, but was written
42
-# from scratch.
43
-
44
-nl='
45
-'
46
-IFS=" ""	$nl"
47
-
48
-# set DOITPROG to echo to test this script
49
-
50
-# Don't use :- since 4.3BSD and earlier shells don't like it.
51
-doit=${DOITPROG-}
52
-if test -z "$doit"; then
53
-  doit_exec=exec
54
-else
55
-  doit_exec=$doit
56
-fi
57
-
58
-# Put in absolute file names if you don't have them in your path;
59
-# or use environment vars.
60
-
61
-chgrpprog=${CHGRPPROG-chgrp}
62
-chmodprog=${CHMODPROG-chmod}
63
-chownprog=${CHOWNPROG-chown}
64
-cmpprog=${CMPPROG-cmp}
65
-cpprog=${CPPROG-cp}
66
-mkdirprog=${MKDIRPROG-mkdir}
67
-mvprog=${MVPROG-mv}
68
-rmprog=${RMPROG-rm}
69
-stripprog=${STRIPPROG-strip}
70
-
71
-posix_glob='?'
72
-initialize_posix_glob='
73
-  test "$posix_glob" != "?" || {
74
-    if (set -f) 2>/dev/null; then
75
-      posix_glob=
76
-    else
77
-      posix_glob=:
78
-    fi
79
-  }
80
-'
81
-
82
-posix_mkdir=
83
-
84
-# Desired mode of installed file.
85
-mode=0755
86
-
87
-chgrpcmd=
88
-chmodcmd=$chmodprog
89
-chowncmd=
90
-mvcmd=$mvprog
91
-rmcmd="$rmprog -f"
92
-stripcmd=
93
-
94
-src=
95
-dst=
96
-dir_arg=
97
-dst_arg=
98
-
99
-copy_on_change=false
100
-no_target_directory=
101
-
102
-usage="\
103
-Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
104
-   or: $0 [OPTION]... SRCFILES... DIRECTORY
105
-   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
106
-   or: $0 [OPTION]... -d DIRECTORIES...
107
-
108
-In the 1st form, copy SRCFILE to DSTFILE.
109
-In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
110
-In the 4th, create DIRECTORIES.
111
-
112
-Options:
113
-     --help     display this help and exit.
114
-     --version  display version info and exit.
115
-
116
-  -c            (ignored)
117
-  -C            install only if different (preserve the last data modification time)
118
-  -d            create directories instead of installing files.
119
-  -g GROUP      $chgrpprog installed files to GROUP.
120
-  -m MODE       $chmodprog installed files to MODE.
121
-  -o USER       $chownprog installed files to USER.
122
-  -s            $stripprog installed files.
123
-  -t DIRECTORY  install into DIRECTORY.
124
-  -T            report an error if DSTFILE is a directory.
125
-
126
-Environment variables override the default commands:
127
-  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
128
-  RMPROG STRIPPROG
129
-"
130
-
131
-while test $# -ne 0; do
132
-  case $1 in
133
-    -c) ;;
134
-
135
-    -C) copy_on_change=true;;
136
-
137
-    -d) dir_arg=true;;
138
-
139
-    -g) chgrpcmd="$chgrpprog $2"
140
-	shift;;
141
-
142
-    --help) echo "$usage"; exit $?;;
143
-
144
-    -m) mode=$2
145
-	case $mode in
146
-	  *' '* | *'	'* | *'
147
-'*	  | *'*'* | *'?'* | *'['*)
148
-	    echo "$0: invalid mode: $mode" >&2
149
-	    exit 1;;
150
-	esac
151
-	shift;;
152
-
153
-    -o) chowncmd="$chownprog $2"
154
-	shift;;
155
-
156
-    -s) stripcmd=$stripprog;;
157
-
158
-    -t) dst_arg=$2
159
-	shift;;
160
-
161
-    -T) no_target_directory=true;;
162
-
163
-    --version) echo "$0 $scriptversion"; exit $?;;
164
-
165
-    --)	shift
166
-	break;;
167
-
168
-    -*)	echo "$0: invalid option: $1" >&2
169
-	exit 1;;
170
-
171
-    *)  break;;
172
-  esac
173
-  shift
174
-done
175
-
176
-if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
177
-  # When -d is used, all remaining arguments are directories to create.
178
-  # When -t is used, the destination is already specified.
179
-  # Otherwise, the last argument is the destination.  Remove it from $@.
180
-  for arg
181
-  do
182
-    if test -n "$dst_arg"; then
183
-      # $@ is not empty: it contains at least $arg.
184
-      set fnord "$@" "$dst_arg"
185
-      shift # fnord
186
-    fi
187
-    shift # arg
188
-    dst_arg=$arg
189
-  done
190
-fi
191
-
192
-if test $# -eq 0; then
193
-  if test -z "$dir_arg"; then
194
-    echo "$0: no input file specified." >&2
195
-    exit 1
196
-  fi
197
-  # It's OK to call `install-sh -d' without argument.
198
-  # This can happen when creating conditional directories.
199
-  exit 0
200
-fi
201
-
202
-if test -z "$dir_arg"; then
203
-  trap '(exit $?); exit' 1 2 13 15
204
-
205
-  # Set umask so as not to create temps with too-generous modes.
206
-  # However, 'strip' requires both read and write access to temps.
207
-  case $mode in
208
-    # Optimize common cases.
209
-    *644) cp_umask=133;;
210
-    *755) cp_umask=22;;
211
-
212
-    *[0-7])
213
-      if test -z "$stripcmd"; then
214
-	u_plus_rw=
215
-      else
216
-	u_plus_rw='% 200'
217
-      fi
218
-      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
219
-    *)
220
-      if test -z "$stripcmd"; then
221
-	u_plus_rw=
222
-      else
223
-	u_plus_rw=,u+rw
224
-      fi
225
-      cp_umask=$mode$u_plus_rw;;
226
-  esac
227
-fi
228
-
229
-for src
230
-do
231
-  # Protect names starting with `-'.
232
-  case $src in
233
-    -*) src=./$src;;
234
-  esac
235
-
236
-  if test -n "$dir_arg"; then
237
-    dst=$src
238
-    dstdir=$dst
239
-    test -d "$dstdir"
240
-    dstdir_status=$?
241
-  else
242
-
243
-    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
244
-    # might cause directories to be created, which would be especially bad
245
-    # if $src (and thus $dsttmp) contains '*'.
246
-    if test ! -f "$src" && test ! -d "$src"; then
247
-      echo "$0: $src does not exist." >&2
248
-      exit 1
249
-    fi
250
-
251
-    if test -z "$dst_arg"; then
252
-      echo "$0: no destination specified." >&2
253
-      exit 1
254
-    fi
255
-
256
-    dst=$dst_arg
257
-    # Protect names starting with `-'.
258
-    case $dst in
259
-      -*) dst=./$dst;;
260
-    esac
261
-
262
-    # If destination is a directory, append the input filename; won't work
263
-    # if double slashes aren't ignored.
264
-    if test -d "$dst"; then
265
-      if test -n "$no_target_directory"; then
266
-	echo "$0: $dst_arg: Is a directory" >&2
267
-	exit 1
268
-      fi
269
-      dstdir=$dst
270
-      dst=$dstdir/`basename "$src"`
271
-      dstdir_status=0
272
-    else
273
-      # Prefer dirname, but fall back on a substitute if dirname fails.
274
-      dstdir=`
275
-	(dirname "$dst") 2>/dev/null ||
276
-	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
277
-	     X"$dst" : 'X\(//\)[^/]' \| \
278
-	     X"$dst" : 'X\(//\)$' \| \
279
-	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
280
-	echo X"$dst" |
281
-	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
282
-		   s//\1/
283
-		   q
284
-		 }
285
-		 /^X\(\/\/\)[^/].*/{
286
-		   s//\1/
287
-		   q
288
-		 }
289
-		 /^X\(\/\/\)$/{
290
-		   s//\1/
291
-		   q
292
-		 }
293
-		 /^X\(\/\).*/{
294
-		   s//\1/
295
-		   q
296
-		 }
297
-		 s/.*/./; q'
298
-      `
299
-
300
-      test -d "$dstdir"
301
-      dstdir_status=$?
302
-    fi
303
-  fi
304
-
305
-  obsolete_mkdir_used=false
306
-
307
-  if test $dstdir_status != 0; then
308
-    case $posix_mkdir in
309
-      '')
310
-	# Create intermediate dirs using mode 755 as modified by the umask.
311
-	# This is like FreeBSD 'install' as of 1997-10-28.
312
-	umask=`umask`
313
-	case $stripcmd.$umask in
314
-	  # Optimize common cases.
315
-	  *[2367][2367]) mkdir_umask=$umask;;
316
-	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
317
-
318
-	  *[0-7])
319
-	    mkdir_umask=`expr $umask + 22 \
320
-	      - $umask % 100 % 40 + $umask % 20 \
321
-	      - $umask % 10 % 4 + $umask % 2
322
-	    `;;
323
-	  *) mkdir_umask=$umask,go-w;;
324
-	esac
325
-
326
-	# With -d, create the new directory with the user-specified mode.
327
-	# Otherwise, rely on $mkdir_umask.
328
-	if test -n "$dir_arg"; then
329
-	  mkdir_mode=-m$mode
330
-	else
331
-	  mkdir_mode=
332
-	fi
333
-
334
-	posix_mkdir=false
335
-	case $umask in
336
-	  *[123567][0-7][0-7])
337
-	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
338
-	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
339
-	    ;;
340
-	  *)
341
-	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
342
-	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
343
-
344
-	    if (umask $mkdir_umask &&
345
-		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
346
-	    then
347
-	      if test -z "$dir_arg" || {
348
-		   # Check for POSIX incompatibilities with -m.
349
-		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
350
-		   # other-writeable bit of parent directory when it shouldn't.
351
-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
352
-		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
353
-		   case $ls_ld_tmpdir in
354
-		     d????-?r-*) different_mode=700;;
355
-		     d????-?--*) different_mode=755;;
356
-		     *) false;;
357
-		   esac &&
358
-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
359
-		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
360
-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
361
-		   }
362
-		 }
363
-	      then posix_mkdir=:
364
-	      fi
365
-	      rmdir "$tmpdir/d" "$tmpdir"
366
-	    else
367
-	      # Remove any dirs left behind by ancient mkdir implementations.
368
-	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
369
-	    fi
370
-	    trap '' 0;;
371
-	esac;;
372
-    esac
373
-
374
-    if
375
-      $posix_mkdir && (
376
-	umask $mkdir_umask &&
377
-	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
378
-      )
379
-    then :
380
-    else
381
-
382
-      # The umask is ridiculous, or mkdir does not conform to POSIX,
383
-      # or it failed possibly due to a race condition.  Create the
384
-      # directory the slow way, step by step, checking for races as we go.
385
-
386
-      case $dstdir in
387
-	/*) prefix='/';;
388
-	-*) prefix='./';;
389
-	*)  prefix='';;
390
-      esac
391
-
392
-      eval "$initialize_posix_glob"
393
-
394
-      oIFS=$IFS
395
-      IFS=/
396
-      $posix_glob set -f
397
-      set fnord $dstdir
398
-      shift
399
-      $posix_glob set +f
400
-      IFS=$oIFS
401
-
402
-      prefixes=
403
-
404
-      for d
405
-      do
406
-	test -z "$d" && continue
407
-
408
-	prefix=$prefix$d
409
-	if test -d "$prefix"; then
410
-	  prefixes=
411
-	else
412
-	  if $posix_mkdir; then
413
-	    (umask=$mkdir_umask &&
414
-	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
415
-	    # Don't fail if two instances are running concurrently.
416
-	    test -d "$prefix" || exit 1
417
-	  else
418
-	    case $prefix in
419
-	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
420
-	      *) qprefix=$prefix;;
421
-	    esac
422
-	    prefixes="$prefixes '$qprefix'"
423
-	  fi
424
-	fi
425
-	prefix=$prefix/
426
-      done
427
-
428
-      if test -n "$prefixes"; then
429
-	# Don't fail if two instances are running concurrently.
430
-	(umask $mkdir_umask &&
431
-	 eval "\$doit_exec \$mkdirprog $prefixes") ||
432
-	  test -d "$dstdir" || exit 1
433
-	obsolete_mkdir_used=true
434
-      fi
435
-    fi
436
-  fi
437
-
438
-  if test -n "$dir_arg"; then
439
-    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440
-    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
441
-    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
442
-      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
443
-  else
444
-
445
-    # Make a couple of temp file names in the proper directory.
446
-    dsttmp=$dstdir/_inst.$$_
447
-    rmtmp=$dstdir/_rm.$$_
448
-
449
-    # Trap to clean up those temp files at exit.
450
-    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
451
-
452
-    # Copy the file name to the temp name.
453
-    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
454
-
455
-    # and set any options; do chmod last to preserve setuid bits.
456
-    #
457
-    # If any of these fail, we abort the whole thing.  If we want to
458
-    # ignore errors from any of these, just make sure not to ignore
459
-    # errors from the above "$doit $cpprog $src $dsttmp" command.
460
-    #
461
-    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462
-    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463
-    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464
-    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
465
-
466
-    # If -C, don't bother to copy if it wouldn't change the file.
467
-    if $copy_on_change &&
468
-       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
469
-       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
470
-
471
-       eval "$initialize_posix_glob" &&
472
-       $posix_glob set -f &&
473
-       set X $old && old=:$2:$4:$5:$6 &&
474
-       set X $new && new=:$2:$4:$5:$6 &&
475
-       $posix_glob set +f &&
476
-
477
-       test "$old" = "$new" &&
478
-       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
479
-    then
480
-      rm -f "$dsttmp"
481
-    else
482
-      # Rename the file to the real destination.
483
-      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
484
-
485
-      # The rename failed, perhaps because mv can't rename something else
486
-      # to itself, or perhaps because mv is so ancient that it does not
487
-      # support -f.
488
-      {
489
-	# Now remove or move aside any old file at destination location.
490
-	# We try this two ways since rm can't unlink itself on some
491
-	# systems and the destination file might be busy for other
492
-	# reasons.  In this case, the final cleanup might fail but the new
493
-	# file should still install successfully.
494
-	{
495
-	  test ! -f "$dst" ||
496
-	  $doit $rmcmd -f "$dst" 2>/dev/null ||
497
-	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
498
-	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
499
-	  } ||
500
-	  { echo "$0: cannot unlink or rename $dst" >&2
501
-	    (exit 1); exit 1
502
-	  }
503
-	} &&
504
-
505
-	# Now rename the file to the real destination.
506
-	$doit $mvcmd "$dsttmp" "$dst"
507
-      }
508
-    fi || exit 1
509
-
510
-    trap '' 0
511
-  fi
512
-done
513
-
514
-# Local variables:
515
-# eval: (add-hook 'write-file-hooks 'time-stamp)
516
-# time-stamp-start: "scriptversion="
517
-# time-stamp-format: "%:y-%02m-%02d.%02H"
518
-# time-stamp-time-zone: "UTC"
519
-# time-stamp-end: "; # UTC"
520
-# End:

+ 0
- 376
missing View File

@@ -1,376 +0,0 @@
1
-#! /bin/sh
2
-# Common stub for a few missing GNU programs while installing.
3
-
4
-scriptversion=2009-04-28.21; # UTC
5
-
6
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
7
-# 2008, 2009 Free Software Foundation, Inc.
8
-# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9
-
10
-# This program is free software; you can redistribute it and/or modify
11
-# it under the terms of the GNU General Public License as published by
12
-# the Free Software Foundation; either version 2, or (at your option)
13
-# any later version.
14
-
15
-# This program is distributed in the hope that it will be useful,
16
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
17
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
-# GNU General Public License for more details.
19
-
20
-# You should have received a copy of the GNU General Public License
21
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
-
23
-# As a special exception to the GNU General Public License, if you
24
-# distribute this file as part of a program that contains a
25
-# configuration script generated by Autoconf, you may include it under
26
-# the same distribution terms that you use for the rest of that program.
27
-
28
-if test $# -eq 0; then
29
-  echo 1>&2 "Try \`$0 --help' for more information"
30
-  exit 1
31
-fi
32
-
33
-run=:
34
-sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
35
-sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
36
-
37
-# In the cases where this matters, `missing' is being run in the
38
-# srcdir already.
39
-if test -f configure.ac; then
40
-  configure_ac=configure.ac
41
-else
42
-  configure_ac=configure.in
43
-fi
44
-
45
-msg="missing on your system"
46
-
47
-case $1 in
48
---run)
49
-  # Try to run requested program, and just exit if it succeeds.
50
-  run=
51
-  shift
52
-  "$@" && exit 0
53
-  # Exit code 63 means version mismatch.  This often happens
54
-  # when the user try to use an ancient version of a tool on
55
-  # a file that requires a minimum version.  In this case we
56
-  # we should proceed has if the program had been absent, or
57
-  # if --run hadn't been passed.
58
-  if test $? = 63; then
59
-    run=:
60
-    msg="probably too old"
61
-  fi
62
-  ;;
63
-
64
-  -h|--h|--he|--hel|--help)
65
-    echo "\
66
-$0 [OPTION]... PROGRAM [ARGUMENT]...
67
-
68
-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
69
-error status if there is no known handling for PROGRAM.
70
-
71
-Options:
72
-  -h, --help      display this help and exit
73
-  -v, --version   output version information and exit
74
-  --run           try to run the given command, and emulate it if it fails
75
-
76
-Supported PROGRAM values:
77
-  aclocal      touch file \`aclocal.m4'
78
-  autoconf     touch file \`configure'
79
-  autoheader   touch file \`config.h.in'
80
-  autom4te     touch the output file, or create a stub one
81
-  automake     touch all \`Makefile.in' files
82
-  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
83
-  flex         create \`lex.yy.c', if possible, from existing .c
84
-  help2man     touch the output file
85
-  lex          create \`lex.yy.c', if possible, from existing .c
86
-  makeinfo     touch the output file
87
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
88
-  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
89
-
90
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
91
-\`g' are ignored when checking the name.
92
-
93
-Send bug reports to <bug-automake@gnu.org>."
94
-    exit $?
95
-    ;;
96
-
97
-  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
98
-    echo "missing $scriptversion (GNU Automake)"
99
-    exit $?
100
-    ;;
101
-
102
-  -*)
103
-    echo 1>&2 "$0: Unknown \`$1' option"
104
-    echo 1>&2 "Try \`$0 --help' for more information"
105
-    exit 1
106
-    ;;
107
-
108
-esac
109
-
110
-# normalize program name to check for.
111
-program=`echo "$1" | sed '
112
-  s/^gnu-//; t
113
-  s/^gnu//; t
114
-  s/^g//; t'`
115
-
116
-# Now exit if we have it, but it failed.  Also exit now if we
117
-# don't have it and --version was passed (most likely to detect
118
-# the program).  This is about non-GNU programs, so use $1 not
119
-# $program.
120
-case $1 in
121
-  lex*|yacc*)
122
-    # Not GNU programs, they don't have --version.
123
-    ;;
124
-
125
-  tar*)
126
-    if test -n "$run"; then
127
-       echo 1>&2 "ERROR: \`tar' requires --run"
128
-       exit 1
129
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
130
-       exit 1
131
-    fi
132
-    ;;
133
-
134
-  *)
135
-    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
136
-       # We have it, but it failed.
137
-       exit 1
138
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
139
-       # Could not run --version or --help.  This is probably someone
140
-       # running `$TOOL --version' or `$TOOL --help' to check whether
141
-       # $TOOL exists and not knowing $TOOL uses missing.
142
-       exit 1
143
-    fi
144
-    ;;
145
-esac
146
-
147
-# If it does not exist, or fails to run (possibly an outdated version),
148
-# try to emulate it.
149
-case $program in
150
-  aclocal*)
151
-    echo 1>&2 "\
152
-WARNING: \`$1' is $msg.  You should only need it if
153
-         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
154
-         to install the \`Automake' and \`Perl' packages.  Grab them from
155
-         any GNU archive site."
156
-    touch aclocal.m4
157
-    ;;
158
-
159
-  autoconf*)
160
-    echo 1>&2 "\
161
-WARNING: \`$1' is $msg.  You should only need it if
162
-         you modified \`${configure_ac}'.  You might want to install the
163
-         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
164
-         archive site."
165
-    touch configure
166
-    ;;
167
-
168
-  autoheader*)
169
-    echo 1>&2 "\
170
-WARNING: \`$1' is $msg.  You should only need it if
171
-         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
172
-         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
173
-         from any GNU archive site."
174
-    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
175
-    test -z "$files" && files="config.h"
176
-    touch_files=
177
-    for f in $files; do
178
-      case $f in
179
-      *:*) touch_files="$touch_files "`echo "$f" |
180
-				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
181
-      *) touch_files="$touch_files $f.in";;
182
-      esac
183
-    done
184
-    touch $touch_files
185
-    ;;
186
-
187
-  automake*)
188
-    echo 1>&2 "\
189
-WARNING: \`$1' is $msg.  You should only need it if
190
-         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
191
-         You might want to install the \`Automake' and \`Perl' packages.
192
-         Grab them from any GNU archive site."
193
-    find . -type f -name Makefile.am -print |
194
-	   sed 's/\.am$/.in/' |
195
-	   while read f; do touch "$f"; done
196
-    ;;
197
-
198
-  autom4te*)
199
-    echo 1>&2 "\
200
-WARNING: \`$1' is needed, but is $msg.
201
-         You might have modified some files without having the
202
-         proper tools for further handling them.
203
-         You can get \`$1' as part of \`Autoconf' from any GNU
204
-         archive site."
205
-
206
-    file=`echo "$*" | sed -n "$sed_output"`
207
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
208
-    if test -f "$file"; then
209
-	touch $file
210
-    else
211
-	test -z "$file" || exec >$file
212
-	echo "#! /bin/sh"
213
-	echo "# Created by GNU Automake missing as a replacement of"
214
-	echo "#  $ $@"
215
-	echo "exit 0"
216
-	chmod +x $file
217
-	exit 1
218
-    fi
219
-    ;;
220
-
221
-  bison*|yacc*)
222
-    echo 1>&2 "\
223
-WARNING: \`$1' $msg.  You should only need it if
224
-         you modified a \`.y' file.  You may need the \`Bison' package
225
-         in order for those modifications to take effect.  You can get
226
-         \`Bison' from any GNU archive site."
227
-    rm -f y.tab.c y.tab.h
228
-    if test $# -ne 1; then
229
-        eval LASTARG="\${$#}"
230
-	case $LASTARG in
231
-	*.y)
232
-	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
233
-	    if test -f "$SRCFILE"; then
234
-	         cp "$SRCFILE" y.tab.c
235
-	    fi
236
-	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
237
-	    if test -f "$SRCFILE"; then
238
-	         cp "$SRCFILE" y.tab.h
239
-	    fi
240
-	  ;;
241
-	esac
242
-    fi
243
-    if test ! -f y.tab.h; then
244
-	echo >y.tab.h
245
-    fi
246
-    if test ! -f y.tab.c; then
247
-	echo 'main() { return 0; }' >y.tab.c
248
-    fi
249
-    ;;
250
-
251
-  lex*|flex*)
252
-    echo 1>&2 "\
253
-WARNING: \`$1' is $msg.  You should only need it if
254
-         you modified a \`.l' file.  You may need the \`Flex' package
255
-         in order for those modifications to take effect.  You can get
256
-         \`Flex' from any GNU archive site."
257
-    rm -f lex.yy.c
258
-    if test $# -ne 1; then
259
-        eval LASTARG="\${$#}"
260
-	case $LASTARG in
261
-	*.l)
262
-	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
263
-	    if test -f "$SRCFILE"; then
264
-	         cp "$SRCFILE" lex.yy.c
265
-	    fi
266
-	  ;;
267
-	esac
268
-    fi
269
-    if test ! -f lex.yy.c; then
270
-	echo 'main() { return 0; }' >lex.yy.c
271
-    fi
272
-    ;;
273
-
274
-  help2man*)
275
-    echo 1>&2 "\
276
-WARNING: \`$1' is $msg.  You should only need it if
277
-	 you modified a dependency of a manual page.  You may need the
278
-	 \`Help2man' package in order for those modifications to take
279
-	 effect.  You can get \`Help2man' from any GNU archive site."
280
-
281
-    file=`echo "$*" | sed -n "$sed_output"`
282
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
283
-    if test -f "$file"; then
284
-	touch $file
285
-    else
286
-	test -z "$file" || exec >$file
287
-	echo ".ab help2man is required to generate this page"
288
-	exit $?
289
-    fi
290
-    ;;
291
-
292
-  makeinfo*)
293
-    echo 1>&2 "\
294
-WARNING: \`$1' is $msg.  You should only need it if
295
-         you modified a \`.texi' or \`.texinfo' file, or any other file
296
-         indirectly affecting the aspect of the manual.  The spurious
297
-         call might also be the consequence of using a buggy \`make' (AIX,
298
-         DU, IRIX).  You might want to install the \`Texinfo' package or
299
-         the \`GNU make' package.  Grab either from any GNU archive site."
300
-    # The file to touch is that specified with -o ...
301
-    file=`echo "$*" | sed -n "$sed_output"`
302
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
303
-    if test -z "$file"; then
304
-      # ... or it is the one specified with @setfilename ...
305
-      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
306
-      file=`sed -n '
307
-	/^@setfilename/{
308
-	  s/.* \([^ ]*\) *$/\1/
309
-	  p
310
-	  q
311
-	}' $infile`
312
-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
313
-      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
314
-    fi
315
-    # If the file does not exist, the user really needs makeinfo;
316
-    # let's fail without touching anything.
317
-    test -f $file || exit 1
318
-    touch $file
319
-    ;;
320
-
321
-  tar*)
322
-    shift
323
-
324
-    # We have already tried tar in the generic part.
325
-    # Look for gnutar/gtar before invocation to avoid ugly error
326
-    # messages.
327
-    if (gnutar --version > /dev/null 2>&1); then
328
-       gnutar "$@" && exit 0
329
-    fi
330
-    if (gtar --version > /dev/null 2>&1); then
331
-       gtar "$@" && exit 0
332
-    fi
333
-    firstarg="$1"
334
-    if shift; then
335
-	case $firstarg in
336
-	*o*)
337
-	    firstarg=`echo "$firstarg" | sed s/o//`
338
-	    tar "$firstarg" "$@" && exit 0
339
-	    ;;
340
-	esac
341
-	case $firstarg in
342
-	*h*)
343
-	    firstarg=`echo "$firstarg" | sed s/h//`
344
-	    tar "$firstarg" "$@" && exit 0
345
-	    ;;
346
-	esac
347
-    fi
348
-
349
-    echo 1>&2 "\
350
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
351
-         You may want to install GNU tar or Free paxutils, or check the
352
-         command line arguments."
353
-    exit 1
354
-    ;;
355
-
356
-  *)
357
-    echo 1>&2 "\
358
-WARNING: \`$1' is needed, and is $msg.
359
-         You might have modified some files without having the
360
-         proper tools for further handling them.  Check the \`README' file,
361
-         it often tells you about the needed prerequisites for installing
362
-         this package.  You may also peek at any GNU archive site, in case
363
-         some other package would contain this missing \`$1' program."
364
-    exit 1
365
-    ;;
366
-esac
367
-
368
-exit 0
369
-
370
-# Local variables:
371
-# eval: (add-hook 'write-file-hooks 'time-stamp)
372
-# time-stamp-start: "scriptversion="
373
-# time-stamp-format: "%:y-%02m-%02d.%02H"
374
-# time-stamp-time-zone: "UTC"
375
-# time-stamp-end: "; # UTC"
376
-# End:

+ 0
- 636
src/Makefile.in View File

@@ -1,636 +0,0 @@
1
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
-# @configure_input@
3
-
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
-# Inc.
7
-# This Makefile.in is free software; the Free Software Foundation
8
-# gives unlimited permission to copy and/or distribute it,
9
-# with or without modifications, as long as this notice is preserved.
10
-
11
-# This program is distributed in the hope that it will be useful,
12
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
-# PARTICULAR PURPOSE.
15
-
16
-@SET_MAKE@
17
-
18
-VPATH = @srcdir@
19
-pkgdatadir = $(datadir)/@PACKAGE@
20
-pkgincludedir = $(includedir)/@PACKAGE@
21
-pkglibdir = $(libdir)/@PACKAGE@
22
-pkglibexecdir = $(libexecdir)/@PACKAGE@
23
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
-install_sh_DATA = $(install_sh) -c -m 644
25
-install_sh_PROGRAM = $(install_sh) -c
26
-install_sh_SCRIPT = $(install_sh) -c
27
-INSTALL_HEADER = $(INSTALL_DATA)
28
-transform = $(program_transform_name)
29
-NORMAL_INSTALL = :
30
-PRE_INSTALL = :
31
-POST_INSTALL = :
32
-NORMAL_UNINSTALL = :
33
-PRE_UNINSTALL = :
34
-POST_UNINSTALL = :
35
-bin_PROGRAMS = ../tansive$(EXEEXT)
36
-subdir = src
37
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
40
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
-	$(ACLOCAL_M4)
42
-mkinstalldirs = $(install_sh) -d
43
-CONFIG_HEADER = $(top_builddir)/config/config.h
44
-CONFIG_CLEAN_FILES =
45
-CONFIG_CLEAN_VPATH_FILES =
46
-am__installdirs = "$(DESTDIR)$(bindir)"
47
-PROGRAMS = $(bin_PROGRAMS)
48
-am____tansive_OBJECTS = main.$(OBJEXT) creature.$(OBJEXT) \
49
-	creature_logic.$(OBJEXT) event.$(OBJEXT) genome.$(OBJEXT) \
50
-	map.$(OBJEXT) visu.$(OBJEXT)
51
-___tansive_OBJECTS = $(am____tansive_OBJECTS)
52
-___tansive_LDADD = $(LDADD)
53
-___tansive_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(___tansive_LDFLAGS) \
54
-	$(LDFLAGS) -o $@
55
-am__dirstamp = $(am__leading_dot)dirstamp
56
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
57
-depcomp = $(SHELL) $(top_srcdir)/depcomp
58
-am__depfiles_maybe = depfiles
59
-am__mv = mv -f
60
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
-CCLD = $(CC)
63
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
64
-SOURCES = $(___tansive_SOURCES)
65
-DIST_SOURCES = $(___tansive_SOURCES)
66
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
-	html-recursive info-recursive install-data-recursive \
68
-	install-dvi-recursive install-exec-recursive \
69
-	install-html-recursive install-info-recursive \
70
-	install-pdf-recursive install-ps-recursive install-recursive \
71
-	installcheck-recursive installdirs-recursive pdf-recursive \
72
-	ps-recursive uninstall-recursive
73
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
74
-  distclean-recursive maintainer-clean-recursive
75
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77
-	distdir
78
-ETAGS = etags
79
-CTAGS = ctags
80
-DIST_SUBDIRS = $(SUBDIRS)
81
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
-am__relativize = \
83
-  dir0=`pwd`; \
84
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85
-  sed_rest='s,^[^/]*/*,,'; \
86
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87
-  sed_butlast='s,/*[^/]*$$,,'; \
88
-  while test -n "$$dir1"; do \
89
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90
-    if test "$$first" != "."; then \
91
-      if test "$$first" = ".."; then \
92
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94
-      else \
95
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96
-        if test "$$first2" = "$$first"; then \
97
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
98
-        else \
99
-          dir2="../$$dir2"; \
100
-        fi; \
101
-        dir0="$$dir0"/"$$first"; \
102
-      fi; \
103
-    fi; \
104
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
105
-  done; \
106
-  reldir="$$dir2"
107
-ACLOCAL = @ACLOCAL@
108
-AMTAR = @AMTAR@
109
-AUTOCONF = @AUTOCONF@
110
-AUTOHEADER = @AUTOHEADER@
111
-AUTOMAKE = @AUTOMAKE@
112
-AWK = @AWK@
113
-CC = @CC@
114
-CCDEPMODE = @CCDEPMODE@
115
-CFLAGS = @CFLAGS@
116
-CPP = @CPP@
117
-CPPFLAGS = @CPPFLAGS@
118
-CYGPATH_W = @CYGPATH_W@
119
-DEFS = @DEFS@
120
-DEPDIR = @DEPDIR@
121
-ECHO_C = @ECHO_C@
122
-ECHO_N = @ECHO_N@
123
-ECHO_T = @ECHO_T@
124
-EGREP = @EGREP@
125
-EXEEXT = @EXEEXT@
126
-GREP = @GREP@
127
-INSTALL = @INSTALL@
128
-INSTALL_DATA = @INSTALL_DATA@
129
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
131
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132
-LDFLAGS = @LDFLAGS@
133
-LIBOBJS = @LIBOBJS@
134
-LIBS = @LIBS@
135
-LTLIBOBJS = @LTLIBOBJS@
136
-MAKEINFO = @MAKEINFO@
137
-MKDIR_P = @MKDIR_P@
138
-OBJEXT = @OBJEXT@
139
-PACKAGE = @PACKAGE@
140
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
-PACKAGE_NAME = @PACKAGE_NAME@
142
-PACKAGE_STRING = @PACKAGE_STRING@
143
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
-PACKAGE_URL = @PACKAGE_URL@
145
-PACKAGE_VERSION = @PACKAGE_VERSION@
146
-PATH_SEPARATOR = @PATH_SEPARATOR@
147
-SDL_CFLAGS = @SDL_CFLAGS@
148
-SDL_CONFIG = @SDL_CONFIG@
149
-SDL_LIBS = @SDL_LIBS@
150
-SET_MAKE = @SET_MAKE@
151
-SHELL = @SHELL@
152
-STRIP = @STRIP@
153
-VERSION = @VERSION@
154
-abs_builddir = @abs_builddir@
155
-abs_srcdir = @abs_srcdir@
156
-abs_top_builddir = @abs_top_builddir@
157
-abs_top_srcdir = @abs_top_srcdir@
158
-ac_ct_CC = @ac_ct_CC@
159
-am__include = @am__include@
160
-am__leading_dot = @am__leading_dot@
161
-am__quote = @am__quote@
162
-am__tar = @am__tar@
163
-am__untar = @am__untar@
164
-bindir = @bindir@
165
-build_alias = @build_alias@
166
-builddir = @builddir@
167
-datadir = @datadir@
168
-datarootdir = @datarootdir@
169
-docdir = @docdir@
170
-dvidir = @dvidir@
171
-exec_prefix = @exec_prefix@
172
-host_alias = @host_alias@
173
-htmldir = @htmldir@
174
-includedir = @includedir@
175
-infodir = @infodir@
176
-install_sh = @install_sh@
177
-libdir = @libdir@
178
-libexecdir = @libexecdir@
179
-localedir = @localedir@
180
-localstatedir = @localstatedir@
181
-mandir = @mandir@
182
-mkdir_p = @mkdir_p@
183
-oldincludedir = @oldincludedir@
184
-pdfdir = @pdfdir@
185
-prefix = @prefix@
186
-program_transform_name = @program_transform_name@
187
-psdir = @psdir@
188
-sbindir = @sbindir@
189
-sharedstatedir = @sharedstatedir@
190
-srcdir = @srcdir@
191
-sysconfdir = @sysconfdir@
192
-target_alias = @target_alias@
193
-top_build_prefix = @top_build_prefix@
194
-top_builddir = @top_builddir@
195
-top_srcdir = @top_srcdir@
196
-SUBDIRS = 
197
-___tansive_SOURCES = main.c \
198
-		creature.h \
199
-		creature.c \
200
-		creature_logic.h \
201
-		creature_logic.c \
202
-		event.h \
203
-		event.c \
204
-		genome.h \
205
-		genome.c \
206
-		map.h \
207
-		map.c \
208
-		visu.h \
209
-		visu.c
210
-
211
-___tansive_LDFLAGS = @LDFLAGS@ @SDL_LIBS@ -lpthread
212
-INCLUDES = @SDL_CFLAGS@
213
-all: all-recursive
214
-
215
-.SUFFIXES:
216
-.SUFFIXES: .c .o .obj
217
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218
-	@for dep in $?; do \
219
-	  case '$(am__configure_deps)' in \
220
-	    *$$dep*) \
221
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222
-	        && { if test -f $@; then exit 0; else break; fi; }; \
223
-	      exit 1;; \
224
-	  esac; \
225
-	done; \
226
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
227
-	$(am__cd) $(top_srcdir) && \
228
-	  $(AUTOMAKE) --foreign src/Makefile
229
-.PRECIOUS: Makefile
230
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231
-	@case '$?' in \
232
-	  *config.status*) \
233
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234
-	  *) \
235
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237
-	esac;
238
-
239
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
-
242
-$(top_srcdir)/configure:  $(am__configure_deps)
243
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
-$(am__aclocal_m4_deps):
247
-install-binPROGRAMS: $(bin_PROGRAMS)
248
-	@$(NORMAL_INSTALL)
249
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
250
-	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
251
-	for p in $$list; do echo "$$p $$p"; done | \
252
-	sed 's/$(EXEEXT)$$//' | \
253
-	while read p p1; do if test -f $$p; \
254
-	  then echo "$$p"; echo "$$p"; else :; fi; \
255
-	done | \
256
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
257
-	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
258
-	sed 'N;N;N;s,\n, ,g' | \
259
-	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
260
-	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
261
-	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
262
-	    else { print "f", $$3 "/" $$4, $$1; } } \
263
-	  END { for (d in files) print "f", d, files[d] }' | \
264
-	while read type dir files; do \
265
-	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
266
-	    test -z "$$files" || { \
267
-	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
268
-	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
269
-	    } \
270
-	; done
271
-
272
-uninstall-binPROGRAMS:
273
-	@$(NORMAL_UNINSTALL)
274
-	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
275
-	files=`for p in $$list; do echo "$$p"; done | \
276
-	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
277
-	      -e 's/$$/$(EXEEXT)/' `; \
278
-	test -n "$$list" || exit 0; \
279
-	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
280
-	cd "$(DESTDIR)$(bindir)" && rm -f $$files
281
-
282
-clean-binPROGRAMS:
283
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
284
-../$(am__dirstamp):
285
-	@$(MKDIR_P) ..
286
-	@: > ../$(am__dirstamp)
287
-../tansive$(EXEEXT): $(___tansive_OBJECTS) $(___tansive_DEPENDENCIES) ../$(am__dirstamp)
288
-	@rm -f ../tansive$(EXEEXT)
289
-	$(___tansive_LINK) $(___tansive_OBJECTS) $(___tansive_LDADD) $(LIBS)
290
-
291
-mostlyclean-compile:
292
-	-rm -f *.$(OBJEXT)
293
-
294
-distclean-compile:
295
-	-rm -f *.tab.c
296
-
297
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creature.Po@am__quote@
298
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creature_logic.Po@am__quote@
299
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
300
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genome.Po@am__quote@
301
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
302
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Po@am__quote@
303
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/visu.Po@am__quote@
304
-
305
-.c.o:
306
-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
311
-
312
-.c.obj:
313
-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314
-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
318
-
319
-# This directory's subdirectories are mostly independent; you can cd
320
-# into them and run `make' without going through this Makefile.
321
-# To change the values of `make' variables: instead of editing Makefiles,
322
-# (1) if the variable is set in `config.status', edit `config.status'
323
-#     (which will cause the Makefiles to be regenerated when you run `make');
324
-# (2) otherwise, pass the desired values on the `make' command line.
325
-$(RECURSIVE_TARGETS):
326
-	@fail= failcom='exit 1'; \
327
-	for f in x $$MAKEFLAGS; do \
328
-	  case $$f in \
329
-	    *=* | --[!k]*);; \
330
-	    *k*) failcom='fail=yes';; \
331
-	  esac; \
332
-	done; \
333
-	dot_seen=no; \
334
-	target=`echo $@ | sed s/-recursive//`; \
335
-	list='$(SUBDIRS)'; for subdir in $$list; do \
336
-	  echo "Making $$target in $$subdir"; \
337
-	  if test "$$subdir" = "."; then \
338
-	    dot_seen=yes; \
339
-	    local_target="$$target-am"; \
340
-	  else \
341
-	    local_target="$$target"; \
342
-	  fi; \
343
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344
-	  || eval $$failcom; \
345
-	done; \
346
-	if test "$$dot_seen" = "no"; then \
347
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
348
-	fi; test -z "$$fail"
349
-
350
-$(RECURSIVE_CLEAN_TARGETS):
351
-	@fail= failcom='exit 1'; \
352
-	for f in x $$MAKEFLAGS; do \
353
-	  case $$f in \
354
-	    *=* | --[!k]*);; \
355
-	    *k*) failcom='fail=yes';; \
356
-	  esac; \
357
-	done; \
358
-	dot_seen=no; \
359
-	case "$@" in \
360
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
361
-	  *) list='$(SUBDIRS)' ;; \
362
-	esac; \
363
-	rev=''; for subdir in $$list; do \
364
-	  if test "$$subdir" = "."; then :; else \
365
-	    rev="$$subdir $$rev"; \
366
-	  fi; \
367
-	done; \
368
-	rev="$$rev ."; \
369
-	target=`echo $@ | sed s/-recursive//`; \
370
-	for subdir in $$rev; do \
371
-	  echo "Making $$target in $$subdir"; \
372
-	  if test "$$subdir" = "."; then \
373
-	    local_target="$$target-am"; \
374
-	  else \
375
-	    local_target="$$target"; \
376
-	  fi; \
377
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378
-	  || eval $$failcom; \
379
-	done && test -z "$$fail"
380
-tags-recursive:
381
-	list='$(SUBDIRS)'; for subdir in $$list; do \
382
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
383
-	done
384
-ctags-recursive:
385
-	list='$(SUBDIRS)'; for subdir in $$list; do \
386
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
387
-	done
388
-
389
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391
-	unique=`for i in $$list; do \
392
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
-	  done | \
394
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396
-	mkid -fID $$unique
397
-tags: TAGS
398
-
399
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400
-		$(TAGS_FILES) $(LISP)
401
-	set x; \
402
-	here=`pwd`; \
403
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404
-	  include_option=--etags-include; \
405
-	  empty_fix=.; \
406
-	else \
407
-	  include_option=--include; \
408
-	  empty_fix=; \
409
-	fi; \
410
-	list='$(SUBDIRS)'; for subdir in $$list; do \
411
-	  if test "$$subdir" = .; then :; else \
412
-	    test ! -f $$subdir/TAGS || \
413
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414
-	  fi; \
415
-	done; \
416
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
417
-	unique=`for i in $$list; do \
418
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419
-	  done | \
420
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422
-	shift; \
423
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424
-	  test -n "$$unique" || unique=$$empty_fix; \
425
-	  if test $$# -gt 0; then \
426
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427
-	      "$$@" $$unique; \
428
-	  else \
429
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
-	      $$unique; \
431
-	  fi; \
432
-	fi
433
-ctags: CTAGS
434
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435
-		$(TAGS_FILES) $(LISP)
436
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
-	unique=`for i in $$list; do \
438
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
-	  done | \
440
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442
-	test -z "$(CTAGS_ARGS)$$unique" \
443
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
-	     $$unique
445
-
446
-GTAGS:
447
-	here=`$(am__cd) $(top_builddir) && pwd` \
448
-	  && $(am__cd) $(top_srcdir) \
449
-	  && gtags -i $(GTAGS_ARGS) "$$here"
450
-
451
-distclean-tags:
452
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
-
454
-distdir: $(DISTFILES)
455
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457
-	list='$(DISTFILES)'; \
458
-	  dist_files=`for file in $$list; do echo $$file; done | \
459
-	  sed -e "s|^$$srcdirstrip/||;t" \
460
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
461
-	case $$dist_files in \
462
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
463
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
464
-			   sort -u` ;; \
465
-	esac; \
466
-	for file in $$dist_files; do \
467
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468
-	  if test -d $$d/$$file; then \
469
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470
-	    if test -d "$(distdir)/$$file"; then \
471
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472
-	    fi; \
473
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
475
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476
-	    fi; \
477
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
478
-	  else \
479
-	    test -f "$(distdir)/$$file" \
480
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
481
-	    || exit 1; \
482
-	  fi; \
483
-	done
484
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485
-	  if test "$$subdir" = .; then :; else \
486
-	    test -d "$(distdir)/$$subdir" \
487
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
488
-	    || exit 1; \
489
-	  fi; \
490
-	done
491
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492
-	  if test "$$subdir" = .; then :; else \
493
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
494
-	    $(am__relativize); \
495
-	    new_distdir=$$reldir; \
496
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
497
-	    $(am__relativize); \
498
-	    new_top_distdir=$$reldir; \
499
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
500
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
501
-	    ($(am__cd) $$subdir && \
502
-	      $(MAKE) $(AM_MAKEFLAGS) \
503
-	        top_distdir="$$new_top_distdir" \
504
-	        distdir="$$new_distdir" \
505
-		am__remove_distdir=: \
506
-		am__skip_length_check=: \
507
-		am__skip_mode_fix=: \
508
-	        distdir) \
509
-	      || exit 1; \
510
-	  fi; \
511
-	done
512
-check-am: all-am
513
-check: check-recursive
514
-all-am: Makefile $(PROGRAMS)
515
-installdirs: installdirs-recursive
516
-installdirs-am:
517
-	for dir in "$(DESTDIR)$(bindir)"; do \
518
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
519
-	done
520
-install: install-recursive
521
-install-exec: install-exec-recursive
522
-install-data: install-data-recursive
523
-uninstall: uninstall-recursive
524
-
525
-install-am: all-am
526
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
-
528
-installcheck: installcheck-recursive
529
-install-strip:
530
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532
-	  `test -z '$(STRIP)' || \
533
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
534
-mostlyclean-generic:
535
-
536
-clean-generic:
537
-
538
-distclean-generic:
539
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
540
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541
-	-rm -f ../$(am__dirstamp)
542
-
543
-maintainer-clean-generic:
544
-	@echo "This command is intended for maintainers to use"
545
-	@echo "it deletes files that may require special tools to rebuild."
546
-clean: clean-recursive
547
-
548
-clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
549
-
550
-distclean: distclean-recursive
551
-	-rm -rf ./$(DEPDIR)
552
-	-rm -f Makefile
553
-distclean-am: clean-am distclean-compile distclean-generic \
554
-	distclean-tags
555
-
556
-dvi: dvi-recursive
557
-
558
-dvi-am:
559
-
560
-html: html-recursive
561
-
562
-html-am:
563
-
564
-info: info-recursive
565
-
566
-info-am:
567
-
568
-install-data-am:
569
-
570
-install-dvi: install-dvi-recursive
571
-
572
-install-dvi-am:
573
-
574
-install-exec-am: install-binPROGRAMS
575
-
576
-install-html: install-html-recursive
577
-
578
-install-html-am:
579
-
580
-install-info: install-info-recursive
581
-
582
-install-info-am:
583
-
584
-install-man:
585
-
586
-install-pdf: install-pdf-recursive
587
-
588
-install-pdf-am:
589
-
590
-install-ps: install-ps-recursive
591
-
592
-install-ps-am:
593
-
594
-installcheck-am:
595
-
596
-maintainer-clean: maintainer-clean-recursive
597
-	-rm -rf ./$(DEPDIR)
598
-	-rm -f Makefile
599
-maintainer-clean-am: distclean-am maintainer-clean-generic
600
-
601
-mostlyclean: mostlyclean-recursive
602
-
603
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
604
-
605
-pdf: pdf-recursive
606
-
607
-pdf-am:
608
-
609
-ps: ps-recursive
610
-
611
-ps-am:
612
-
613
-uninstall-am: uninstall-binPROGRAMS
614
-
615
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
616
-	install-am install-strip tags-recursive
617
-
618
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
619
-	all all-am check check-am clean clean-binPROGRAMS \
620
-	clean-generic ctags ctags-recursive distclean \
621
-	distclean-compile distclean-generic distclean-tags distdir dvi \
622
-	dvi-am html html-am info info-am install install-am \
623
-	install-binPROGRAMS install-data install-data-am install-dvi \
624
-	install-dvi-am install-exec install-exec-am install-html \
625
-	install-html-am install-info install-info-am install-man \
626
-	install-pdf install-pdf-am install-ps install-ps-am \
627
-	install-strip installcheck installcheck-am installdirs \
628
-	installdirs-am maintainer-clean maintainer-clean-generic \
629
-	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
630
-	ps ps-am tags tags-recursive uninstall uninstall-am \
631
-	uninstall-binPROGRAMS
632
-
633
-
634
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
635
-# Otherwise a system limit (for SysV at least) may be exceeded.
636
-.NOEXPORT:

Loading…
Cancel
Save