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