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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [h8300/] [h8sim/] [include/] [Makefile.in] - Blame information for rev 1026

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

powered by: WebSVN 2.1.0

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