~ubuntu-branches/ubuntu/wily/openocd/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Hermann
  • Date: 2009-11-25 12:20:04 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091125122004-4cnrzqw7v9qu064n
Tags: 0.3.1-1
* New upstream release (Closes: #554598, #537740).
* Add sh4 (instead of sh) to the list of architectures (Closes: #555553).
* Standards-Version: 3.8.3 (no changes required).
* debian/watch: Add file.
* debian/docs: Updates, some files were removed, some added.

Show diffs side-by-side

added added

removed removed

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