]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/rdi-share/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / rdi-share / Makefile.in
1 # Makefile.in generated automatically by automake 1.3b from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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@
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 CC = @CC@
61 EXEEXT = @EXEEXT@
62 MAINT = @MAINT@
63 MAKEINFO = @MAKEINFO@
64 PACKAGE = @PACKAGE@
65 RANLIB = @RANLIB@
66 VERSION = @VERSION@
67
68 AUTOMAKE_OPTIONS = cygnus
69
70 noinst_LIBRARIES = libangsd.a
71
72 libangsd_a_SOURCES = ardi.c bytesex.c crc.c devsw.c drivers.c etherdrv.c \
73 hostchan.c hsys.c logging.c msgbuild.c params.c rx.c \
74 serdrv.c serpardr.c tx.c unixcomm.c
75
76 noinst_HEADERS = adp.h adperr.h angel.h ardi.h armdbg.h buffers.h bytesex.h \
77 chandefs.h channels.h chanpriv.h crc.h dbg_conf.h dbg_cp.h \
78 dbg_hif.h dbg_rdi.h devclnt.h devices.h devsw.h drivers.h \
79 endian.h ethernet.h host.h hostchan.h hsys.h logging.h \
80 msgbuild.h params.h rxtx.h sys.h unixcomm.h
81
82 EXTRA_DIST = README.CYGNUS
83
84 INCLUDES = -DRETRANS -DARM_RELEASE='"Berkeley Licence for Cygnus"'
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
87 CONFIG_CLEAN_FILES =
88 LIBRARIES = $(noinst_LIBRARIES)
89
90
91 DEFS = @DEFS@ -I. -I$(srcdir)
92 CPPFLAGS = @CPPFLAGS@
93 LDFLAGS = @LDFLAGS@
94 LIBS = @LIBS@
95 libangsd_a_LIBADD =
96 libangsd_a_OBJECTS = ardi.o bytesex.o crc.o devsw.o drivers.o \
97 etherdrv.o hostchan.o hsys.o logging.o msgbuild.o params.o rx.o \
98 serdrv.o serpardr.o tx.o unixcomm.o
99 AR = ar
100 CFLAGS = @CFLAGS@
101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103 HEADERS = $(noinst_HEADERS)
104
105 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP = --best
112 SOURCES = $(libangsd_a_SOURCES)
113 OBJECTS = $(libangsd_a_OBJECTS)
114
115 all: Makefile $(LIBRARIES) $(HEADERS)
116
117 .SUFFIXES:
118 .SUFFIXES: .S .c .o .s
119 $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
121
122 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
123 cd $(top_builddir) \
124 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126 $(ACLOCAL_M4): @MAINT@ configure.in
127 cd $(srcdir) && $(ACLOCAL)
128
129 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
130 $(SHELL) ./config.status --recheck
131 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
132 cd $(srcdir) && $(AUTOCONF)
133
134 mostlyclean-noinstLIBRARIES:
135
136 clean-noinstLIBRARIES:
137 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
138
139 distclean-noinstLIBRARIES:
140
141 maintainer-clean-noinstLIBRARIES:
142
143 .c.o:
144 $(COMPILE) -c $<
145
146 .s.o:
147 $(COMPILE) -c $<
148
149 .S.o:
150 $(COMPILE) -c $<
151
152 mostlyclean-compile:
153 -rm -f *.o core *.core
154
155 clean-compile:
156
157 distclean-compile:
158 -rm -f *.tab.c
159
160 maintainer-clean-compile:
161
162 libangsd.a: $(libangsd_a_OBJECTS) $(libangsd_a_DEPENDENCIES)
163 -rm -f libangsd.a
164 $(AR) cru libangsd.a $(libangsd_a_OBJECTS) $(libangsd_a_LIBADD)
165 $(RANLIB) libangsd.a
166
167 tags: TAGS
168
169 ID: $(HEADERS) $(SOURCES) $(LISP)
170 here=`pwd` && cd $(srcdir) \
171 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
172
173 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
174 tags=; \
175 here=`pwd`; \
176 list='$(SOURCES) $(HEADERS)'; \
177 unique=`for i in $$list; do echo $$i; done | \
178 awk ' { files[$$0] = 1; } \
179 END { for (i in files) print i; }'`; \
180 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
182
183 mostlyclean-tags:
184
185 clean-tags:
186
187 distclean-tags:
188 -rm -f TAGS ID
189
190 maintainer-clean-tags:
191
192 distdir = $(PACKAGE)-$(VERSION)
193 top_distdir = $(distdir)
194
195 # This target untars the dist file and tries a VPATH configuration. Then
196 # it guarantees that the distribution is self-contained by making another
197 # tarfile.
198 distcheck: dist
199 -rm -rf $(distdir)
200 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
201 mkdir $(distdir)/=build
202 mkdir $(distdir)/=inst
203 dc_install_base=`cd $(distdir)/=inst && pwd`; \
204 cd $(distdir)/=build \
205 && ../configure --srcdir=.. --prefix=$$dc_install_base \
206 && $(MAKE) $(AM_MAKEFLAGS) \
207 && $(MAKE) $(AM_MAKEFLAGS) dvi \
208 && $(MAKE) $(AM_MAKEFLAGS) check \
209 && $(MAKE) $(AM_MAKEFLAGS) install \
210 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
211 && $(MAKE) $(AM_MAKEFLAGS) dist
212 -rm -rf $(distdir)
213 @echo "========================"; \
214 echo "$(distdir).tar.gz is ready for distribution"; \
215 echo "========================"
216 dist: distdir
217 -chmod -R a+r $(distdir)
218 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
219 -rm -rf $(distdir)
220 dist-all: distdir
221 -chmod -R a+r $(distdir)
222 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
223 -rm -rf $(distdir)
224 distdir: $(DISTFILES)
225 -rm -rf $(distdir)
226 mkdir $(distdir)
227 -chmod 777 $(distdir)
228 @for file in $(DISTFILES); do \
229 if test -f $$file; then d=.; else d=$(srcdir); fi; \
230 test -f $(distdir)/$$file \
231 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232 || cp -p $$d/$$file $(distdir)/$$file; \
233 done
234 info:
235 dvi:
236 check:
237 installcheck:
238 install-info:
239 install-exec:
240 @$(NORMAL_INSTALL)
241
242 install-data:
243 @$(NORMAL_INSTALL)
244
245 install: install-exec install-data all
246 @:
247
248 uninstall:
249
250 install-strip:
251 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
252 installdirs:
253
254
255 mostlyclean-generic:
256
257 clean-generic:
258
259 distclean-generic:
260 -rm -f Makefile $(CONFIG_CLEAN_FILES)
261 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
262
263 maintainer-clean-generic:
264 mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
265 mostlyclean-tags mostlyclean-generic
266
267 clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
268 mostlyclean
269
270 distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
271 distclean-generic clean
272 -rm -f config.status
273
274 maintainer-clean: maintainer-clean-noinstLIBRARIES \
275 maintainer-clean-compile maintainer-clean-tags \
276 maintainer-clean-generic distclean
277 @echo "This command is intended for maintainers to use;"
278 @echo "it deletes files that may require special tools to rebuild."
279 -rm -f config.status
280
281 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
282 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
283 mostlyclean-compile distclean-compile clean-compile \
284 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
285 clean-tags maintainer-clean-tags distdir info dvi installcheck \
286 install-info install-exec install-data install uninstall all \
287 installdirs mostlyclean-generic distclean-generic clean-generic \
288 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
289
290
291 # Tell versions [3.59,3.63) of GNU make to not export all variables.
292 # Otherwise a system limit (for SysV at least) may be exceeded.
293 .NOEXPORT: