OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / gdb / 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 pkglib_LTLIBRARIES = libgdb.la
92
93 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
94
95 libgdb_la_SOURCES = gdb.cxx \
96         gdbserv-input.c gdbserv-output.c gdbserv-state.c gdbserv-utils.c 
97
98
99 libgdb_la_LDFLAGS = -module -no-undefined
100 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
101 CONFIG_HEADER = ../config.h
102 CONFIG_CLEAN_FILES = 
103 LTLIBRARIES =  $(pkglib_LTLIBRARIES)
104
105
106 DEFS = @DEFS@ -I. -I$(srcdir) -I..
107 CPPFLAGS = @CPPFLAGS@
108 LDFLAGS = @LDFLAGS@
109 LIBS = @LIBS@
110 libgdb_la_LIBADD = 
111 libgdb_la_OBJECTS =  gdb.lo gdbserv-input.lo gdbserv-output.lo \
112 gdbserv-state.lo gdbserv-utils.lo
113 CXXFLAGS = @CXXFLAGS@
114 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
116 CXXLD = $(CXX)
117 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
118 CFLAGS = @CFLAGS@
119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
124
125
126 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127
128 TAR = gtar
129 GZIP_ENV = --best
130 SOURCES = $(libgdb_la_SOURCES)
131 OBJECTS = $(libgdb_la_OBJECTS)
132
133 all: all-redirect
134 .SUFFIXES:
135 .SUFFIXES: .S .c .cxx .lo .o .s
136 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
137         cd $(top_srcdir) && $(AUTOMAKE) --cygnus gdb/Makefile
138
139 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
140         cd $(top_builddir) \
141           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142
143
144 mostlyclean-pkglibLTLIBRARIES:
145
146 clean-pkglibLTLIBRARIES:
147         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
148
149 distclean-pkglibLTLIBRARIES:
150
151 maintainer-clean-pkglibLTLIBRARIES:
152
153 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
154         @$(NORMAL_INSTALL)
155         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
156         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
157           if test -f $$p; then \
158             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
159             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
160           else :; fi; \
161         done
162
163 uninstall-pkglibLTLIBRARIES:
164         @$(NORMAL_UNINSTALL)
165         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
166           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
167         done
168
169 .c.o:
170         $(COMPILE) -c $<
171
172 .s.o:
173         $(COMPILE) -c $<
174
175 .S.o:
176         $(COMPILE) -c $<
177
178 mostlyclean-compile:
179         -rm -f *.o core *.core
180
181 clean-compile:
182
183 distclean-compile:
184         -rm -f *.tab.c
185
186 maintainer-clean-compile:
187
188 .c.lo:
189         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190
191 .s.lo:
192         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193
194 .S.lo:
195         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197 mostlyclean-libtool:
198         -rm -f *.lo
199
200 clean-libtool:
201         -rm -rf .libs _libs
202
203 distclean-libtool:
204
205 maintainer-clean-libtool:
206
207 libgdb.la: $(libgdb_la_OBJECTS) $(libgdb_la_DEPENDENCIES)
208         $(CXXLINK) -rpath $(pkglibdir) $(libgdb_la_LDFLAGS) $(libgdb_la_OBJECTS) $(libgdb_la_LIBADD) $(LIBS)
209 .cxx.o:
210         $(CXXCOMPILE) -c $<
211 .cxx.lo:
212         $(LTCXXCOMPILE) -c $<
213
214 tags: TAGS
215
216 ID: $(HEADERS) $(SOURCES) $(LISP)
217         list='$(SOURCES) $(HEADERS)'; \
218         unique=`for i in $$list; do echo $$i; done | \
219           awk '    { files[$$0] = 1; } \
220                END { for (i in files) print i; }'`; \
221         here=`pwd` && cd $(srcdir) \
222           && mkid -f$$here/ID $$unique $(LISP)
223
224 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
225         tags=; \
226         here=`pwd`; \
227         list='$(SOURCES) $(HEADERS)'; \
228         unique=`for i in $$list; do echo $$i; done | \
229           awk '    { files[$$0] = 1; } \
230                END { for (i in files) print i; }'`; \
231         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
232           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
233
234 mostlyclean-tags:
235
236 clean-tags:
237
238 distclean-tags:
239         -rm -f TAGS ID
240
241 maintainer-clean-tags:
242
243 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
244
245 subdir = gdb
246
247 distdir: $(DISTFILES)
248         @for file in $(DISTFILES); do \
249           if test -f $$file; then d=.; else d=$(srcdir); fi; \
250           if test -d $$d/$$file; then \
251             cp -pr $$d/$$file $(distdir)/$$file; \
252           else \
253             test -f $(distdir)/$$file \
254             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255             || cp -p $$d/$$file $(distdir)/$$file || :; \
256           fi; \
257         done
258 info-am:
259 info: info-am
260 dvi-am:
261 dvi: dvi-am
262 check-am:
263 check: check-am
264 installcheck-am:
265 installcheck: installcheck-am
266 install-info-am: 
267 install-info: install-info-am
268 install-exec-am: install-pkglibLTLIBRARIES
269 install-exec: install-exec-am
270
271 install-data-am:
272 install-data: install-data-am
273
274 install-am: all-am
275         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
276 install: install-am
277 uninstall-am: uninstall-pkglibLTLIBRARIES
278 uninstall: uninstall-am
279 all-am: Makefile $(LTLIBRARIES)
280 all-redirect: all-am
281 install-strip:
282         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
283 installdirs:
284         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
285
286
287 mostlyclean-generic:
288
289 clean-generic:
290
291 distclean-generic:
292         -rm -f Makefile $(CONFIG_CLEAN_FILES)
293         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
294
295 maintainer-clean-generic:
296 mostlyclean-am:  mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
297                 mostlyclean-libtool mostlyclean-tags \
298                 mostlyclean-generic
299
300 mostlyclean: mostlyclean-am
301
302 clean-am:  clean-pkglibLTLIBRARIES clean-compile clean-libtool \
303                 clean-tags clean-generic mostlyclean-am
304
305 clean: clean-am
306
307 distclean-am:  distclean-pkglibLTLIBRARIES distclean-compile \
308                 distclean-libtool distclean-tags distclean-generic \
309                 clean-am
310         -rm -f libtool
311
312 distclean: distclean-am
313
314 maintainer-clean-am:  maintainer-clean-pkglibLTLIBRARIES \
315                 maintainer-clean-compile maintainer-clean-libtool \
316                 maintainer-clean-tags maintainer-clean-generic \
317                 distclean-am
318         @echo "This command is intended for maintainers to use;"
319         @echo "it deletes files that may require special tools to rebuild."
320
321 maintainer-clean: maintainer-clean-am
322
323 .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
324 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
325 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
326 mostlyclean-compile distclean-compile clean-compile \
327 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
328 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
329 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
330 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
331 install-info install-exec-am install-exec install-data-am install-data \
332 install-am install uninstall-am uninstall all-redirect all-am all \
333 installdirs mostlyclean-generic distclean-generic clean-generic \
334 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335
336
337 # Tell versions [3.59,3.63) of GNU make to not export all variables.
338 # Otherwise a system limit (for SysV at least) may be exceeded.
339 .NOEXPORT: