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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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