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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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