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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tools/] [generic/] [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
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
69
BARE_CPU_MODEL = @BARE_CPU_MODEL@
70
DEPDIR = @DEPDIR@
71
ENDIF = @ENDIF@
72
GCC_SPECS = @GCC_SPECS@
73
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74
KSH = @KSH@
75
MAINT = @MAINT@
76
MAKE = @MAKE@
77
PACKAGE = @PACKAGE@
78
PACKHEX = @PACKHEX@
79
PROJECT_INCLUDE = @PROJECT_INCLUDE@
80
PROJECT_RELEASE = @PROJECT_RELEASE@
81
PROJECT_ROOT = @PROJECT_ROOT@
82
PROJECT_TOPdir = @PROJECT_TOPdir@
83
RTEMS_BSP = @RTEMS_BSP@
84
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
85
RTEMS_CPU = @RTEMS_CPU@
86
RTEMS_ROOT = @RTEMS_ROOT@
87
RTEMS_TOPdir = @RTEMS_TOPdir@
88
STRIP = @STRIP@
89
VERSION = @VERSION@
90
am__include = @am__include@
91
am__quote = @am__quote@
92
bsplibdir = @bsplibdir@
93
install_sh = @install_sh@
94
 
95
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
96
 
97
noinst_SCRIPTS = difftest sorttimes
98
 
99
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
100
 
101
PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
102
    $(project_bspdir)/tests/sorttimes
103
 
104
 
105
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
106
subdir = .
107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../mkinstalldirs
109
CONFIG_CLEAN_FILES = difftest sorttimes
110
SCRIPTS = $(noinst_SCRIPTS)
111
 
112
DIST_SOURCES =
113
DIST_COMMON = ../../../../../COPYING ../../../../../ChangeLog \
114
        ../../../../../INSTALL ../../../../../README \
115
        ../../../../../acinclude.m4 ../../../../../config.guess \
116
        ../../../../../config.sub ../../../../../configure \
117
        ../../../../../configure.ac ../../../../../depcomp \
118
        ../../../../../install-sh ../../../../../missing \
119
        ../../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
120
        aclocal.m4 configure configure.ac difftest.in sorttimes.in
121
all: all-am
122
 
123
.SUFFIXES:
124
 
125
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
126
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
127
        cd $(top_srcdir) && \
128
          $(AUTOMAKE) --foreign  Makefile
129
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
130
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
131
 
132
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133
        $(SHELL) ./config.status --recheck
134
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135
        cd $(srcdir) && $(AUTOCONF)
136
 
137
$(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
138
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
139
difftest: $(top_builddir)/config.status difftest.in
140
        cd $(top_builddir) && $(SHELL) ./config.status $@
141
sorttimes: $(top_builddir)/config.status sorttimes.in
142
        cd $(top_builddir) && $(SHELL) ./config.status $@
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)/. $(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) all-local
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
 
260
distclean-generic:
261
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
262
 
263
maintainer-clean-generic:
264
        @echo "This command is intended for maintainers to use"
265
        @echo "it deletes files that may require special tools to rebuild."
266
clean: clean-am
267
 
268
clean-am: clean-generic clean-local mostlyclean-am
269
 
270
distclean: distclean-am
271
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
272
distclean-am: clean-am distclean-generic distclean-local
273
 
274
dvi: dvi-am
275
 
276
dvi-am:
277
 
278
info: info-am
279
 
280
info-am:
281
 
282
install-data-am:
283
 
284
install-exec-am:
285
 
286
install-info: install-info-am
287
 
288
install-man:
289
 
290
installcheck-am:
291
 
292
maintainer-clean: maintainer-clean-am
293
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
294
        -rm -rf autom4te.cache
295
maintainer-clean-am: distclean-am maintainer-clean-generic
296
 
297
mostlyclean: mostlyclean-am
298
 
299
mostlyclean-am: mostlyclean-generic
300
 
301
uninstall-am: uninstall-info-am
302
 
303
.PHONY: all all-am all-local check check-am clean clean-generic \
304
        clean-local dist dist-all dist-gzip distcheck distclean \
305
        distclean-generic distclean-local distcleancheck distdir dvi \
306
        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
$(project_bspdir)/tests:
315
        @$(mkinstalldirs) $@
316
 
317
$(project_bspdir)/tests/difftest: difftest
318
        $(INSTALL_SCRIPT) $< $@
319
 
320
$(project_bspdir)/tests/sorttimes: sorttimes
321
        $(INSTALL_SCRIPT) $< $@
322
 
323
all-local: $(PREINSTALL_FILES)
324
 
325
debug:
326
        @echo
327
        @echo "\"make debug\" is obsolete, instead use:"
328
        @echo " make VARIANT=DEBUG"
329
        @echo
330
 
331
.PHONY: debug
332
 
333
profile:
334
        @echo
335
        @echo "\"make profile\" is obsolete, instead use:"
336
        @echo " make VARIANT=PROFILE"
337
        @echo
338
 
339
.PHONY: profile
340
 
341
preinstall-am: $(PREINSTALL_FILES)
342
preinstall: preinstall-am
343
.PHONY: preinstall preinstall-am
344
 
345
depend-am:
346
depend: depend-am
347
.PHONY: depend depend-am
348
 
349
${ARCH}:
350
        mkdir ${ARCH}
351
 
352
clean-local:
353
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
354
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
355
 
356
distclean-local:
357
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
358
# Tell versions [3.59,3.63) of GNU make to not export all variables.
359
# Otherwise a system limit (for SysV at least) may be exceeded.
360
.NOEXPORT:

powered by: WebSVN 2.1.0

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