OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / uart / testsuite / 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 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 CYGWIN = @CYGWIN@
68 DLLTOOL = @DLLTOOL@
69 EXEEXT = @EXEEXT@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAINT = @MAINT@
74 MAKEINFO = @MAKEINFO@
75 NM = @NM@
76 OBJDUMP = @OBJDUMP@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 VERSION = @VERSION@
80 lcd_libs = @lcd_libs@
81 make_subdirs = @make_subdirs@
82 sidtarget_arm = @sidtarget_arm@
83 sidtarget_m32r = @sidtarget_m32r@
84 sidtarget_m68k = @sidtarget_m68k@
85 sidtarget_mips = @sidtarget_mips@
86 sidtarget_ppc = @sidtarget_ppc@
87 socket_libs = @socket_libs@
88
89 AUTOMAKE_OPTIONS = foreign
90
91 INCLUDES = -I. -I../../../include -I$(srcdir)/../../../include -I$(srcdir)/..
92
93 check_PROGRAMS = uart-driver
94
95 uart_driver_SOURCES = driver.cxx Devices.cxx Devices.h uart-def.h 
96 uart_driver_DEPENDENCIES = ../libuart.la ../../sched/libsched.la
97 uart_driver_LDADD = ../libuart.la ../../sched/libsched.la
98
99 TESTS = uart-driver
100 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
101 CONFIG_HEADER = ../../config.h
102 CONFIG_CLEAN_FILES = 
103 check_PROGRAMS =  uart-driver$(EXEEXT)
104
105 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 uart_driver_OBJECTS =  driver.o Devices.o
110 uart_driver_LDFLAGS = 
111 CXXFLAGS = @CXXFLAGS@
112 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114 CXXLD = $(CXX)
115 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
116 CFLAGS = @CFLAGS@
117 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 CCLD = $(CC)
120 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
121 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
122
123
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125
126 TAR = gtar
127 GZIP_ENV = --best
128 SOURCES = $(uart_driver_SOURCES)
129 OBJECTS = $(uart_driver_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .cxx .lo .o .s
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --cygnus uart/testsuite/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-checkPROGRAMS:
143
144 clean-checkPROGRAMS:
145         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
146
147 distclean-checkPROGRAMS:
148
149 maintainer-clean-checkPROGRAMS:
150
151 .c.o:
152         $(COMPILE) -c $<
153
154 .s.o:
155         $(COMPILE) -c $<
156
157 .S.o:
158         $(COMPILE) -c $<
159
160 mostlyclean-compile:
161         -rm -f *.o core *.core
162
163 clean-compile:
164
165 distclean-compile:
166         -rm -f *.tab.c
167
168 maintainer-clean-compile:
169
170 .c.lo:
171         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
172
173 .s.lo:
174         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175
176 .S.lo:
177         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179 mostlyclean-libtool:
180         -rm -f *.lo
181
182 clean-libtool:
183         -rm -rf .libs _libs
184
185 distclean-libtool:
186
187 maintainer-clean-libtool:
188
189 uart-driver$(EXEEXT): $(uart_driver_OBJECTS) $(uart_driver_DEPENDENCIES)
190         @rm -f uart-driver$(EXEEXT)
191         $(CXXLINK) $(uart_driver_LDFLAGS) $(uart_driver_OBJECTS) $(uart_driver_LDADD) $(LIBS)
192 .cxx.o:
193         $(CXXCOMPILE) -c $<
194 .cxx.lo:
195         $(LTCXXCOMPILE) -c $<
196
197 tags: TAGS
198
199 ID: $(HEADERS) $(SOURCES) $(LISP)
200         list='$(SOURCES) $(HEADERS)'; \
201         unique=`for i in $$list; do echo $$i; done | \
202           awk '    { files[$$0] = 1; } \
203                END { for (i in files) print i; }'`; \
204         here=`pwd` && cd $(srcdir) \
205           && mkid -f$$here/ID $$unique $(LISP)
206
207 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
208         tags=; \
209         here=`pwd`; \
210         list='$(SOURCES) $(HEADERS)'; \
211         unique=`for i in $$list; do echo $$i; done | \
212           awk '    { files[$$0] = 1; } \
213                END { for (i in files) print i; }'`; \
214         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
215           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
216
217 mostlyclean-tags:
218
219 clean-tags:
220
221 distclean-tags:
222         -rm -f TAGS ID
223
224 maintainer-clean-tags:
225
226 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
227
228 subdir = uart/testsuite
229
230 distdir: $(DISTFILES)
231         @for file in $(DISTFILES); do \
232           if test -f $$file; then d=.; else d=$(srcdir); fi; \
233           if test -d $$d/$$file; then \
234             cp -pr $$d/$$file $(distdir)/$$file; \
235           else \
236             test -f $(distdir)/$$file \
237             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238             || cp -p $$d/$$file $(distdir)/$$file || :; \
239           fi; \
240         done
241 check-TESTS: $(TESTS)
242         @failed=0; all=0; \
243         srcdir=$(srcdir); export srcdir; \
244         for tst in $(TESTS); do \
245           if test -f $$tst; then dir=.; \
246           else dir="$(srcdir)"; fi; \
247           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
248             all=`expr $$all + 1`; \
249             echo "PASS: $$tst"; \
250           elif test $$? -ne 77; then \
251             all=`expr $$all + 1`; \
252             failed=`expr $$failed + 1`; \
253             echo "FAIL: $$tst"; \
254           fi; \
255         done; \
256         if test "$$failed" -eq 0; then \
257           banner="All $$all tests passed"; \
258         else \
259           banner="$$failed of $$all tests failed"; \
260         fi; \
261         dashes=`echo "$$banner" | sed s/./=/g`; \
262         echo "$$dashes"; \
263         echo "$$banner"; \
264         echo "$$dashes"; \
265         test "$$failed" -eq 0
266 info-am:
267 info: info-am
268 dvi-am:
269 dvi: dvi-am
270 check-am: $(check_PROGRAMS)
271         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
272 check: check-am
273 installcheck-am:
274 installcheck: installcheck-am
275 install-info-am: 
276 install-info: install-info-am
277 install-exec-am:
278 install-exec: install-exec-am
279
280 install-data-am:
281 install-data: install-data-am
282
283 install-am: all-am
284         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-am
286 uninstall-am:
287 uninstall: uninstall-am
288 all-am: Makefile
289 all-redirect: all-am
290 install-strip:
291         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs:
293
294
295 mostlyclean-generic:
296
297 clean-generic:
298
299 distclean-generic:
300         -rm -f Makefile $(CONFIG_CLEAN_FILES)
301         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
302
303 maintainer-clean-generic:
304 mostlyclean-am:  mostlyclean-checkPROGRAMS mostlyclean-compile \
305                 mostlyclean-libtool mostlyclean-tags \
306                 mostlyclean-generic
307
308 mostlyclean: mostlyclean-am
309
310 clean-am:  clean-checkPROGRAMS clean-compile clean-libtool clean-tags \
311                 clean-generic mostlyclean-am
312
313 clean: clean-am
314
315 distclean-am:  distclean-checkPROGRAMS distclean-compile \
316                 distclean-libtool distclean-tags distclean-generic \
317                 clean-am
318         -rm -f libtool
319
320 distclean: distclean-am
321
322 maintainer-clean-am:  maintainer-clean-checkPROGRAMS \
323                 maintainer-clean-compile maintainer-clean-libtool \
324                 maintainer-clean-tags maintainer-clean-generic \
325                 distclean-am
326         @echo "This command is intended for maintainers to use;"
327         @echo "it deletes files that may require special tools to rebuild."
328
329 maintainer-clean: maintainer-clean-am
330
331 .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
332 clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
333 distclean-compile clean-compile maintainer-clean-compile \
334 mostlyclean-libtool distclean-libtool clean-libtool \
335 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
336 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
337 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
338 install-info install-exec-am install-exec install-data-am install-data \
339 install-am install uninstall-am uninstall all-redirect all-am all \
340 installdirs mostlyclean-generic distclean-generic clean-generic \
341 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
342
343
344 # Tell versions [3.59,3.63) of GNU make to not export all variables.
345 # Otherwise a system limit (for SysV at least) may be exceeded.
346 .NOEXPORT: