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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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