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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [gen405/] [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
HAS_NETWORKING = @HAS_NETWORKING@
80
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
MAINT = @MAINT@
82
MAKE = @MAKE@
83
PACKAGE = @PACKAGE@
84
PACKHEX = @PACKHEX@
85
PROJECT_INCLUDE = @PROJECT_INCLUDE@
86
PROJECT_RELEASE = @PROJECT_RELEASE@
87
PROJECT_ROOT = @PROJECT_ROOT@
88
PROJECT_TOPdir = @PROJECT_TOPdir@
89
RTEMS_BSP = @RTEMS_BSP@
90
RTEMS_BSP_FAMILY = @RTEMS_BSP_FAMILY@
91
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
92
RTEMS_CPU = @RTEMS_CPU@
93
RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@
94
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
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
exceptions = @exceptions@
104
install_sh = @install_sh@
105
 
106
include_HEADERS = bsp.h coverhd.h bspopts.h
107
 
108
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
109
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
110
 
111
 
112
PREINSTALL_FILES = $(TMPINSTALL_FILES)
113
 
114
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
115
subdir = include
116
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
117
CONFIG_HEADER = bspopts.h
118
CONFIG_CLEAN_FILES =
119
DIST_SOURCES =
120
HEADERS = $(include_HEADERS)
121
 
122
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in bspopts.h.in
123
all: bspopts.h
124
        $(MAKE) $(AM_MAKEFLAGS) all-am
125
 
126
.SUFFIXES:
127
$(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)
128
        cd $(top_srcdir) && \
129
          $(AUTOMAKE) --foreign  include/Makefile
130
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
131
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
132
 
133
bspopts.h: stamp-h1
134
        @if test ! -f $@; then \
135
          rm -f stamp-h1; \
136
          $(MAKE) stamp-h1; \
137
        else :; fi
138
 
139
stamp-h1: $(srcdir)/bspopts.h.in $(top_builddir)/config.status
140
        @rm -f stamp-h1
141
        cd $(top_builddir) && $(SHELL) ./config.status include/bspopts.h
142
 
143
$(srcdir)/bspopts.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
144
        cd $(top_srcdir) && $(AUTOHEADER)
145
        touch $(srcdir)/bspopts.h.in
146
 
147
distclean-hdr:
148
        -rm -f bspopts.h stamp-h1
149
uninstall-info-am:
150
includeHEADERS_INSTALL = $(INSTALL_HEADER)
151
install-includeHEADERS: $(include_HEADERS)
152
        @$(NORMAL_INSTALL)
153
        $(mkinstalldirs) $(DESTDIR)$(includedir)
154
        @list='$(include_HEADERS)'; for p in $$list; do \
155
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
156
          f="`echo $$p | sed -e 's|^.*/||'`"; \
157
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
158
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
159
        done
160
 
161
uninstall-includeHEADERS:
162
        @$(NORMAL_UNINSTALL)
163
        @list='$(include_HEADERS)'; for p in $$list; do \
164
          f="`echo $$p | sed -e 's|^.*/||'`"; \
165
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
166
          rm -f $(DESTDIR)$(includedir)/$$f; \
167
        done
168
 
169
ETAGS = etags
170
ETAGSFLAGS =
171
 
172
tags: TAGS
173
 
174
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
175
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
176
        unique=`for i in $$list; do \
177
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178
          done | \
179
          $(AWK) '    { files[$$0] = 1; } \
180
               END { for (i in files) print i; }'`; \
181
        mkid -fID $$unique
182
 
183
TAGS:  $(HEADERS) $(SOURCES) bspopts.h.in $(TAGS_DEPENDENCIES) \
184
                $(TAGS_FILES) $(LISP)
185
        tags=; \
186
        here=`pwd`; \
187
        list='$(SOURCES) $(HEADERS) bspopts.h.in $(LISP) $(TAGS_FILES)'; \
188
        unique=`for i in $$list; do \
189
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190
          done | \
191
          $(AWK) '    { files[$$0] = 1; } \
192
               END { for (i in files) print i; }'`; \
193
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
194
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
195
             $$tags $$unique
196
 
197
GTAGS:
198
        here=`$(am__cd) $(top_builddir) && pwd` \
199
          && cd $(top_srcdir) \
200
          && gtags -i $(GTAGS_ARGS) $$here
201
 
202
distclean-tags:
203
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
204
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205
 
206
top_distdir = ..
207
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
208
 
209
distdir: $(DISTFILES)
210
        @list='$(DISTFILES)'; for file in $$list; do \
211
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
212
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
213
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
214
            dir="/$$dir"; \
215
            $(mkinstalldirs) "$(distdir)$$dir"; \
216
          else \
217
            dir=''; \
218
          fi; \
219
          if test -d $$d/$$file; then \
220
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
221
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222
            fi; \
223
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
224
          else \
225
            test -f $(distdir)/$$file \
226
            || cp -p $$d/$$file $(distdir)/$$file \
227
            || exit 1; \
228
          fi; \
229
        done
230
check-am: all-am
231
check: check-am
232
all-am: Makefile $(HEADERS) bspopts.h all-local
233
 
234
installdirs:
235
        $(mkinstalldirs) $(DESTDIR)$(includedir)
236
 
237
install: install-am
238
install-exec: install-exec-am
239
install-data: install-data-am
240
uninstall: uninstall-am
241
 
242
install-am: all-am
243
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244
 
245
installcheck: installcheck-am
246
install-strip:
247
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
248
          INSTALL_STRIP_FLAG=-s \
249
          `test -z '$(STRIP)' || \
250
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
251
mostlyclean-generic:
252
 
253
clean-generic:
254
 
255
distclean-generic:
256
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
257
 
258
maintainer-clean-generic:
259
        @echo "This command is intended for maintainers to use"
260
        @echo "it deletes files that may require special tools to rebuild."
261
clean: clean-am
262
 
263
clean-am: clean-generic clean-local mostlyclean-am
264
 
265
distclean: distclean-am
266
 
267
distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
268
        distclean-tags
269
 
270
dvi: dvi-am
271
 
272
dvi-am:
273
 
274
info: info-am
275
 
276
info-am:
277
 
278
install-data-am: install-includeHEADERS
279
 
280
install-exec-am:
281
 
282
install-info: install-info-am
283
 
284
install-man:
285
 
286
installcheck-am:
287
 
288
maintainer-clean: maintainer-clean-am
289
 
290
maintainer-clean-am: distclean-am maintainer-clean-generic
291
 
292
mostlyclean: mostlyclean-am
293
 
294
mostlyclean-am: mostlyclean-generic
295
 
296
uninstall-am: uninstall-includeHEADERS uninstall-info-am
297
 
298
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
299
        clean-local distclean distclean-generic distclean-hdr \
300
        distclean-local distclean-tags distdir dvi dvi-am info info-am \
301
        install install-am install-data install-data-am install-exec \
302
        install-exec-am install-includeHEADERS install-info \
303
        install-info-am install-man install-strip installcheck \
304
        installcheck-am installdirs maintainer-clean \
305
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
306
        uninstall uninstall-am uninstall-includeHEADERS \
307
        uninstall-info-am
308
 
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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.