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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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