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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts-ada/] [Makefile.in] - Blame information for rev 1765

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
BINUTILSVERS = @BINUTILSVERS@
69
BSPVERS = @BSPVERS@
70
DEPDIR = @DEPDIR@
71
GDBVERS = @GDBVERS@
72
GNATNEWLIBVERS = @GNATNEWLIBVERS@
73
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74
PACKAGE = @PACKAGE@
75
RPM_SPECSdir = @RPM_SPECSdir@
76
RTEMS_VERSION = @RTEMS_VERSION@
77
STRIP = @STRIP@
78
VERSION = @VERSION@
79
am__include = @am__include@
80
am__quote = @am__quote@
81
install_sh = @install_sh@
82
 
83
SUBDIRS = . gnatnewlib gdb
84
 
85
noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgnatnewlibspec \
86
    mkgdbspec mkrpms mkspec
87
 
88
 
89
TEMPLATES =
90
 
91
noinst_DATA = setup.def $(TEMPLATES)
92
 
93
EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
94
 
95
CONFIGURE_DEPENDENCIES = setup.cache
96
 
97
DISTCLEANFILES = setup.cache
98
 
99
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
100
subdir = .
101
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103
CONFIG_CLEAN_FILES = buildall mkbinutilspec mkgnatnewlibspec mkgdbspec \
104
        mkbspspec
105
SCRIPTS = $(noinst_SCRIPTS)
106
 
107
DIST_SOURCES =
108
DATA = $(noinst_DATA)
109
 
110
 
111
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
112
        uninstall-info-recursive all-recursive install-data-recursive \
113
        install-exec-recursive installdirs-recursive install-recursive \
114
        uninstall-recursive check-recursive installcheck-recursive
115
DIST_COMMON = README ChangeLog Makefile.am Makefile.in TODO aclocal.m4 \
116
        buildall.in configure configure.ac install-sh missing \
117
        mkbinutilspec.in mkbspspec.in mkgdbspec.in mkgnatnewlibspec.in \
118
        mkinstalldirs
119
DIST_SUBDIRS = $(SUBDIRS)
120
all: all-recursive
121
 
122
.SUFFIXES:
123
 
124
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
125
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/../automake/subdirs.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
126
        cd $(top_srcdir) && \
127
          $(AUTOMAKE) --foreign  Makefile
128
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
129
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
130
 
131
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
132
        $(SHELL) ./config.status --recheck
133
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
134
        cd $(srcdir) && $(AUTOCONF)
135
 
136
$(ACLOCAL_M4):  configure.ac
137
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
138
buildall: $(top_builddir)/config.status buildall.in
139
        cd $(top_builddir) && $(SHELL) ./config.status $@
140
mkbinutilspec: $(top_builddir)/config.status mkbinutilspec.in
141
        cd $(top_builddir) && $(SHELL) ./config.status $@
142
mkgnatnewlibspec: $(top_builddir)/config.status mkgnatnewlibspec.in
143
        cd $(top_builddir) && $(SHELL) ./config.status $@
144
mkgdbspec: $(top_builddir)/config.status mkgdbspec.in
145
        cd $(top_builddir) && $(SHELL) ./config.status $@
146
mkbspspec: $(top_builddir)/config.status mkbspspec.in
147
        cd $(top_builddir) && $(SHELL) ./config.status $@
148
uninstall-info-am:
149
 
150
# This directory's subdirectories are mostly independent; you can cd
151
# into them and run `make' without going through this Makefile.
152
# To change the values of `make' variables: instead of editing Makefiles,
153
# (1) if the variable is set in `config.status', edit `config.status'
154
#     (which will cause the Makefiles to be regenerated when you run `make');
155
# (2) otherwise, pass the desired values on the `make' command line.
156
$(RECURSIVE_TARGETS):
157
        @set fnord $$MAKEFLAGS; amf=$$2; \
158
        dot_seen=no; \
159
        target=`echo $@ | sed s/-recursive//`; \
160
        list='$(SUBDIRS)'; for subdir in $$list; do \
161
          echo "Making $$target in $$subdir"; \
162
          if test "$$subdir" = "."; then \
163
            dot_seen=yes; \
164
            local_target="$$target-am"; \
165
          else \
166
            local_target="$$target"; \
167
          fi; \
168
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170
        done; \
171
        if test "$$dot_seen" = "no"; then \
172
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
173
        fi; test -z "$$fail"
174
 
175
mostlyclean-recursive clean-recursive distclean-recursive \
176
maintainer-clean-recursive:
177
        @set fnord $$MAKEFLAGS; amf=$$2; \
178
        dot_seen=no; \
179
        case "$@" in \
180
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
181
          *) list='$(SUBDIRS)' ;; \
182
        esac; \
183
        rev=''; for subdir in $$list; do \
184
          if test "$$subdir" = "."; then :; else \
185
            rev="$$subdir $$rev"; \
186
          fi; \
187
        done; \
188
        rev="$$rev ."; \
189
        target=`echo $@ | sed s/-recursive//`; \
190
        for subdir in $$rev; do \
191
          echo "Making $$target in $$subdir"; \
192
          if test "$$subdir" = "."; then \
193
            local_target="$$target-am"; \
194
          else \
195
            local_target="$$target"; \
196
          fi; \
197
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199
        done && test -z "$$fail"
200
tags-recursive:
201
        list='$(SUBDIRS)'; for subdir in $$list; do \
202
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203
        done
204
 
205
ETAGS = etags
206
ETAGSFLAGS =
207
 
208
tags: TAGS
209
 
210
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
211
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
212
        unique=`for i in $$list; do \
213
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214
          done | \
215
          $(AWK) '    { files[$$0] = 1; } \
216
               END { for (i in files) print i; }'`; \
217
        mkid -fID $$unique
218
 
219
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
220
                $(TAGS_FILES) $(LISP)
221
        tags=; \
222
        here=`pwd`; \
223
        list='$(SUBDIRS)'; for subdir in $$list; do \
224
          if test "$$subdir" = .; then :; else \
225
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
226
          fi; \
227
        done; \
228
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
229
        unique=`for i in $$list; do \
230
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231
          done | \
232
          $(AWK) '    { files[$$0] = 1; } \
233
               END { for (i in files) print i; }'`; \
234
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
235
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
236
             $$tags $$unique
237
 
238
GTAGS:
239
        here=`$(am__cd) $(top_builddir) && pwd` \
240
          && cd $(top_srcdir) \
241
          && gtags -i $(GTAGS_ARGS) $$here
242
 
243
distclean-tags:
244
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
245
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246
 
247
top_distdir = .
248
distdir = $(PACKAGE)-$(VERSION)
249
 
250
am__remove_distdir = \
251
  { test ! -d $(distdir) \
252
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
253
         && rm -fr $(distdir); }; }
254
 
255
GZIP_ENV = --best
256
distcleancheck_listfiles = find . -type f -print
257
 
258
distdir: $(DISTFILES)
259
        $(am__remove_distdir)
260
        mkdir $(distdir)
261
        $(mkinstalldirs) $(distdir)/.
262
        @list='$(DISTFILES)'; for file in $$list; do \
263
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
264
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
265
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
266
            dir="/$$dir"; \
267
            $(mkinstalldirs) "$(distdir)$$dir"; \
268
          else \
269
            dir=''; \
270
          fi; \
271
          if test -d $$d/$$file; then \
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
273
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
274
            fi; \
275
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
276
          else \
277
            test -f $(distdir)/$$file \
278
            || cp -p $$d/$$file $(distdir)/$$file \
279
            || exit 1; \
280
          fi; \
281
        done
282
        list='$(SUBDIRS)'; for subdir in $$list; do \
283
          if test "$$subdir" = .; then :; else \
284
            test -d $(distdir)/$$subdir \
285
            || mkdir $(distdir)/$$subdir \
286
            || exit 1; \
287
            (cd $$subdir && \
288
              $(MAKE) $(AM_MAKEFLAGS) \
289
                top_distdir="$(top_distdir)" \
290
                distdir=../$(distdir)/$$subdir \
291
                distdir) \
292
              || exit 1; \
293
          fi; \
294
        done
295
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
296
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
297
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
298
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
299
        || chmod -R a+r $(distdir)
300
dist-gzip: distdir
301
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
302
        $(am__remove_distdir)
303
 
304
dist dist-all: distdir
305
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
306
        $(am__remove_distdir)
307
 
308
# This target untars the dist file and tries a VPATH configuration.  Then
309
# it guarantees that the distribution is self-contained by making another
310
# tarfile.
311
distcheck: dist
312
        $(am__remove_distdir)
313
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
314
        chmod -R a-w $(distdir); chmod a+w $(distdir)
315
        mkdir $(distdir)/=build
316
        mkdir $(distdir)/=inst
317
        chmod a-w $(distdir)
318
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
319
          && cd $(distdir)/=build \
320
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
321
            $(DISTCHECK_CONFIGURE_FLAGS) \
322
          && $(MAKE) $(AM_MAKEFLAGS) \
323
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
324
          && $(MAKE) $(AM_MAKEFLAGS) check \
325
          && $(MAKE) $(AM_MAKEFLAGS) install \
326
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
327
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
328
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
329
              || { echo "ERROR: files left after uninstall:" ; \
330
                   find $$dc_install_base -type f -print ; \
331
                   exit 1; } >&2 ) \
332
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
333
          && rm -f $(distdir).tar.gz \
334
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
335
        $(am__remove_distdir)
336
        @echo "$(distdir).tar.gz is ready for distribution" | \
337
          sed 'h;s/./=/g;p;x;p;x'
338
distcleancheck: distclean
339
        if test '$(srcdir)' = . ; then \
340
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
341
          exit 1 ; \
342
        fi
343
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
344
          || { echo "ERROR: files left after distclean:" ; \
345
               $(distcleancheck_listfiles) ; \
346
               exit 1; } >&2
347
check-am: all-am
348
check: check-recursive
349
all-am: Makefile $(SCRIPTS) $(DATA)
350
installdirs: installdirs-recursive
351
installdirs-am:
352
 
353
install: install-recursive
354
install-exec: install-exec-recursive
355
install-data: install-data-recursive
356
uninstall: uninstall-recursive
357
 
358
install-am: all-am
359
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
 
361
installcheck: installcheck-recursive
362
install-strip:
363
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364
          INSTALL_STRIP_FLAG=-s \
365
          `test -z '$(STRIP)' || \
366
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
367
mostlyclean-generic:
368
 
369
clean-generic:
370
 
371
distclean-generic:
372
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
373
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
374
 
375
maintainer-clean-generic:
376
        @echo "This command is intended for maintainers to use"
377
        @echo "it deletes files that may require special tools to rebuild."
378
clean: clean-recursive
379
 
380
clean-am: clean-generic clean-local mostlyclean-am
381
 
382
distclean: distclean-recursive
383
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
384
distclean-am: clean-am distclean-generic distclean-local distclean-tags
385
 
386
dvi: dvi-recursive
387
 
388
dvi-am:
389
 
390
info: info-recursive
391
 
392
info-am:
393
 
394
install-data-am:
395
 
396
install-exec-am:
397
 
398
install-info: install-info-recursive
399
 
400
install-man:
401
 
402
installcheck-am:
403
 
404
maintainer-clean: maintainer-clean-recursive
405
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
406
        -rm -rf autom4te.cache
407
maintainer-clean-am: distclean-am maintainer-clean-generic
408
 
409
mostlyclean: mostlyclean-recursive
410
 
411
mostlyclean-am: mostlyclean-generic
412
 
413
uninstall-am: uninstall-info-am
414
 
415
uninstall-info: uninstall-info-recursive
416
 
417
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
418
        clean-generic clean-local clean-recursive dist dist-all \
419
        dist-gzip distcheck distclean distclean-generic distclean-local \
420
        distclean-recursive distclean-tags distcleancheck distdir dvi \
421
        dvi-am dvi-recursive info info-am info-recursive install \
422
        install-am install-data install-data-am install-data-recursive \
423
        install-exec install-exec-am install-exec-recursive \
424
        install-info install-info-am install-info-recursive install-man \
425
        install-recursive install-strip installcheck installcheck-am \
426
        installdirs installdirs-am installdirs-recursive \
427
        maintainer-clean maintainer-clean-generic \
428
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
429
        mostlyclean-recursive tags tags-recursive uninstall \
430
        uninstall-am uninstall-info-am uninstall-info-recursive \
431
        uninstall-recursive
432
 
433
setup.cache: setup.def
434
        cp setup.def $@
435
 
436
depend-recursive \
437
preinstall-recursive:
438
        @set fnord $(MAKEFLAGS); amf=$$2; \
439
        dot_seen=no; \
440
        target=`echo $@ | sed s/-recursive//`; \
441
        list='$(SUBDIRS)'; for subdir in $$list; do \
442
          echo "Making $$target in $$subdir"; \
443
          if test "$$subdir" = "."; then \
444
            dot_seen=yes; \
445
            local_target="$$target-am"; \
446
          else \
447
            local_target="$$target"; \
448
          fi; \
449
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
451
        done; \
452
        if test "$$dot_seen" = "no"; then \
453
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
454
        fi; test -z "$$fail"
455
 
456
preinstall: preinstall-recursive
457
.PHONY: preinstall-recursive
458
 
459
depend: depend-recursive
460
.PHONY: depend-recursive
461
 
462
debug:
463
        @echo
464
        @echo "\"make debug\" is obsolete, instead use:"
465
        @echo " make VARIANT=DEBUG"
466
        @echo
467
 
468
.PHONY: debug
469
 
470
profile:
471
        @echo
472
        @echo "\"make profile\" is obsolete, instead use:"
473
        @echo " make VARIANT=PROFILE"
474
        @echo
475
 
476
.PHONY: profile
477
 
478
preinstall-am: $(PREINSTALL_FILES)
479
preinstall: preinstall-am
480
.PHONY: preinstall preinstall-am
481
 
482
depend-am:
483
depend: depend-am
484
.PHONY: depend depend-am
485
 
486
${ARCH}:
487
        mkdir ${ARCH}
488
 
489
clean-local:
490
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
491
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
492
 
493
distclean-local:
494
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
495
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
# Otherwise a system limit (for SysV at least) may be exceeded.
497
.NOEXPORT:

powered by: WebSVN 2.1.0

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