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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tmitrontests/] [include/] [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
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CC_CFLAGS_DEBUG_V = @CC_CFLAGS_DEBUG_V@
74
CC_CFLAGS_DEFAULT = @CC_CFLAGS_DEFAULT@
75
CC_CFLAGS_PROFILE_V = @CC_CFLAGS_PROFILE_V@
76
CC_LDFLAGS_PROFILE_V = @CC_LDFLAGS_PROFILE_V@
77
CPP = @CPP@
78
DEPDIR = @DEPDIR@
79
ENDIF = @ENDIF@
80
GCCSED = @GCCSED@
81
GCC_SPECS = @GCC_SPECS@
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83
MAINT = @MAINT@
84
MAKE = @MAKE@
85
OPERATION_COUNT = @OPERATION_COUNT@
86
PACKAGE = @PACKAGE@
87
PACKHEX = @PACKHEX@
88
PROJECT_INCLUDE = @PROJECT_INCLUDE@
89
PROJECT_RELEASE = @PROJECT_RELEASE@
90
PROJECT_ROOT = @PROJECT_ROOT@
91
PROJECT_TOPdir = @PROJECT_TOPdir@
92
RTEMS_BSP = @RTEMS_BSP@
93
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
94
RTEMS_CPU = @RTEMS_CPU@
95
RTEMS_HOST = @RTEMS_HOST@
96
RTEMS_ROOT = @RTEMS_ROOT@
97
RTEMS_TOPdir = @RTEMS_TOPdir@
98
STRIP = @STRIP@
99
VERSION = @VERSION@
100
am__include = @am__include@
101
am__quote = @am__quote@
102
bsplibdir = @bsplibdir@
103
install_sh = @install_sh@
104
 
105
noinst_HEADERS = timesys.h
106
 
107
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
108
subdir = include
109
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
110
CONFIG_CLEAN_FILES =
111
DIST_SOURCES =
112
HEADERS = $(noinst_HEADERS)
113
 
114
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
115
all: all-am
116
 
117
.SUFFIXES:
118
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119
        cd $(top_srcdir) && \
120
          $(AUTOMAKE) --foreign  include/Makefile
121
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
122
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
123
uninstall-info-am:
124
 
125
ETAGS = etags
126
ETAGSFLAGS =
127
 
128
tags: TAGS
129
 
130
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
131
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
132
        unique=`for i in $$list; do \
133
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
134
          done | \
135
          $(AWK) '    { files[$$0] = 1; } \
136
               END { for (i in files) print i; }'`; \
137
        mkid -fID $$unique
138
 
139
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
140
                $(TAGS_FILES) $(LISP)
141
        tags=; \
142
        here=`pwd`; \
143
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
144
        unique=`for i in $$list; do \
145
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146
          done | \
147
          $(AWK) '    { files[$$0] = 1; } \
148
               END { for (i in files) print i; }'`; \
149
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
150
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
151
             $$tags $$unique
152
 
153
GTAGS:
154
        here=`$(am__cd) $(top_builddir) && pwd` \
155
          && cd $(top_srcdir) \
156
          && gtags -i $(GTAGS_ARGS) $$here
157
 
158
distclean-tags:
159
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161
 
162
top_distdir = ..
163
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
164
 
165
distdir: $(DISTFILES)
166
        @list='$(DISTFILES)'; for file in $$list; do \
167
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
168
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
169
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
170
            dir="/$$dir"; \
171
            $(mkinstalldirs) "$(distdir)$$dir"; \
172
          else \
173
            dir=''; \
174
          fi; \
175
          if test -d $$d/$$file; then \
176
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
177
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
178
            fi; \
179
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
180
          else \
181
            test -f $(distdir)/$$file \
182
            || cp -p $$d/$$file $(distdir)/$$file \
183
            || exit 1; \
184
          fi; \
185
        done
186
check-am: all-am
187
check: check-am
188
all-am: Makefile $(HEADERS)
189
 
190
installdirs:
191
 
192
install: install-am
193
install-exec: install-exec-am
194
install-data: install-data-am
195
uninstall: uninstall-am
196
 
197
install-am: all-am
198
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
199
 
200
installcheck: installcheck-am
201
install-strip:
202
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
203
          INSTALL_STRIP_FLAG=-s \
204
          `test -z '$(STRIP)' || \
205
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
206
mostlyclean-generic:
207
 
208
clean-generic:
209
 
210
distclean-generic:
211
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
212
 
213
maintainer-clean-generic:
214
        @echo "This command is intended for maintainers to use"
215
        @echo "it deletes files that may require special tools to rebuild."
216
clean: clean-am
217
 
218
clean-am: clean-generic clean-local mostlyclean-am
219
 
220
distclean: distclean-am
221
 
222
distclean-am: clean-am distclean-generic distclean-local distclean-tags
223
 
224
dvi: dvi-am
225
 
226
dvi-am:
227
 
228
info: info-am
229
 
230
info-am:
231
 
232
install-data-am:
233
 
234
install-exec-am:
235
 
236
install-info: install-info-am
237
 
238
install-man:
239
 
240
installcheck-am:
241
 
242
maintainer-clean: maintainer-clean-am
243
 
244
maintainer-clean-am: distclean-am maintainer-clean-generic
245
 
246
mostlyclean: mostlyclean-am
247
 
248
mostlyclean-am: mostlyclean-generic
249
 
250
uninstall-am: uninstall-info-am
251
 
252
.PHONY: GTAGS all all-am check check-am clean clean-generic clean-local \
253
        distclean distclean-generic distclean-local distclean-tags \
254
        distdir dvi dvi-am info info-am install install-am install-data \
255
        install-data-am install-exec install-exec-am install-info \
256
        install-info-am install-man install-strip installcheck \
257
        installcheck-am installdirs maintainer-clean \
258
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
259
        uninstall uninstall-am uninstall-info-am
260
 
261
 
262
debug:
263
        @echo
264
        @echo "\"make debug\" is obsolete, instead use:"
265
        @echo " make VARIANT=DEBUG"
266
        @echo
267
 
268
.PHONY: debug
269
 
270
profile:
271
        @echo
272
        @echo "\"make profile\" is obsolete, instead use:"
273
        @echo " make VARIANT=PROFILE"
274
        @echo
275
 
276
.PHONY: profile
277
 
278
preinstall-am: $(PREINSTALL_FILES)
279
preinstall: preinstall-am
280
.PHONY: preinstall preinstall-am
281
 
282
depend-am:
283
depend: depend-am
284
.PHONY: depend depend-am
285
 
286
${ARCH}:
287
        mkdir ${ARCH}
288
 
289
clean-local:
290
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
291
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
292
 
293
distclean-local:
294
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
295
# Tell versions [3.59,3.63) of GNU make to not export all variables.
296
# Otherwise a system limit (for SysV at least) may be exceeded.
297
.NOEXPORT:

powered by: WebSVN 2.1.0

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