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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [include/] [Makefile.in] - Blame information for rev 1778

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
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_MP = @HAS_MP@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PACKHEX = @PACKHEX@
84
PROJECT_INCLUDE = @PROJECT_INCLUDE@
85
PROJECT_RELEASE = @PROJECT_RELEASE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RTEMS_BSP = @RTEMS_BSP@
89
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HOST = @RTEMS_HOST@
92
RTEMS_ROOT = @RTEMS_ROOT@
93
RTEMS_TOPdir = @RTEMS_TOPdir@
94
STRIP = @STRIP@
95
VERSION = @VERSION@
96
am__include = @am__include@
97
am__quote = @am__quote@
98
bsplibdir = @bsplibdir@
99
install_sh = @install_sh@
100
 
101
SUBDIRS = rtems
102
 
103
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
104
subdir = include
105
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
106
CONFIG_CLEAN_FILES =
107
DIST_SOURCES =
108
 
109
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
110
        uninstall-info-recursive all-recursive install-data-recursive \
111
        install-exec-recursive installdirs-recursive install-recursive \
112
        uninstall-recursive check-recursive installcheck-recursive
113
DIST_COMMON = Makefile.am Makefile.in
114
DIST_SUBDIRS = $(SUBDIRS)
115
all: all-recursive
116
 
117
.SUFFIXES:
118
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119
        cd $(top_srcdir) && \
120
          $(AUTOMAKE) --foreign  include/Makefile
121
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
122
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
123
uninstall-info-am:
124
 
125
# This directory's subdirectories are mostly independent; you can cd
126
# into them and run `make' without going through this Makefile.
127
# To change the values of `make' variables: instead of editing Makefiles,
128
# (1) if the variable is set in `config.status', edit `config.status'
129
#     (which will cause the Makefiles to be regenerated when you run `make');
130
# (2) otherwise, pass the desired values on the `make' command line.
131
$(RECURSIVE_TARGETS):
132
        @set fnord $$MAKEFLAGS; amf=$$2; \
133
        dot_seen=no; \
134
        target=`echo $@ | sed s/-recursive//`; \
135
        list='$(SUBDIRS)'; for subdir in $$list; do \
136
          echo "Making $$target in $$subdir"; \
137
          if test "$$subdir" = "."; then \
138
            dot_seen=yes; \
139
            local_target="$$target-am"; \
140
          else \
141
            local_target="$$target"; \
142
          fi; \
143
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
145
        done; \
146
        if test "$$dot_seen" = "no"; then \
147
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148
        fi; test -z "$$fail"
149
 
150
mostlyclean-recursive clean-recursive distclean-recursive \
151
maintainer-clean-recursive:
152
        @set fnord $$MAKEFLAGS; amf=$$2; \
153
        dot_seen=no; \
154
        case "$@" in \
155
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
156
          *) list='$(SUBDIRS)' ;; \
157
        esac; \
158
        rev=''; for subdir in $$list; do \
159
          if test "$$subdir" = "."; then :; else \
160
            rev="$$subdir $$rev"; \
161
          fi; \
162
        done; \
163
        rev="$$rev ."; \
164
        target=`echo $@ | sed s/-recursive//`; \
165
        for subdir in $$rev; do \
166
          echo "Making $$target in $$subdir"; \
167
          if test "$$subdir" = "."; then \
168
            local_target="$$target-am"; \
169
          else \
170
            local_target="$$target"; \
171
          fi; \
172
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174
        done && test -z "$$fail"
175
tags-recursive:
176
        list='$(SUBDIRS)'; for subdir in $$list; do \
177
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
178
        done
179
 
180
ETAGS = etags
181
ETAGSFLAGS =
182
 
183
tags: TAGS
184
 
185
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
186
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
187
        unique=`for i in $$list; do \
188
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189
          done | \
190
          $(AWK) '    { files[$$0] = 1; } \
191
               END { for (i in files) print i; }'`; \
192
        mkid -fID $$unique
193
 
194
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
195
                $(TAGS_FILES) $(LISP)
196
        tags=; \
197
        here=`pwd`; \
198
        list='$(SUBDIRS)'; for subdir in $$list; do \
199
          if test "$$subdir" = .; then :; else \
200
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201
          fi; \
202
        done; \
203
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
204
        unique=`for i in $$list; do \
205
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206
          done | \
207
          $(AWK) '    { files[$$0] = 1; } \
208
               END { for (i in files) print i; }'`; \
209
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
210
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
211
             $$tags $$unique
212
 
213
GTAGS:
214
        here=`$(am__cd) $(top_builddir) && pwd` \
215
          && cd $(top_srcdir) \
216
          && gtags -i $(GTAGS_ARGS) $$here
217
 
218
distclean-tags:
219
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
220
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221
 
222
top_distdir = ..
223
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
224
 
225
distdir: $(DISTFILES)
226
        @list='$(DISTFILES)'; for file in $$list; do \
227
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
228
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
229
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
230
            dir="/$$dir"; \
231
            $(mkinstalldirs) "$(distdir)$$dir"; \
232
          else \
233
            dir=''; \
234
          fi; \
235
          if test -d $$d/$$file; then \
236
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
237
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
238
            fi; \
239
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
240
          else \
241
            test -f $(distdir)/$$file \
242
            || cp -p $$d/$$file $(distdir)/$$file \
243
            || exit 1; \
244
          fi; \
245
        done
246
        list='$(SUBDIRS)'; for subdir in $$list; do \
247
          if test "$$subdir" = .; then :; else \
248
            test -d $(distdir)/$$subdir \
249
            || mkdir $(distdir)/$$subdir \
250
            || exit 1; \
251
            (cd $$subdir && \
252
              $(MAKE) $(AM_MAKEFLAGS) \
253
                top_distdir="$(top_distdir)" \
254
                distdir=../$(distdir)/$$subdir \
255
                distdir) \
256
              || exit 1; \
257
          fi; \
258
        done
259
check-am: all-am
260
check: check-recursive
261
all-am: Makefile
262
installdirs: installdirs-recursive
263
installdirs-am:
264
 
265
install: install-recursive
266
install-exec: install-exec-recursive
267
install-data: install-data-recursive
268
uninstall: uninstall-recursive
269
 
270
install-am: all-am
271
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272
 
273
installcheck: installcheck-recursive
274
install-strip:
275
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
276
          INSTALL_STRIP_FLAG=-s \
277
          `test -z '$(STRIP)' || \
278
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
279
mostlyclean-generic:
280
 
281
clean-generic:
282
 
283
distclean-generic:
284
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
285
 
286
maintainer-clean-generic:
287
        @echo "This command is intended for maintainers to use"
288
        @echo "it deletes files that may require special tools to rebuild."
289
clean: clean-recursive
290
 
291
clean-am: clean-generic clean-local mostlyclean-am
292
 
293
distclean: distclean-recursive
294
 
295
distclean-am: clean-am distclean-generic distclean-local distclean-tags
296
 
297
dvi: dvi-recursive
298
 
299
dvi-am:
300
 
301
info: info-recursive
302
 
303
info-am:
304
 
305
install-data-am:
306
 
307
install-exec-am:
308
 
309
install-info: install-info-recursive
310
 
311
install-man:
312
 
313
installcheck-am:
314
 
315
maintainer-clean: maintainer-clean-recursive
316
 
317
maintainer-clean-am: distclean-am maintainer-clean-generic
318
 
319
mostlyclean: mostlyclean-recursive
320
 
321
mostlyclean-am: mostlyclean-generic
322
 
323
uninstall-am: uninstall-info-am
324
 
325
uninstall-info: uninstall-info-recursive
326
 
327
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
328
        clean-generic clean-local clean-recursive distclean \
329
        distclean-generic distclean-local distclean-recursive \
330
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
331
        info-recursive install install-am install-data install-data-am \
332
        install-data-recursive install-exec install-exec-am \
333
        install-exec-recursive install-info install-info-am \
334
        install-info-recursive install-man install-recursive \
335
        install-strip installcheck installcheck-am installdirs \
336
        installdirs-am installdirs-recursive maintainer-clean \
337
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
338
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
339
        uninstall uninstall-am uninstall-info-am \
340
        uninstall-info-recursive uninstall-recursive
341
 
342
 
343
depend-recursive \
344
preinstall-recursive:
345
        @set fnord $(MAKEFLAGS); amf=$$2; \
346
        dot_seen=no; \
347
        target=`echo $@ | sed s/-recursive//`; \
348
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
          echo "Making $$target in $$subdir"; \
350
          if test "$$subdir" = "."; then \
351
            dot_seen=yes; \
352
            local_target="$$target-am"; \
353
          else \
354
            local_target="$$target"; \
355
          fi; \
356
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
358
        done; \
359
        if test "$$dot_seen" = "no"; then \
360
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361
        fi; test -z "$$fail"
362
 
363
preinstall: preinstall-recursive
364
.PHONY: preinstall-recursive
365
 
366
depend: depend-recursive
367
.PHONY: depend-recursive
368
 
369
debug:
370
        @echo
371
        @echo "\"make debug\" is obsolete, instead use:"
372
        @echo " make VARIANT=DEBUG"
373
        @echo
374
 
375
.PHONY: debug
376
 
377
profile:
378
        @echo
379
        @echo "\"make profile\" is obsolete, instead use:"
380
        @echo " make VARIANT=PROFILE"
381
        @echo
382
 
383
.PHONY: profile
384
 
385
preinstall-am: $(PREINSTALL_FILES)
386
preinstall: preinstall-am
387
.PHONY: preinstall preinstall-am
388
 
389
depend-am:
390
depend: depend-am
391
.PHONY: depend depend-am
392
 
393
${ARCH}:
394
        mkdir ${ARCH}
395
 
396
clean-local:
397
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
398
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
399
 
400
distclean-local:
401
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
402
# Tell versions [3.59,3.63) of GNU make to not export all variables.
403
# Otherwise a system limit (for SysV at least) may be exceeded.
404
.NOEXPORT:

powered by: WebSVN 2.1.0

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