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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [make/] [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
CC = @CC@
71
CPP = @CPP@
72
CXX = @CXX@
73
CXXCPP = @CXXCPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
HAS_NETWORKING = @HAS_NETWORKING@
78
HAS_RDBG = @HAS_RDBG@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PACKHEX = @PACKHEX@
84
PROJECT_ROOT = @PROJECT_ROOT@
85
PROJECT_TOPdir = @PROJECT_TOPdir@
86
RTEMS_CPU = @RTEMS_CPU@
87
RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
88
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
89
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
90
RTEMS_HAS_POSIX = @RTEMS_HAS_POSIX@
91
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
92
RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
93
RTEMS_HOST = @RTEMS_HOST@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
96
STRIP = @STRIP@
97
VERSION = @VERSION@
98
am__include = @am__include@
99
am__quote = @am__quote@
100
install_sh = @install_sh@
101
 
102
ACLOCAL_AMFLAGS = -I ../../aclocal
103
 
104
rtems_makedir = $(exec_prefix)/make
105
 
106
GENERIC_FILES = target.cfg
107
 
108
rtems_make_DATA = $(GENERIC_FILES)
109
 
110
EXTRA_DIST = target.cfg.in
111
subdir = .
112
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
114
CONFIG_CLEAN_FILES = target.cfg
115
DIST_SOURCES =
116
DATA = $(rtems_make_DATA)
117
 
118
DIST_COMMON = ../../COPYING ../../ChangeLog ../../INSTALL ../../README \
119
        ../../acinclude.m4 ../../config.guess ../../config.sub \
120
        ../../configure ../../configure.ac ../../install-sh \
121
        ../../missing ../../mkinstalldirs ChangeLog Makefile.am \
122
        Makefile.in aclocal.m4 configure configure.ac target.cfg.in
123
all: all-am
124
 
125
.SUFFIXES:
126
 
127
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
128
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../automake/host.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
129
        cd $(top_srcdir) && \
130
          $(AUTOMAKE) --foreign  Makefile
131
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
132
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
133
 
134
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
135
        $(SHELL) ./config.status --recheck
136
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
137
        cd $(srcdir) && $(AUTOCONF)
138
 
139
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../../aclocal/bsp-alias.m4 ../../aclocal/bsp-arg-enable.m4 ../../aclocal/bsp-configure.m4 ../../aclocal/bspopts.m4 ../../aclocal/canonical-host.m4 ../../aclocal/canonical-target-name.m4 ../../aclocal/canonicalize-tools.m4 ../../aclocal/check-bsp-cache.m4 ../../aclocal/check-bsps.m4 ../../aclocal/check-cpu.m4 ../../aclocal/check-cxx.m4 ../../aclocal/check-itron.m4 ../../aclocal/check-multiprocessing.m4 ../../aclocal/check-networking.m4 ../../aclocal/check-newlib.m4 ../../aclocal/check-posix.m4 ../../aclocal/check-rdbg.m4 ../../aclocal/check-tool.m4 ../../aclocal/config-subdirs.m4 ../../aclocal/enable-bare.m4 ../../aclocal/enable-cxx.m4 ../../aclocal/enable-inlines.m4 ../../aclocal/enable-itron.m4 ../../aclocal/enable-multiprocessing.m4 ../../aclocal/enable-networking.m4 ../../aclocal/enable-posix.m4 ../../aclocal/enable-rdbg.m4 ../../aclocal/enable-rtemsbsp.m4 ../../aclocal/enable-tests.m4 ../../aclocal/env-rtemsbsp.m4 ../../aclocal/gcc-pipe.m4 ../../aclocal/gcc-specs.m4 ../../aclocal/i386-gas-code16.m4 ../../aclocal/multilib.m4 ../../aclocal/path-ksh.m4 ../../aclocal/path-perl.m4 ../../aclocal/ppc.m4 ../../aclocal/prog-cc.m4 ../../aclocal/prog-cxx.m4 ../../aclocal/project-root.m4 ../../aclocal/rtems-cpu-subdirs.m4 ../../aclocal/rtems-debug.m4 ../../aclocal/rtems-test-no-pause.m4 ../../aclocal/rtems-top.m4 ../../aclocal/sysv-ipc.m4 ../../aclocal/target.m4 ../../aclocal/tool-paths.m4 ../../aclocal/version.m4
140
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
141
target.cfg: $(top_builddir)/config.status target.cfg.in
142
        cd $(top_builddir) && $(SHELL) ./config.status $@
143
uninstall-info-am:
144
rtems_makeDATA_INSTALL = $(INSTALL_DATA)
145
install-rtems_makeDATA: $(rtems_make_DATA)
146
        @$(NORMAL_INSTALL)
147
        $(mkinstalldirs) $(DESTDIR)$(rtems_makedir)
148
        @list='$(rtems_make_DATA)'; for p in $$list; do \
149
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
150
          f="`echo $$p | sed -e 's|^.*/||'`"; \
151
          echo " $(rtems_makeDATA_INSTALL) $$d$$p $(DESTDIR)$(rtems_makedir)/$$f"; \
152
          $(rtems_makeDATA_INSTALL) $$d$$p $(DESTDIR)$(rtems_makedir)/$$f; \
153
        done
154
 
155
uninstall-rtems_makeDATA:
156
        @$(NORMAL_UNINSTALL)
157
        @list='$(rtems_make_DATA)'; for p in $$list; do \
158
          f="`echo $$p | sed -e 's|^.*/||'`"; \
159
          echo " rm -f $(DESTDIR)$(rtems_makedir)/$$f"; \
160
          rm -f $(DESTDIR)$(rtems_makedir)/$$f; \
161
        done
162
tags: TAGS
163
TAGS:
164
 
165
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166
 
167
top_distdir = .
168
distdir = $(PACKAGE)-$(VERSION)
169
 
170
am__remove_distdir = \
171
  { test ! -d $(distdir) \
172
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
173
         && rm -fr $(distdir); }; }
174
 
175
GZIP_ENV = --best
176
distcleancheck_listfiles = find . -type f -print
177
 
178
distdir: $(DISTFILES)
179
        $(am__remove_distdir)
180
        mkdir $(distdir)
181
        $(mkinstalldirs) $(distdir)/. $(distdir)/../..
182
        @list='$(DISTFILES)'; for file in $$list; do \
183
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
184
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
185
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
186
            dir="/$$dir"; \
187
            $(mkinstalldirs) "$(distdir)$$dir"; \
188
          else \
189
            dir=''; \
190
          fi; \
191
          if test -d $$d/$$file; then \
192
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
193
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
194
            fi; \
195
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
196
          else \
197
            test -f $(distdir)/$$file \
198
            || cp -p $$d/$$file $(distdir)/$$file \
199
            || exit 1; \
200
          fi; \
201
        done
202
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
203
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
204
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
205
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
206
        || chmod -R a+r $(distdir)
207
dist-gzip: distdir
208
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
209
        $(am__remove_distdir)
210
 
211
dist dist-all: distdir
212
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
213
        $(am__remove_distdir)
214
 
215
# This target untars the dist file and tries a VPATH configuration.  Then
216
# it guarantees that the distribution is self-contained by making another
217
# tarfile.
218
distcheck: dist
219
        $(am__remove_distdir)
220
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
221
        chmod -R a-w $(distdir); chmod a+w $(distdir)
222
        mkdir $(distdir)/=build
223
        mkdir $(distdir)/=inst
224
        chmod a-w $(distdir)
225
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
226
          && cd $(distdir)/=build \
227
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
228
            $(DISTCHECK_CONFIGURE_FLAGS) \
229
          && $(MAKE) $(AM_MAKEFLAGS) \
230
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
231
          && $(MAKE) $(AM_MAKEFLAGS) check \
232
          && $(MAKE) $(AM_MAKEFLAGS) install \
233
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
234
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
235
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
236
              || { echo "ERROR: files left after uninstall:" ; \
237
                   find $$dc_install_base -type f -print ; \
238
                   exit 1; } >&2 ) \
239
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
240
          && rm -f $(distdir).tar.gz \
241
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
242
        $(am__remove_distdir)
243
        @echo "$(distdir).tar.gz is ready for distribution" | \
244
          sed 'h;s/./=/g;p;x;p;x'
245
distcleancheck: distclean
246
        if test '$(srcdir)' = . ; then \
247
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
248
          exit 1 ; \
249
        fi
250
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
251
          || { echo "ERROR: files left after distclean:" ; \
252
               $(distcleancheck_listfiles) ; \
253
               exit 1; } >&2
254
check-am: all-am
255
check: check-am
256
all-am: Makefile $(DATA)
257
 
258
installdirs:
259
        $(mkinstalldirs) $(DESTDIR)$(rtems_makedir)
260
 
261
install: install-am
262
install-exec: install-exec-am
263
install-data: install-data-am
264
uninstall: uninstall-am
265
 
266
install-am: all-am
267
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268
 
269
installcheck: installcheck-am
270
install-strip:
271
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
272
          INSTALL_STRIP_FLAG=-s \
273
          `test -z '$(STRIP)' || \
274
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
275
mostlyclean-generic:
276
 
277
clean-generic:
278
 
279
distclean-generic:
280
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
281
 
282
maintainer-clean-generic:
283
        @echo "This command is intended for maintainers to use"
284
        @echo "it deletes files that may require special tools to rebuild."
285
clean: clean-am
286
 
287
clean-am: clean-generic mostlyclean-am
288
 
289
distclean: distclean-am
290
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
291
distclean-am: clean-am distclean-generic
292
 
293
dvi: dvi-am
294
 
295
dvi-am:
296
 
297
info: info-am
298
 
299
info-am:
300
 
301
install-data-am: install-rtems_makeDATA
302
 
303
install-exec-am:
304
 
305
install-info: install-info-am
306
 
307
install-man:
308
 
309
installcheck-am:
310
 
311
maintainer-clean: maintainer-clean-am
312
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
313
        -rm -rf autom4te.cache
314
maintainer-clean-am: distclean-am maintainer-clean-generic
315
 
316
mostlyclean: mostlyclean-am
317
 
318
mostlyclean-am: mostlyclean-generic
319
 
320
uninstall-am: uninstall-info-am uninstall-rtems_makeDATA
321
 
322
.PHONY: all all-am check check-am clean clean-generic dist dist-all \
323
        dist-gzip distcheck distclean distclean-generic distcleancheck \
324
        distdir dvi dvi-am info info-am install install-am install-data \
325
        install-data-am install-exec install-exec-am install-info \
326
        install-info-am install-man install-rtems_makeDATA \
327
        install-strip installcheck installcheck-am installdirs \
328
        maintainer-clean maintainer-clean-generic mostlyclean \
329
        mostlyclean-generic uninstall uninstall-am uninstall-info-am \
330
        uninstall-rtems_makeDATA
331
 
332
 
333
debug:
334
        @echo
335
        @echo "\"make debug\" is obsolete, instead use:"
336
        @echo " make VARIANT=DEBUG"
337
        @echo
338
 
339
.PHONY: debug
340
 
341
profile:
342
        @echo
343
        @echo "\"make profile\" is obsolete, instead use:"
344
        @echo " make VARIANT=PROFILE"
345
        @echo
346
 
347
preinstall-am: $(PREINSTALL_FILES)
348
preinstall: preinstall-am
349
.PHONY: preinstall preinstall-am
350
 
351
depend-am:
352
depend: depend-am
353
.PHONY: depend depend-am
354
# Tell versions [3.59,3.63) of GNU make to not export all variables.
355
# Otherwise a system limit (for SysV at least) may be exceeded.
356
.NOEXPORT:

powered by: WebSVN 2.1.0

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