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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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