]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/rdi-share/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / rdi-share / Makefile.in
CommitLineData
c906108c
SS
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61EXEEXT = @EXEEXT@
62MAINT = @MAINT@
63MAKEINFO = @MAKEINFO@
64PACKAGE = @PACKAGE@
65RANLIB = @RANLIB@
66VERSION = @VERSION@
67
68AUTOMAKE_OPTIONS = cygnus
69
70noinst_LIBRARIES = libangsd.a
71
72libangsd_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
76noinst_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
82EXTRA_DIST = README.CYGNUS
83
84INCLUDES = -DRETRANS -DARM_RELEASE='"Berkeley Licence for Cygnus"'
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
87CONFIG_CLEAN_FILES =
88LIBRARIES = $(noinst_LIBRARIES)
89
90
91DEFS = @DEFS@ -I. -I$(srcdir)
92CPPFLAGS = @CPPFLAGS@
93LDFLAGS = @LDFLAGS@
94LIBS = @LIBS@
95libangsd_a_LIBADD =
96libangsd_a_OBJECTS = ardi.o bytesex.o crc.o devsw.o drivers.o \
97etherdrv.o hostchan.o hsys.o logging.o msgbuild.o params.o rx.o \
98serdrv.o serpardr.o tx.o unixcomm.o
99AR = ar
100CFLAGS = @CFLAGS@
101COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103HEADERS = $(noinst_HEADERS)
104
105DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
106
107
108DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110TAR = tar
111GZIP = --best
112SOURCES = $(libangsd_a_SOURCES)
113OBJECTS = $(libangsd_a_OBJECTS)
114
115all: 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
122Makefile: $(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
129config.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
134mostlyclean-noinstLIBRARIES:
135
136clean-noinstLIBRARIES:
137 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
138
139distclean-noinstLIBRARIES:
140
141maintainer-clean-noinstLIBRARIES:
142
143.c.o:
144 $(COMPILE) -c $<
145
146.s.o:
147 $(COMPILE) -c $<
148
149.S.o:
150 $(COMPILE) -c $<
151
152mostlyclean-compile:
153 -rm -f *.o core *.core
154
155clean-compile:
156
157distclean-compile:
158 -rm -f *.tab.c
159
160maintainer-clean-compile:
161
162libangsd.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
167tags: TAGS
168
169ID: $(HEADERS) $(SOURCES) $(LISP)
170 here=`pwd` && cd $(srcdir) \
171 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
172
173TAGS: $(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
183mostlyclean-tags:
184
185clean-tags:
186
187distclean-tags:
188 -rm -f TAGS ID
189
190maintainer-clean-tags:
191
192distdir = $(PACKAGE)-$(VERSION)
193top_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.
198distcheck: 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 "========================"
216dist: distdir
217 -chmod -R a+r $(distdir)
218 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
219 -rm -rf $(distdir)
220dist-all: distdir
221 -chmod -R a+r $(distdir)
222 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
223 -rm -rf $(distdir)
224distdir: $(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
234info:
235dvi:
236check:
237installcheck:
238install-info:
239install-exec:
240 @$(NORMAL_INSTALL)
241
242install-data:
243 @$(NORMAL_INSTALL)
244
245install: install-exec install-data all
246 @:
247
248uninstall:
249
250install-strip:
251 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
252installdirs:
253
254
255mostlyclean-generic:
256
257clean-generic:
258
259distclean-generic:
260 -rm -f Makefile $(CONFIG_CLEAN_FILES)
261 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
262
263maintainer-clean-generic:
264mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
265 mostlyclean-tags mostlyclean-generic
266
267clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
268 mostlyclean
269
270distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
271 distclean-generic clean
272 -rm -f config.status
273
274maintainer-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 \
282clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
283mostlyclean-compile distclean-compile clean-compile \
284maintainer-clean-compile tags mostlyclean-tags distclean-tags \
285clean-tags maintainer-clean-tags distdir info dvi installcheck \
286install-info install-exec install-data install uninstall all \
287installdirs mostlyclean-generic distclean-generic clean-generic \
288maintainer-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: