1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3
# Copyright (C) 1994, 1995-8, 1999, 2001 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
14
# Copyright (c) 2002 Theodore A. Roth
15
# All rights reserved.
17
# Redistribution and use in source and binary forms, with or without
18
# modification, are permitted provided that the following conditions are met:
20
# 1. Redistributions of source code must retain the above copyright
21
# notice, this list of conditions and the following disclaimer.
22
# 2. Redistributions in binary form must reproduce the above copyright
23
# notice, this list of conditions and the following disclaimer in the
24
# documentation and/or other materials provided with the distribution.
25
# 3. The name of the author may not be used to endorse or promote products
26
# derived from this software without specific prior written permission.
28
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
29
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
30
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
31
# NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
33
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
34
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
35
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
# Author: Theodore A. Roth <troth@verinet.com>
43
# $Id: Makefile.am,v 1.2.6.1 2005/01/27 22:39:26 joerg_wunsch Exp $
50
top_srcdir = @top_srcdir@
53
exec_prefix = @exec_prefix@
57
libexecdir = @libexecdir@
59
sysconfdir = @sysconfdir@
60
sharedstatedir = @sharedstatedir@
61
localstatedir = @localstatedir@
65
includedir = @includedir@
66
oldincludedir = /usr/include
70
pkgdatadir = $(datadir)/@PACKAGE@
71
pkglibdir = $(libdir)/@PACKAGE@
72
pkgincludedir = $(includedir)/@PACKAGE@
79
AUTOHEADER = @AUTOHEADER@
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
83
INSTALL_DATA = @INSTALL_DATA@
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
85
transform = @program_transform_name@
93
build_alias = @build_alias@
94
build_triplet = @build@
95
host_alias = @host_alias@
97
target_alias = @target_alias@
98
target_triplet = @target@
101
AVRLIB_ASFLAGS = @AVRLIB_ASFLAGS@
102
AVRLIB_CFLAGS = @AVRLIB_CFLAGS@
103
AVR_CRT_ASFLAGS = @AVR_CRT_ASFLAGS@
104
AVR_CRT_AT90 = @AVR_CRT_AT90@
105
AVR_CRT_MEGA = @AVR_CRT_MEGA@
106
AVR_CRT_OTHER = @AVR_CRT_OTHER@
107
AVR_CRT_TINY = @AVR_CRT_TINY@
108
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
111
DOC_INST_DIR = @DOC_INST_DIR@
112
INCLUDES = @INCLUDES@
113
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
114
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
115
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
116
INSTALL_DOX_PS = @INSTALL_DOX_PS@
117
MAKEINFO = @MAKEINFO@
119
PNGTOPNM = @PNGTOPNM@
120
PNMTOPNG = @PNMTOPNG@
122
TARGET_DOX_HTML = @TARGET_DOX_HTML@
123
TARGET_DOX_PDF = @TARGET_DOX_PDF@
124
TARGET_DOX_PS = @TARGET_DOX_PS@
126
avrlib_basedir = @avrlib_basedir@
128
MAINTAINERCLEANFILES = Makefile.in
130
EXTRA_DIST = all-demos.dox avr-recv.c io.c prg printf.h progmem.c send_byte.s signal.c demo/Makefile demo/demo.c demo/demo.fig demo/demo.dox twitest/Makefile twitest/twitest.c twitest/twitest.dox
132
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
134
DIST_COMMON = Makefile.am Makefile.in
137
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/examples/Makefile
146
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
154
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
156
subdir = doc/examples
158
distdir: $(DISTFILES)
159
$(mkinstalldirs) $(distdir)/demo $(distdir)/twitest
160
@for file in $(DISTFILES); do \
162
if test -d $$d/$$file; then \
163
cp -pr $$d/$$file $(distdir)/$$file; \
165
test -f $(distdir)/$$file \
166
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
167
|| cp -p $$d/$$file $(distdir)/$$file || :; \
177
installcheck: installcheck-am
179
install-exec: install-exec-am
182
install-data: install-data-am
185
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
188
uninstall: uninstall-am
192
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
201
-rm -f Makefile $(CONFIG_CLEAN_FILES)
202
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
204
maintainer-clean-generic:
205
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
206
mostlyclean-am: mostlyclean-generic
208
mostlyclean: mostlyclean-am
210
clean-am: clean-generic mostlyclean-am
214
distclean-am: distclean-generic clean-am
216
distclean: distclean-am
218
maintainer-clean-am: maintainer-clean-generic distclean-am
219
@echo "This command is intended for maintainers to use;"
220
@echo "it deletes files that may require special tools to rebuild."
222
maintainer-clean: maintainer-clean-am
224
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
225
installcheck-am installcheck install-exec-am install-exec \
226
install-data-am install-data install-am install uninstall-am uninstall \
227
all-redirect all-am all installdirs mostlyclean-generic \
228
distclean-generic clean-generic maintainer-clean-generic clean \
229
mostlyclean distclean maintainer-clean
232
# Tell versions [3.59,3.63) of GNU make to not export all variables.
233
# Otherwise a system limit (for SysV at least) may be exceeded.