1 # Makefile.in generated automatically by automake 1.3b from Makefile.am
3 # Copyright 1994, 1995, 1996, 1997, 1998, 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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
31 htmldir = $(prefix)/html
33 includedir = @includedir@
34 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
47 AUTOHEADER = @AUTOHEADER@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
69 AUTOMAKE_OPTIONS = cygnus
71 noinst_LIBRARIES = libangsd.a
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
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
83 EXTRA_DIST = README.CYGNUS
85 INCLUDES = -DRETRANS -DARM_RELEASE='"Berkeley Licence for Cygnus"'
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
89 LIBRARIES = $(noinst_LIBRARIES)
92 DEFS = @DEFS@ -I. -I$(srcdir)
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
102 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
104 HEADERS = $(noinst_HEADERS)
106 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113 SOURCES = $(libangsd_a_SOURCES)
114 OBJECTS = $(libangsd_a_OBJECTS)
116 all: Makefile $(LIBRARIES) $(HEADERS)
119 .SUFFIXES: .S .c .o .s
121 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
125 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
127 $(ACLOCAL_M4): @MAINT@ configure.in
128 cd $(srcdir) && $(ACLOCAL)
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)
135 mostlyclean-noinstLIBRARIES:
137 clean-noinstLIBRARIES:
138 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
140 distclean-noinstLIBRARIES:
142 maintainer-clean-noinstLIBRARIES:
154 -rm -f *.o core *.core
161 maintainer-clean-compile:
163 libangsd.a: $(libangsd_a_OBJECTS) $(libangsd_a_DEPENDENCIES)
165 $(AR) cru libangsd.a $(libangsd_a_OBJECTS) $(libangsd_a_LIBADD)
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171 here=`pwd` && cd $(srcdir) \
172 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
174 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
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)
191 maintainer-clean-tags:
193 distdir = $(PACKAGE)-$(VERSION)
194 top_distdir = $(distdir)
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
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
214 @echo "========================"; \
215 echo "$(distdir).tar.gz is ready for distribution"; \
216 echo "========================"
218 -chmod -R a+r $(distdir)
219 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
222 -chmod -R a+r $(distdir)
223 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
225 distdir: $(DISTFILES)
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; \
248 install: install-exec install-data all
254 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
263 -rm -f Makefile $(CONFIG_CLEAN_FILES)
264 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
266 maintainer-clean-generic:
267 mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
268 mostlyclean-tags mostlyclean-generic
270 clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
273 distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
274 distclean-generic clean
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."
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
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.