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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [include/] [Makefile.in] - Blame information for rev 1780

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

powered by: WebSVN 2.1.0

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