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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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