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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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