OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [Makefile.in] - Blame information for rev 1771

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# 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
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = .
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
 
63
EXEEXT = @EXEEXT@
64
OBJEXT = @OBJEXT@
65
PATH_SEPARATOR = @PATH_SEPARATOR@
66
AMTAR = @AMTAR@
67
AWK = @AWK@
68
CC = @CC@
69
DEPDIR = @DEPDIR@
70
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71
PACKAGE = @PACKAGE@
72
STRIP = @STRIP@
73
VERSION = @VERSION@
74
am__include = @am__include@
75
am__quote = @am__quote@
76
install_sh = @install_sh@
77
 
78
EXTRA_DIST = word-replace2
79
 
80
SUBDIRS = bmenu src2html1.4a src2html texi2www
81
subdir = .
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
84
CONFIG_CLEAN_FILES =
85
DIST_SOURCES =
86
 
87
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
88
        uninstall-info-recursive all-recursive install-data-recursive \
89
        install-exec-recursive installdirs-recursive install-recursive \
90
        uninstall-recursive check-recursive installcheck-recursive
91
DIST_COMMON = ../../install-sh ../../missing ../../mkinstalldirs \
92
        ChangeLog Makefile.am Makefile.in aclocal.m4 configure \
93
        configure.ac
94
DIST_SUBDIRS = $(SUBDIRS)
95
all: all-recursive
96
 
97
.SUFFIXES:
98
 
99
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
100
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
101
        cd $(top_srcdir) && \
102
          $(AUTOMAKE) --foreign  Makefile
103
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
104
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
105
 
106
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
107
        $(SHELL) ./config.status --recheck
108
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
109
        cd $(srcdir) && $(AUTOCONF)
110
 
111
$(ACLOCAL_M4):  configure.ac
112
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
113
uninstall-info-am:
114
 
115
# This directory's subdirectories are mostly independent; you can cd
116
# into them and run `make' without going through this Makefile.
117
# To change the values of `make' variables: instead of editing Makefiles,
118
# (1) if the variable is set in `config.status', edit `config.status'
119
#     (which will cause the Makefiles to be regenerated when you run `make');
120
# (2) otherwise, pass the desired values on the `make' command line.
121
$(RECURSIVE_TARGETS):
122
        @set fnord $$MAKEFLAGS; amf=$$2; \
123
        dot_seen=no; \
124
        target=`echo $@ | sed s/-recursive//`; \
125
        list='$(SUBDIRS)'; for subdir in $$list; do \
126
          echo "Making $$target in $$subdir"; \
127
          if test "$$subdir" = "."; then \
128
            dot_seen=yes; \
129
            local_target="$$target-am"; \
130
          else \
131
            local_target="$$target"; \
132
          fi; \
133
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
134
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
135
        done; \
136
        if test "$$dot_seen" = "no"; then \
137
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
138
        fi; test -z "$$fail"
139
 
140
mostlyclean-recursive clean-recursive distclean-recursive \
141
maintainer-clean-recursive:
142
        @set fnord $$MAKEFLAGS; amf=$$2; \
143
        dot_seen=no; \
144
        case "$@" in \
145
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
146
          *) list='$(SUBDIRS)' ;; \
147
        esac; \
148
        rev=''; for subdir in $$list; do \
149
          if test "$$subdir" = "."; then :; else \
150
            rev="$$subdir $$rev"; \
151
          fi; \
152
        done; \
153
        rev="$$rev ."; \
154
        target=`echo $@ | sed s/-recursive//`; \
155
        for subdir in $$rev; do \
156
          echo "Making $$target in $$subdir"; \
157
          if test "$$subdir" = "."; then \
158
            local_target="$$target-am"; \
159
          else \
160
            local_target="$$target"; \
161
          fi; \
162
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164
        done && test -z "$$fail"
165
tags-recursive:
166
        list='$(SUBDIRS)'; for subdir in $$list; do \
167
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
168
        done
169
 
170
ETAGS = etags
171
ETAGSFLAGS =
172
 
173
tags: TAGS
174
 
175
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
176
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
177
        unique=`for i in $$list; do \
178
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179
          done | \
180
          $(AWK) '    { files[$$0] = 1; } \
181
               END { for (i in files) print i; }'`; \
182
        mkid -fID $$unique
183
 
184
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
185
                $(TAGS_FILES) $(LISP)
186
        tags=; \
187
        here=`pwd`; \
188
        list='$(SUBDIRS)'; for subdir in $$list; do \
189
          if test "$$subdir" = .; then :; else \
190
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
191
          fi; \
192
        done; \
193
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
194
        unique=`for i in $$list; do \
195
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196
          done | \
197
          $(AWK) '    { files[$$0] = 1; } \
198
               END { for (i in files) print i; }'`; \
199
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
200
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
201
             $$tags $$unique
202
 
203
GTAGS:
204
        here=`$(am__cd) $(top_builddir) && pwd` \
205
          && cd $(top_srcdir) \
206
          && gtags -i $(GTAGS_ARGS) $$here
207
 
208
distclean-tags:
209
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
210
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211
 
212
top_distdir = .
213
distdir = $(PACKAGE)-$(VERSION)
214
 
215
am__remove_distdir = \
216
  { test ! -d $(distdir) \
217
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
218
         && rm -fr $(distdir); }; }
219
 
220
GZIP_ENV = --best
221
distcleancheck_listfiles = find . -type f -print
222
 
223
distdir: $(DISTFILES)
224
        $(am__remove_distdir)
225
        mkdir $(distdir)
226
        $(mkinstalldirs) $(distdir)/../..
227
        @list='$(DISTFILES)'; for file in $$list; do \
228
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
229
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
230
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231
            dir="/$$dir"; \
232
            $(mkinstalldirs) "$(distdir)$$dir"; \
233
          else \
234
            dir=''; \
235
          fi; \
236
          if test -d $$d/$$file; then \
237
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
238
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239
            fi; \
240
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241
          else \
242
            test -f $(distdir)/$$file \
243
            || cp -p $$d/$$file $(distdir)/$$file \
244
            || exit 1; \
245
          fi; \
246
        done
247
        list='$(SUBDIRS)'; for subdir in $$list; do \
248
          if test "$$subdir" = .; then :; else \
249
            test -d $(distdir)/$$subdir \
250
            || mkdir $(distdir)/$$subdir \
251
            || exit 1; \
252
            (cd $$subdir && \
253
              $(MAKE) $(AM_MAKEFLAGS) \
254
                top_distdir="$(top_distdir)" \
255
                distdir=../$(distdir)/$$subdir \
256
                distdir) \
257
              || exit 1; \
258
          fi; \
259
        done
260
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
261
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
262
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
263
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
264
        || chmod -R a+r $(distdir)
265
dist-gzip: distdir
266
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
267
        $(am__remove_distdir)
268
 
269
dist dist-all: distdir
270
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
271
        $(am__remove_distdir)
272
 
273
# This target untars the dist file and tries a VPATH configuration.  Then
274
# it guarantees that the distribution is self-contained by making another
275
# tarfile.
276
distcheck: dist
277
        $(am__remove_distdir)
278
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
279
        chmod -R a-w $(distdir); chmod a+w $(distdir)
280
        mkdir $(distdir)/=build
281
        mkdir $(distdir)/=inst
282
        chmod a-w $(distdir)
283
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
284
          && cd $(distdir)/=build \
285
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
286
            $(DISTCHECK_CONFIGURE_FLAGS) \
287
          && $(MAKE) $(AM_MAKEFLAGS) \
288
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
289
          && $(MAKE) $(AM_MAKEFLAGS) check \
290
          && $(MAKE) $(AM_MAKEFLAGS) install \
291
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
292
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
293
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
294
              || { echo "ERROR: files left after uninstall:" ; \
295
                   find $$dc_install_base -type f -print ; \
296
                   exit 1; } >&2 ) \
297
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
298
          && rm -f $(distdir).tar.gz \
299
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
300
        $(am__remove_distdir)
301
        @echo "$(distdir).tar.gz is ready for distribution" | \
302
          sed 'h;s/./=/g;p;x;p;x'
303
distcleancheck: distclean
304
        if test '$(srcdir)' = . ; then \
305
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
306
          exit 1 ; \
307
        fi
308
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
309
          || { echo "ERROR: files left after distclean:" ; \
310
               $(distcleancheck_listfiles) ; \
311
               exit 1; } >&2
312
check-am: all-am
313
check: check-recursive
314
all-am: Makefile
315
installdirs: installdirs-recursive
316
installdirs-am:
317
 
318
install: install-recursive
319
install-exec: install-exec-recursive
320
install-data: install-data-recursive
321
uninstall: uninstall-recursive
322
 
323
install-am: all-am
324
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325
 
326
installcheck: installcheck-recursive
327
install-strip:
328
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329
          INSTALL_STRIP_FLAG=-s \
330
          `test -z '$(STRIP)' || \
331
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
332
mostlyclean-generic:
333
 
334
clean-generic:
335
 
336
distclean-generic:
337
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
338
 
339
maintainer-clean-generic:
340
        @echo "This command is intended for maintainers to use"
341
        @echo "it deletes files that may require special tools to rebuild."
342
clean: clean-recursive
343
 
344
clean-am: clean-generic mostlyclean-am
345
 
346
distclean: distclean-recursive
347
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
348
distclean-am: clean-am distclean-generic distclean-tags
349
 
350
dvi: dvi-recursive
351
 
352
dvi-am:
353
 
354
info: info-recursive
355
 
356
info-am:
357
 
358
install-data-am:
359
 
360
install-exec-am:
361
 
362
install-info: install-info-recursive
363
 
364
install-man:
365
 
366
installcheck-am:
367
 
368
maintainer-clean: maintainer-clean-recursive
369
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
370
        -rm -rf autom4te.cache
371
maintainer-clean-am: distclean-am maintainer-clean-generic
372
 
373
mostlyclean: mostlyclean-recursive
374
 
375
mostlyclean-am: mostlyclean-generic
376
 
377
uninstall-am: uninstall-info-am
378
 
379
uninstall-info: uninstall-info-recursive
380
 
381
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
382
        clean-generic clean-recursive dist dist-all dist-gzip distcheck \
383
        distclean distclean-generic distclean-recursive distclean-tags \
384
        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
385
        info-recursive install install-am install-data install-data-am \
386
        install-data-recursive install-exec install-exec-am \
387
        install-exec-recursive install-info install-info-am \
388
        install-info-recursive install-man install-recursive \
389
        install-strip installcheck installcheck-am installdirs \
390
        installdirs-am installdirs-recursive maintainer-clean \
391
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
392
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
393
        uninstall uninstall-am uninstall-info-am \
394
        uninstall-info-recursive uninstall-recursive
395
 
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
397
# Otherwise a system limit (for SysV at least) may be exceeded.
398
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.