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