OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / timers / arm7t / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 CXXCPP = @CXXCPP@
66 DLLTOOL = @DLLTOOL@
67 EXEEXT = @EXEEXT@
68 LIBTOOL = @LIBTOOL@
69 LN_S = @LN_S@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 OBJDUMP = @OBJDUMP@
73 PACKAGE = @PACKAGE@
74 RANLIB = @RANLIB@
75 VERSION = @VERSION@
76
77 AUTOMAKE_OPTIONS = foreign
78
79 noinst_LTLIBRARIES = libarm7ttimers.la
80
81 INCLUDES = -I. -I../../../include -I$(srcdir)/../../../include
82 libarm7ttimers_la_SOURCES = arm.cxx
83 libarm7ttimers_la_LDFLAGS = 
84
85 pkgdata_DATA = hw-timer-arm_ref.txt
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../config/mkinstalldirs
88 CONFIG_CLEAN_FILES = 
89 LTLIBRARIES =  $(noinst_LTLIBRARIES)
90
91
92 DEFS = @DEFS@ -I. -I$(srcdir) 
93 CPPFLAGS = @CPPFLAGS@
94 LDFLAGS = @LDFLAGS@
95 LIBS = @LIBS@
96 libarm7ttimers_la_LIBADD = 
97 libarm7ttimers_la_OBJECTS =  arm.lo
98 CXXFLAGS = @CXXFLAGS@
99 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
100 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
101 CXXLD = $(CXX)
102 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
103 DATA =  $(pkgdata_DATA)
104
105 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in aclocal.m4 \
106 configure configure.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = gtar
112 GZIP_ENV = --best
113 DEP_FILES =  .deps/arm.P
114 SOURCES = $(libarm7ttimers_la_SOURCES)
115 OBJECTS = $(libarm7ttimers_la_OBJECTS)
116
117 all: all-redirect
118 .SUFFIXES:
119 .SUFFIXES: .S .c .cxx .lo .o .s
120 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
121         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
122
123 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
124         cd $(top_builddir) \
125           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
128         cd $(srcdir) && $(ACLOCAL)
129
130 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131         $(SHELL) ./config.status --recheck
132 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133         cd $(srcdir) && $(AUTOCONF)
134
135 mostlyclean-noinstLTLIBRARIES:
136
137 clean-noinstLTLIBRARIES:
138         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
139
140 distclean-noinstLTLIBRARIES:
141
142 maintainer-clean-noinstLTLIBRARIES:
143
144 .s.o:
145         $(COMPILE) -c $<
146
147 .S.o:
148         $(COMPILE) -c $<
149
150 mostlyclean-compile:
151         -rm -f *.o core *.core
152
153 clean-compile:
154
155 distclean-compile:
156         -rm -f *.tab.c
157
158 maintainer-clean-compile:
159
160 .s.lo:
161         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
162
163 .S.lo:
164         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
165
166 mostlyclean-libtool:
167         -rm -f *.lo
168
169 clean-libtool:
170         -rm -rf .libs _libs
171
172 distclean-libtool:
173
174 maintainer-clean-libtool:
175
176 libarm7ttimers.la: $(libarm7ttimers_la_OBJECTS) $(libarm7ttimers_la_DEPENDENCIES)
177         $(CXXLINK)  $(libarm7ttimers_la_LDFLAGS) $(libarm7ttimers_la_OBJECTS) $(libarm7ttimers_la_LIBADD) $(LIBS)
178 .cxx.o:
179         $(CXXCOMPILE) -c $<
180 .cxx.lo:
181         $(LTCXXCOMPILE) -c $<
182
183 install-pkgdataDATA: $(pkgdata_DATA)
184         @$(NORMAL_INSTALL)
185         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
186         @list='$(pkgdata_DATA)'; for p in $$list; do \
187           if test -f $(srcdir)/$$p; then \
188             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
189             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
190           else if test -f $$p; then \
191             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
192             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
193           fi; fi; \
194         done
195
196 uninstall-pkgdataDATA:
197         @$(NORMAL_UNINSTALL)
198         list='$(pkgdata_DATA)'; for p in $$list; do \
199           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
200         done
201
202 tags: TAGS
203
204 ID: $(HEADERS) $(SOURCES) $(LISP)
205         list='$(SOURCES) $(HEADERS)'; \
206         unique=`for i in $$list; do echo $$i; done | \
207           awk '    { files[$$0] = 1; } \
208                END { for (i in files) print i; }'`; \
209         here=`pwd` && cd $(srcdir) \
210           && mkid -f$$here/ID $$unique $(LISP)
211
212 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
213         tags=; \
214         here=`pwd`; \
215         list='$(SOURCES) $(HEADERS)'; \
216         unique=`for i in $$list; do echo $$i; done | \
217           awk '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
221
222 mostlyclean-tags:
223
224 clean-tags:
225
226 distclean-tags:
227         -rm -f TAGS ID
228
229 maintainer-clean-tags:
230
231 distdir = $(PACKAGE)-$(VERSION)
232 top_distdir = $(distdir)
233
234 # This target untars the dist file and tries a VPATH configuration.  Then
235 # it guarantees that the distribution is self-contained by making another
236 # tarfile.
237 distcheck: dist
238         -rm -rf $(distdir)
239         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
240         mkdir $(distdir)/=build
241         mkdir $(distdir)/=inst
242         dc_install_base=`cd $(distdir)/=inst && pwd`; \
243         cd $(distdir)/=build \
244           && ../configure --srcdir=.. --prefix=$$dc_install_base \
245           && $(MAKE) $(AM_MAKEFLAGS) \
246           && $(MAKE) $(AM_MAKEFLAGS) dvi \
247           && $(MAKE) $(AM_MAKEFLAGS) check \
248           && $(MAKE) $(AM_MAKEFLAGS) install \
249           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
250           && $(MAKE) $(AM_MAKEFLAGS) dist
251         -rm -rf $(distdir)
252         @banner="$(distdir).tar.gz is ready for distribution"; \
253         dashes=`echo "$$banner" | sed s/./=/g`; \
254         echo "$$dashes"; \
255         echo "$$banner"; \
256         echo "$$dashes"
257 dist: distdir
258         -chmod -R a+r $(distdir)
259         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260         -rm -rf $(distdir)
261 dist-all: distdir
262         -chmod -R a+r $(distdir)
263         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264         -rm -rf $(distdir)
265 distdir: $(DISTFILES)
266         -rm -rf $(distdir)
267         mkdir $(distdir)
268         -chmod 777 $(distdir)
269         here=`cd $(top_builddir) && pwd`; \
270         top_distdir=`cd $(distdir) && pwd`; \
271         distdir=`cd $(distdir) && pwd`; \
272         cd $(top_srcdir) \
273           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
274         @for file in $(DISTFILES); do \
275           d=$(srcdir); \
276           if test -d $$d/$$file; then \
277             cp -pr $$d/$$file $(distdir)/$$file; \
278           else \
279             test -f $(distdir)/$$file \
280             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281             || cp -p $$d/$$file $(distdir)/$$file || :; \
282           fi; \
283         done
284
285 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
286
287 -include $(DEP_FILES)
288
289 mostlyclean-depend:
290
291 clean-depend:
292
293 distclean-depend:
294         -rm -rf .deps
295
296 maintainer-clean-depend:
297
298 %.o: %.c
299         @echo '$(COMPILE) -c $<'; \
300         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
301         @-cp .deps/$(*F).pp .deps/$(*F).P; \
302         tr ' ' '\012' < .deps/$(*F).pp \
303           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
304             >> .deps/$(*F).P; \
305         rm .deps/$(*F).pp
306
307 %.lo: %.c
308         @echo '$(LTCOMPILE) -c $<'; \
309         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
310         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
311           < .deps/$(*F).pp > .deps/$(*F).P; \
312         tr ' ' '\012' < .deps/$(*F).pp \
313           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
314             >> .deps/$(*F).P; \
315         rm -f .deps/$(*F).pp
316
317 %.o: %.cxx
318         @echo '$(CXXCOMPILE) -c $<'; \
319         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
320         @-cp .deps/$(*F).pp .deps/$(*F).P; \
321         tr ' ' '\012' < .deps/$(*F).pp \
322           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
323             >> .deps/$(*F).P; \
324         rm .deps/$(*F).pp
325
326 %.lo: %.cxx
327         @echo '$(LTCXXCOMPILE) -c $<'; \
328         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
329         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
330           < .deps/$(*F).pp > .deps/$(*F).P; \
331         tr ' ' '\012' < .deps/$(*F).pp \
332           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
333             >> .deps/$(*F).P; \
334         rm -f .deps/$(*F).pp
335 info-am:
336 info: info-am
337 dvi-am:
338 dvi: dvi-am
339 check-am: all-am
340 check: check-am
341 installcheck-am:
342 installcheck: installcheck-am
343 install-exec-am:
344 install-exec: install-exec-am
345
346 install-data-am: install-pkgdataDATA
347 install-data: install-data-am
348
349 install-am: all-am
350         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
351 install: install-am
352 uninstall-am: uninstall-pkgdataDATA
353 uninstall: uninstall-am
354 all-am: Makefile $(LTLIBRARIES) $(DATA)
355 all-redirect: all-am
356 install-strip:
357         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
358 installdirs:
359         $(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)
360
361
362 mostlyclean-generic:
363
364 clean-generic:
365
366 distclean-generic:
367         -rm -f Makefile $(CONFIG_CLEAN_FILES)
368         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
369
370 maintainer-clean-generic:
371 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
372                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
373                 mostlyclean-generic
374
375 mostlyclean: mostlyclean-am
376
377 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
378                 clean-tags clean-depend clean-generic mostlyclean-am
379
380 clean: clean-am
381
382 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
383                 distclean-libtool distclean-tags distclean-depend \
384                 distclean-generic clean-am
385         -rm -f libtool
386
387 distclean: distclean-am
388         -rm -f config.status
389
390 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
391                 maintainer-clean-compile maintainer-clean-libtool \
392                 maintainer-clean-tags maintainer-clean-depend \
393                 maintainer-clean-generic distclean-am
394         @echo "This command is intended for maintainers to use;"
395         @echo "it deletes files that may require special tools to rebuild."
396
397 maintainer-clean: maintainer-clean-am
398         -rm -f config.status
399
400 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
401 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
402 mostlyclean-compile distclean-compile clean-compile \
403 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
404 clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \
405 install-pkgdataDATA tags mostlyclean-tags distclean-tags clean-tags \
406 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
407 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
408 check-am installcheck-am installcheck install-exec-am install-exec \
409 install-data-am install-data install-am install uninstall-am uninstall \
410 all-redirect all-am all installdirs mostlyclean-generic \
411 distclean-generic clean-generic maintainer-clean-generic clean \
412 mostlyclean distclean maintainer-clean
413
414
415 # Tell versions [3.59,3.63) of GNU make to not export all variables.
416 # Otherwise a system limit (for SysV at least) may be exceeded.
417 .NOEXPORT: