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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [rtems/] [Makefile.in] - Blame information for rev 1780

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

powered by: WebSVN 2.1.0

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