OSDN Git Service

Changes to many generated files -- incorporate bochs into
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / sched / 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 # Makefile.docs -*- Makefile -*-
15 # Copyright (C) 2001 Red Hat.
16 # This file is part of SID and is licensed under the GPL.
17 # See the file COPYING.SID for conditions for redistribution.
18 #
19 # ... to be included in document-building Makefile.am's
20 #
21
22
23 SHELL = @SHELL@
24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 VPATH = @srcdir@
28 prefix = @prefix@
29 exec_prefix = @exec_prefix@
30
31 bindir = @bindir@
32 sbindir = @sbindir@
33 libexecdir = @libexecdir@
34 datadir = @datadir@
35 sysconfdir = @sysconfdir@
36 sharedstatedir = @sharedstatedir@
37 localstatedir = @localstatedir@
38 libdir = @libdir@
39 infodir = @infodir@
40 mandir = @mandir@
41 includedir = @includedir@
42 oldincludedir = /usr/include
43
44 DESTDIR =
45
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkgincludedir = $(includedir)/@PACKAGE@
49
50 top_builddir = ..
51
52 ACLOCAL = @ACLOCAL@
53 AUTOCONF = @AUTOCONF@
54 AUTOMAKE = @AUTOMAKE@
55 AUTOHEADER = @AUTOHEADER@
56
57 INSTALL = @INSTALL@
58 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
59 INSTALL_DATA = @INSTALL_DATA@
60 INSTALL_SCRIPT = @INSTALL_SCRIPT@
61 transform = @program_transform_name@
62
63 NORMAL_INSTALL = :
64 PRE_INSTALL = :
65 POST_INSTALL = :
66 NORMAL_UNINSTALL = :
67 PRE_UNINSTALL = :
68 POST_UNINSTALL = :
69 host_alias = @host_alias@
70 host_triplet = @host@
71 AR = @AR@
72 AS = @AS@
73 CC = @CC@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 CYGWIN = @CYGWIN@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 LD = @LD@
80 LIBTOOL = @LIBTOOL@
81 LINKS = @LINKS@
82 LN_S = @LN_S@
83 MAINT = @MAINT@
84 MAKEINFO = @MAKEINFO@
85 NM = @NM@
86 OBJDUMP = @OBJDUMP@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 SABLOTRON = @SABLOTRON@
90 VERSION = @VERSION@
91 XSLTPROC = @XSLTPROC@
92 lcd_libs = @lcd_libs@
93 make_subdirs = @make_subdirs@
94 sidtarget_arm = @sidtarget_arm@
95 sidtarget_m32r = @sidtarget_m32r@
96 sidtarget_m68k = @sidtarget_m68k@
97 sidtarget_mips = @sidtarget_mips@
98 sidtarget_ppc = @sidtarget_ppc@
99 sidtarget_x86 = @sidtarget_x86@
100 socket_libs = @socket_libs@
101
102 AUTOMAKE_OPTIONS = foreign
103
104 pkglib_LTLIBRARIES = libsched.la
105
106 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
107 libsched_la_SOURCES = compSched.cxx
108 libsched_la_LDFLAGS = -module -no-undefined
109
110 pkgdata_DATA = sid-visual-sched.tk sid-sched.txt
111
112 DEJAGNUTESTS = schedbase.exp schedhost.exp schedhost2.exp schedmonkey.exp
113
114 html_stylesheet = $(srcdir)/../component_html.xsl
115
116 SUFFIXES = .xml .txt .html
117 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
118 CONFIG_HEADER = ../config.h
119 CONFIG_CLEAN_FILES = 
120 LTLIBRARIES =  $(pkglib_LTLIBRARIES)
121
122
123 DEFS = @DEFS@ -I. -I$(srcdir) -I..
124 CPPFLAGS = @CPPFLAGS@
125 LDFLAGS = @LDFLAGS@
126 LIBS = @LIBS@
127 libsched_la_LIBADD = 
128 libsched_la_OBJECTS =  compSched.lo
129 CXXFLAGS = @CXXFLAGS@
130 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
132 CXXLD = $(CXX)
133 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
134 CFLAGS = @CFLAGS@
135 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
139 DATA =  $(pkgdata_DATA)
140
141 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 TAR = gtar
147 GZIP_ENV = --best
148 DEP_FILES =  .deps/compSched.P
149 SOURCES = $(libsched_la_SOURCES)
150 OBJECTS = $(libsched_la_OBJECTS)
151
152 all: all-redirect
153 .SUFFIXES:
154 .SUFFIXES: .S .c .cxx .html .lo .o .s .txt .xml
155 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../config/Makefile.docs
156         cd $(top_srcdir) && $(AUTOMAKE) --foreign sched/Makefile
157
158 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
159         cd $(top_builddir) \
160           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
161
162
163 mostlyclean-pkglibLTLIBRARIES:
164
165 clean-pkglibLTLIBRARIES:
166         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
167
168 distclean-pkglibLTLIBRARIES:
169
170 maintainer-clean-pkglibLTLIBRARIES:
171
172 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
173         @$(NORMAL_INSTALL)
174         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
175         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
176           if test -f $$p; then \
177             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
178             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
179           else :; fi; \
180         done
181
182 uninstall-pkglibLTLIBRARIES:
183         @$(NORMAL_UNINSTALL)
184         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
185           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
186         done
187
188 .s.o:
189         $(COMPILE) -c $<
190
191 .S.o:
192         $(COMPILE) -c $<
193
194 mostlyclean-compile:
195         -rm -f *.o core *.core
196
197 clean-compile:
198
199 distclean-compile:
200         -rm -f *.tab.c
201
202 maintainer-clean-compile:
203
204 .s.lo:
205         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207 .S.lo:
208         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210 mostlyclean-libtool:
211         -rm -f *.lo
212
213 clean-libtool:
214         -rm -rf .libs _libs
215
216 distclean-libtool:
217
218 maintainer-clean-libtool:
219
220 libsched.la: $(libsched_la_OBJECTS) $(libsched_la_DEPENDENCIES)
221         $(CXXLINK) -rpath $(pkglibdir) $(libsched_la_LDFLAGS) $(libsched_la_OBJECTS) $(libsched_la_LIBADD) $(LIBS)
222 .cxx.o:
223         $(CXXCOMPILE) -c $<
224 .cxx.lo:
225         $(LTCXXCOMPILE) -c $<
226
227 install-pkgdataDATA: $(pkgdata_DATA)
228         @$(NORMAL_INSTALL)
229         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
230         @list='$(pkgdata_DATA)'; for p in $$list; do \
231           if test -f $(srcdir)/$$p; then \
232             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
233             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
234           else if test -f $$p; then \
235             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
236             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
237           fi; fi; \
238         done
239
240 uninstall-pkgdataDATA:
241         @$(NORMAL_UNINSTALL)
242         list='$(pkgdata_DATA)'; for p in $$list; do \
243           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
244         done
245
246 tags: TAGS
247
248 ID: $(HEADERS) $(SOURCES) $(LISP)
249         list='$(SOURCES) $(HEADERS)'; \
250         unique=`for i in $$list; do echo $$i; done | \
251           awk '    { files[$$0] = 1; } \
252                END { for (i in files) print i; }'`; \
253         here=`pwd` && cd $(srcdir) \
254           && mkid -f$$here/ID $$unique $(LISP)
255
256 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
257         tags=; \
258         here=`pwd`; \
259         list='$(SOURCES) $(HEADERS)'; \
260         unique=`for i in $$list; do echo $$i; done | \
261           awk '    { files[$$0] = 1; } \
262                END { for (i in files) print i; }'`; \
263         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
264           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
265
266 mostlyclean-tags:
267
268 clean-tags:
269
270 distclean-tags:
271         -rm -f TAGS ID
272
273 maintainer-clean-tags:
274
275 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
276
277 subdir = sched
278
279 distdir: $(DISTFILES)
280         here=`cd $(top_builddir) && pwd`; \
281         top_distdir=`cd $(top_distdir) && pwd`; \
282         distdir=`cd $(distdir) && pwd`; \
283         cd $(top_srcdir) \
284           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign sched/Makefile
285         @for file in $(DISTFILES); do \
286           d=$(srcdir); \
287           if test -d $$d/$$file; then \
288             cp -pr $$d/$$file $(distdir)/$$file; \
289           else \
290             test -f $(distdir)/$$file \
291             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
292             || cp -p $$d/$$file $(distdir)/$$file || :; \
293           fi; \
294         done
295
296 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
297
298 -include $(DEP_FILES)
299
300 mostlyclean-depend:
301
302 clean-depend:
303
304 distclean-depend:
305         -rm -rf .deps
306
307 maintainer-clean-depend:
308
309 %.o: %.c
310         @echo '$(COMPILE) -c $<'; \
311         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
312         @-cp .deps/$(*F).pp .deps/$(*F).P; \
313         tr ' ' '\012' < .deps/$(*F).pp \
314           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
315             >> .deps/$(*F).P; \
316         rm .deps/$(*F).pp
317
318 %.lo: %.c
319         @echo '$(LTCOMPILE) -c $<'; \
320         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
321         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
322           < .deps/$(*F).pp > .deps/$(*F).P; \
323         tr ' ' '\012' < .deps/$(*F).pp \
324           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
325             >> .deps/$(*F).P; \
326         rm -f .deps/$(*F).pp
327
328 %.o: %.cxx
329         @echo '$(CXXCOMPILE) -c $<'; \
330         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
331         @-cp .deps/$(*F).pp .deps/$(*F).P; \
332         tr ' ' '\012' < .deps/$(*F).pp \
333           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
334             >> .deps/$(*F).P; \
335         rm .deps/$(*F).pp
336
337 %.lo: %.cxx
338         @echo '$(LTCXXCOMPILE) -c $<'; \
339         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
340         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
341           < .deps/$(*F).pp > .deps/$(*F).P; \
342         tr ' ' '\012' < .deps/$(*F).pp \
343           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
344             >> .deps/$(*F).P; \
345         rm -f .deps/$(*F).pp
346 info-am:
347 info: info-am
348 dvi-am:
349 dvi: dvi-am
350 check-am: all-am
351         $(MAKE) $(AM_MAKEFLAGS) check-local
352 check: check-am
353 installcheck-am:
354 installcheck: installcheck-am
355 install-exec-am: install-pkglibLTLIBRARIES
356 install-exec: install-exec-am
357
358 install-data-am: install-pkgdataDATA
359 install-data: install-data-am
360
361 install-am: all-am
362         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363 install: install-am
364 uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-pkgdataDATA
365 uninstall: uninstall-am
366 all-am: Makefile $(LTLIBRARIES) $(DATA)
367 all-redirect: all-am
368 install-strip:
369         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
370 installdirs:
371         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkgdatadir)
372
373
374 mostlyclean-generic:
375
376 clean-generic:
377
378 distclean-generic:
379         -rm -f Makefile $(CONFIG_CLEAN_FILES)
380         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
381
382 maintainer-clean-generic:
383 mostlyclean-am:  mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
384                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
385                 mostlyclean-generic
386
387 mostlyclean: mostlyclean-am
388
389 clean-am:  clean-pkglibLTLIBRARIES clean-compile clean-libtool \
390                 clean-tags clean-depend clean-generic mostlyclean-am
391
392 clean: clean-am
393
394 distclean-am:  distclean-pkglibLTLIBRARIES distclean-compile \
395                 distclean-libtool distclean-tags distclean-depend \
396                 distclean-generic clean-am
397         -rm -f libtool
398
399 distclean: distclean-am
400
401 maintainer-clean-am:  maintainer-clean-pkglibLTLIBRARIES \
402                 maintainer-clean-compile maintainer-clean-libtool \
403                 maintainer-clean-tags maintainer-clean-depend \
404                 maintainer-clean-generic distclean-am
405         @echo "This command is intended for maintainers to use;"
406         @echo "it deletes files that may require special tools to rebuild."
407
408 maintainer-clean: maintainer-clean-am
409
410 .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
411 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
412 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
413 mostlyclean-compile distclean-compile clean-compile \
414 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
415 clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \
416 install-pkgdataDATA tags mostlyclean-tags distclean-tags clean-tags \
417 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
418 clean-depend maintainer-clean-depend info-am info dvi-am dvi \
419 check-local check check-am installcheck-am installcheck install-exec-am \
420 install-exec install-data-am install-data install-am install \
421 uninstall-am uninstall all-redirect all-am all installdirs \
422 mostlyclean-generic distclean-generic clean-generic \
423 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
424
425 check-local: all
426         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
427
428 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@.xml.html:
429 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@      xsltproc --output $@ $(html_stylesheet) $<
430
431 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_FALSE@@HAVE_SABLOTRON_TRUE@.xml.html:
432 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_FALSE@@HAVE_SABLOTRON_TRUE@        sabcmd $(html_stylesheet) $< $@
433
434 @MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@.html.txt:
435 @MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@ links -dump $< > $@
436 @MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@ cp $@ $(srcdir)/$@
437
438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439 # Otherwise a system limit (for SysV at least) may be exceeded.
440 .NOEXPORT: