OSDN Git Service

* server.c (main): Check for an error return from
[pf3gnuchains/pf3gnuchains3x.git] / rda / Makefile.in
1 # Makefile.in generated by automake 1.6.3 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 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
65 host_triplet = @host@
66 target_alias = @target_alias@
67 target_triplet = @target@
68
69 EXEEXT = @EXEEXT@
70 OBJEXT = @OBJEXT@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
72 AMTAR = @AMTAR@
73 AS = @AS@
74 AWK = @AWK@
75 CATALOGS = @CATALOGS@
76 CATOBJEXT = @CATOBJEXT@
77 CC = @CC@
78 CXX = @CXX@
79 CXXCPP = @CXXCPP@
80 DATADIRNAME = @DATADIRNAME@
81 DEPDIR = @DEPDIR@
82 DLLTOOL = @DLLTOOL@
83 GCJ = @GCJ@
84 GCJFLAGS = @GCJFLAGS@
85 GMOFILES = @GMOFILES@
86 GMSGFMT = @GMSGFMT@
87 GT_NO = @GT_NO@
88 GT_YES = @GT_YES@
89 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
90 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91 INSTOBJEXT = @INSTOBJEXT@
92 INTLDEPS = @INTLDEPS@
93 INTLLIBS = @INTLLIBS@
94 INTLOBJS = @INTLOBJS@
95 LIBTOOL = @LIBTOOL@
96 LN_S = @LN_S@
97 MAINT = @MAINT@
98 MKINSTALLDIRS = @MKINSTALLDIRS@
99 MSGFMT = @MSGFMT@
100 OBJDUMP = @OBJDUMP@
101 PACKAGE = @PACKAGE@
102 POFILES = @POFILES@
103 POSUB = @POSUB@
104 RANLIB = @RANLIB@
105 STRIP = @STRIP@
106 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
107 USE_NLS = @USE_NLS@
108 VERSION = @VERSION@
109
110 WARN_CFLAGS = @WARN_CFLAGS@
111 WERROR_CFLAGS = @WERROR_CFLAGS@
112 am__include = @am__include@
113 am__quote = @am__quote@
114 install_sh = @install_sh@
115 l = @l@
116 targ_subdirs = @targ_subdirs@
117
118 AUTOMAKE_OPTIONS = foreign
119 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
120
121 APPL_DIRS = @targ_subdirs@
122 SUBDIRS = lib samples qe $(APPL_DIRS)
123 subdir = .
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
126 CONFIG_HEADER = config.h
127 CONFIG_CLEAN_FILES =
128 depcomp =
129 am__depfiles_maybe =
130 DIST_SOURCES =
131
132 RECURSIVE_TARGETS = info-recursive dvi-recursive \
133         uninstall-info-recursive all-recursive install-data-recursive \
134         install-exec-recursive installdirs-recursive install-recursive \
135         uninstall-recursive check-recursive installcheck-recursive
136 all: config.h
137         $(MAKE) $(AM_MAKEFLAGS) all-recursive
138
139 .SUFFIXES:
140
141 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
142  configure.lineno
143 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
144         cd $(top_srcdir) && \
145           $(AUTOMAKE) --cygnus  Makefile
146 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
147         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
148
149 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150         $(SHELL) ./config.status --recheck
151 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152         cd $(srcdir) && $(AUTOCONF)
153
154 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
155         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
156
157 config.h: stamp-h1
158         @if test ! -f $@; then \
159           rm -f stamp-h1; \
160           $(MAKE) stamp-h1; \
161         else :; fi
162
163 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
164         @rm -f stamp-h1
165         cd $(top_builddir) && $(SHELL) ./config.status config.h
166
167 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
168         cd $(top_srcdir) && $(AUTOHEADER)
169         touch $(srcdir)/config.in
170
171 distclean-hdr:
172         -rm -f config.h stamp-h1
173
174 mostlyclean-libtool:
175         -rm -f *.lo
176
177 clean-libtool:
178         -rm -rf .libs _libs
179
180 distclean-libtool:
181         -rm -f libtool
182 uninstall-info-am:
183
184 # This directory's subdirectories are mostly independent; you can cd
185 # into them and run `make' without going through this Makefile.
186 # To change the values of `make' variables: instead of editing Makefiles,
187 # (1) if the variable is set in `config.status', edit `config.status'
188 #     (which will cause the Makefiles to be regenerated when you run `make');
189 # (2) otherwise, pass the desired values on the `make' command line.
190 $(RECURSIVE_TARGETS):
191         @set fnord $$MAKEFLAGS; amf=$$2; \
192         dot_seen=no; \
193         target=`echo $@ | sed s/-recursive//`; \
194         list='$(SUBDIRS)'; for subdir in $$list; do \
195           echo "Making $$target in $$subdir"; \
196           if test "$$subdir" = "."; then \
197             dot_seen=yes; \
198             local_target="$$target-am"; \
199           else \
200             local_target="$$target"; \
201           fi; \
202           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
203            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
204         done; \
205         if test "$$dot_seen" = "no"; then \
206           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
207         fi; test -z "$$fail"
208
209 mostlyclean-recursive clean-recursive distclean-recursive \
210 maintainer-clean-recursive:
211         @set fnord $$MAKEFLAGS; amf=$$2; \
212         dot_seen=no; \
213         case "$@" in \
214           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
215           *) list='$(SUBDIRS)' ;; \
216         esac; \
217         rev=''; for subdir in $$list; do \
218           if test "$$subdir" = "."; then :; else \
219             rev="$$subdir $$rev"; \
220           fi; \
221         done; \
222         rev="$$rev ."; \
223         target=`echo $@ | sed s/-recursive//`; \
224         for subdir in $$rev; do \
225           echo "Making $$target in $$subdir"; \
226           if test "$$subdir" = "."; then \
227             local_target="$$target-am"; \
228           else \
229             local_target="$$target"; \
230           fi; \
231           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233         done && test -z "$$fail"
234 tags-recursive:
235         list='$(SUBDIRS)'; for subdir in $$list; do \
236           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
237         done
238
239 ETAGS = etags
240 ETAGSFLAGS =
241
242 tags: TAGS
243
244 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
245         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
246         unique=`for i in $$list; do \
247             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248           done | \
249           $(AWK) '    { files[$$0] = 1; } \
250                END { for (i in files) print i; }'`; \
251         mkid -fID $$unique
252
253 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
254                 $(TAGS_FILES) $(LISP)
255         tags=; \
256         here=`pwd`; \
257         list='$(SUBDIRS)'; for subdir in $$list; do \
258           if test "$$subdir" = .; then :; else \
259             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
260           fi; \
261         done; \
262         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
263         unique=`for i in $$list; do \
264             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265           done | \
266           $(AWK) '    { files[$$0] = 1; } \
267                END { for (i in files) print i; }'`; \
268         test -z "$(ETAGS_ARGS)$$tags$$unique" \
269           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
270              $$tags $$unique
271
272 GTAGS:
273         here=`$(am__cd) $(top_builddir) && pwd` \
274           && cd $(top_srcdir) \
275           && gtags -i $(GTAGS_ARGS) $$here
276
277 distclean-tags:
278         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
279 check-am:
280 check: check-recursive
281 all-am: Makefile config.h
282 installdirs: installdirs-recursive
283 installdirs-am:
284
285 install: install-recursive
286 install-exec: install-exec-recursive
287 install-data: install-data-recursive
288 uninstall: uninstall-recursive
289
290 install-am: all-am
291         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292
293 installcheck: installcheck-recursive
294 install-strip:
295         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
296           INSTALL_STRIP_FLAG=-s \
297           `test -z '$(STRIP)' || \
298             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
299 mostlyclean-generic:
300
301 clean-generic:
302
303 distclean-generic:
304         -rm -f Makefile $(CONFIG_CLEAN_FILES)
305
306 maintainer-clean-generic:
307         @echo "This command is intended for maintainers to use"
308         @echo "it deletes files that may require special tools to rebuild."
309 clean: clean-recursive
310
311 clean-am: clean-generic clean-libtool mostlyclean-am
312
313 distclean: distclean-recursive
314         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
315 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
316         distclean-tags
317
318 dvi: dvi-recursive
319
320 dvi-am:
321
322 info: info-recursive
323
324 info-am:
325
326 install-data-am:
327
328 install-exec-am:
329
330 install-info:
331
332 install-man:
333
334 installcheck-am:
335
336 maintainer-clean: maintainer-clean-recursive
337         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
338         -rm -rf autom4te.cache
339 maintainer-clean-am: distclean-am maintainer-clean-generic
340
341 mostlyclean: mostlyclean-recursive
342
343 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
344
345 uninstall-am:
346
347 uninstall-info: uninstall-info-recursive
348
349 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
350         clean-generic clean-libtool clean-recursive distclean \
351         distclean-generic distclean-hdr distclean-libtool \
352         distclean-recursive distclean-tags dvi dvi-am dvi-recursive \
353         info info-am info-recursive install install-am install-data \
354         install-data-am install-data-recursive install-exec \
355         install-exec-am install-exec-recursive install-info \
356         install-info-am install-man install-recursive install-strip \
357         installcheck installcheck-am installdirs installdirs-am \
358         installdirs-recursive maintainer-clean maintainer-clean-generic \
359         maintainer-clean-recursive mostlyclean mostlyclean-generic \
360         mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
361         uninstall uninstall-am uninstall-info-am \
362         uninstall-info-recursive uninstall-recursive
363
364 # Tell versions [3.59,3.63) of GNU make to not export all variables.
365 # Otherwise a system limit (for SysV at least) may be exceeded.
366 .NOEXPORT: