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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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