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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [contrib/] [solaris/] [Makefile.in] - Blame information for rev 1782

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

powered by: WebSVN 2.1.0

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