OSDN Git Service

c24ae6dccf6d7cfcdb2b4d72a35db7000e28ce5a
[pf3gnuchains/pf3gnuchains3x.git] / rda / unix / 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 CC = @CC@
76 CXX = @CXX@
77 CXXCPP = @CXXCPP@
78 DEPDIR = @DEPDIR@
79 DLLTOOL = @DLLTOOL@
80 GCJ = @GCJ@
81 GCJFLAGS = @GCJFLAGS@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 OBJDUMP = @OBJDUMP@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 STRIP = @STRIP@
90 TARGET_MODULES = @TARGET_MODULES@
91 VERSION = @VERSION@
92 am__include = @am__include@
93 am__quote = @am__quote@
94 install_sh = @install_sh@
95
96 AUTOMAKE_OPTIONS = foreign
97
98 noinst_PROGRAMS = rda
99
100 INCLUDES = -I$(srcdir) -I$(srcdir)/../include 
101
102 rda_SOURCES = server.c 
103 EXTRA_rda_SOURCES = linux-target.c solaris-target.c \
104         ptrace-target.c dummy-target.c
105
106 rda_LDADD = $(TARGET_MODULES) ../lib/librda.la
107 rda_DEPENDENCIES = $(server_OBJECTS) $(TARGET_MODULES)
108 rda_LDFLAGS = -ldl -rdynamic
109 subdir = .
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES =
114 noinst_PROGRAMS = rda$(EXEEXT)
115 PROGRAMS = $(noinst_PROGRAMS)
116
117 am_rda_OBJECTS = server.$(OBJEXT)
118 rda_OBJECTS = $(am_rda_OBJECTS)
119
120 DEFS = @DEFS@
121 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 depcomp =
126 am__depfiles_maybe =
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
130         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 CCLD = $(CC)
132 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133         $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 CFLAGS = @CFLAGS@
135 DIST_SOURCES = $(rda_SOURCES) $(EXTRA_rda_SOURCES)
136 SOURCES = $(rda_SOURCES) $(EXTRA_rda_SOURCES)
137
138 all: config.h
139         $(MAKE) $(AM_MAKEFLAGS) all-am
140
141 .SUFFIXES:
142 .SUFFIXES: .c .lo .o .obj
143
144 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
145  configure.lineno
146 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
147         cd $(top_srcdir) && \
148           $(AUTOMAKE) --cygnus  --ignore-deps Makefile
149 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
150         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
151
152 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153         $(SHELL) ./config.status --recheck
154 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155         cd $(srcdir) && $(AUTOCONF)
156
157 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
158         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
159
160 config.h: stamp-h1
161         @if test ! -f $@; then \
162           rm -f stamp-h1; \
163           $(MAKE) stamp-h1; \
164         else :; fi
165
166 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
167         @rm -f stamp-h1
168         cd $(top_builddir) && $(SHELL) ./config.status config.h
169
170 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
171         cd $(top_srcdir) && $(AUTOHEADER)
172         touch $(srcdir)/config.in
173
174 distclean-hdr:
175         -rm -f config.h stamp-h1
176
177 clean-noinstPROGRAMS:
178         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
179           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
180           echo " rm -f $$p $$f"; \
181           rm -f $$p $$f ; \
182         done
183 rda$(EXEEXT): $(rda_OBJECTS) $(rda_DEPENDENCIES) 
184         @rm -f rda$(EXEEXT)
185         $(LINK) $(rda_LDFLAGS) $(rda_OBJECTS) $(rda_LDADD) $(LIBS)
186
187 mostlyclean-compile:
188         -rm -f *.$(OBJEXT) core *.core
189
190 distclean-compile:
191         -rm -f *.tab.c
192
193 .c.o:
194         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
195
196 .c.obj:
197         $(COMPILE) -c `cygpath -w $<`
198
199 .c.lo:
200         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
201
202 mostlyclean-libtool:
203         -rm -f *.lo
204
205 clean-libtool:
206         -rm -rf .libs _libs
207
208 distclean-libtool:
209         -rm -f libtool
210 uninstall-info-am:
211
212 ETAGS = etags
213 ETAGSFLAGS =
214
215 tags: TAGS
216
217 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
218         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
219         unique=`for i in $$list; do \
220             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221           done | \
222           $(AWK) '    { files[$$0] = 1; } \
223                END { for (i in files) print i; }'`; \
224         mkid -fID $$unique
225
226 TAGS:  $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
227                 $(TAGS_FILES) $(LISP)
228         tags=; \
229         here=`pwd`; \
230         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
231         unique=`for i in $$list; do \
232             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233           done | \
234           $(AWK) '    { files[$$0] = 1; } \
235                END { for (i in files) print i; }'`; \
236         test -z "$(ETAGS_ARGS)$$tags$$unique" \
237           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
238              $$tags $$unique
239
240 GTAGS:
241         here=`$(am__cd) $(top_builddir) && pwd` \
242           && cd $(top_srcdir) \
243           && gtags -i $(GTAGS_ARGS) $$here
244
245 distclean-tags:
246         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
247 check-am:
248 check: check-am
249 all-am: Makefile $(PROGRAMS) config.h
250
251 installdirs:
252
253 install: install-am
254 install-exec: install-exec-am
255 install-data: install-data-am
256 uninstall: uninstall-am
257
258 install-am: all-am
259         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260
261 installcheck: installcheck-am
262 install-strip:
263         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
264           INSTALL_STRIP_FLAG=-s \
265           `test -z '$(STRIP)' || \
266             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES)
273
274 maintainer-clean-generic:
275         @echo "This command is intended for maintainers to use"
276         @echo "it deletes files that may require special tools to rebuild."
277 clean: clean-am
278
279 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
280         mostlyclean-am
281
282 distclean: distclean-am
283         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
284 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
285         distclean-libtool distclean-tags
286
287 dvi: dvi-am
288
289 dvi-am:
290
291 info: info-am
292
293 info-am:
294
295 install-data-am:
296
297 install-exec-am:
298
299 install-info:
300
301 install-man:
302
303 installcheck-am:
304
305 maintainer-clean: maintainer-clean-am
306         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
307         -rm -rf autom4te.cache
308 maintainer-clean-am: distclean-am maintainer-clean-generic
309
310 mostlyclean: mostlyclean-am
311
312 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
313         mostlyclean-libtool
314
315 uninstall-am:
316
317 .PHONY: GTAGS all all-am check check-am clean clean-generic \
318         clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
319         distclean-generic distclean-hdr distclean-libtool \
320         distclean-tags dvi dvi-am info info-am install install-am \
321         install-data install-data-am install-exec install-exec-am \
322         install-info install-info-am install-man install-strip \
323         installcheck installcheck-am installdirs maintainer-clean \
324         maintainer-clean-generic mostlyclean mostlyclean-compile \
325         mostlyclean-generic mostlyclean-libtool tags uninstall \
326         uninstall-am uninstall-info-am
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: