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