~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to doc/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2005-03-19 11:16:14 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050319111614-4g01s2ftv5x5nxf3
Tags: 1:1.2.3-3
* Added build depends on netpbm
* Added build depends on tetex-extra

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
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.
 
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
# Copyright (c) 2002  Theodore A. Roth
 
15
# All rights reserved.
 
16
#
 
17
# Redistribution and use in source and binary forms, with or without
 
18
# modification, are permitted provided that the following conditions are met:
 
19
#
 
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.
 
27
#
 
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.
 
38
#
 
39
# Author: Theodore A. Roth <troth@verinet.com>
 
40
#
 
41
# Contributors:
 
42
#
 
43
# $Id: Makefile.am,v 1.2.6.1 2005/01/27 22:39:26 joerg_wunsch Exp $
 
44
#
 
45
 
 
46
 
 
47
SHELL = @SHELL@
 
48
 
 
49
srcdir = @srcdir@
 
50
top_srcdir = @top_srcdir@
 
51
VPATH = @srcdir@
 
52
prefix = @prefix@
 
53
exec_prefix = @exec_prefix@
 
54
 
 
55
bindir = @bindir@
 
56
sbindir = @sbindir@
 
57
libexecdir = @libexecdir@
 
58
datadir = @datadir@
 
59
sysconfdir = @sysconfdir@
 
60
sharedstatedir = @sharedstatedir@
 
61
localstatedir = @localstatedir@
 
62
libdir = @libdir@
 
63
infodir = @infodir@
 
64
mandir = @mandir@
 
65
includedir = @includedir@
 
66
oldincludedir = /usr/include
 
67
 
 
68
DESTDIR =
 
69
 
 
70
pkgdatadir = $(datadir)/@PACKAGE@
 
71
pkglibdir = $(libdir)/@PACKAGE@
 
72
pkgincludedir = $(includedir)/@PACKAGE@
 
73
 
 
74
top_builddir = ../..
 
75
 
 
76
ACLOCAL = @ACLOCAL@
 
77
AUTOCONF = @AUTOCONF@
 
78
AUTOMAKE = @AUTOMAKE@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
 
 
81
INSTALL = @INSTALL@
 
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
83
INSTALL_DATA = @INSTALL_DATA@
 
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
85
transform = @program_transform_name@
 
86
 
 
87
NORMAL_INSTALL = :
 
88
PRE_INSTALL = :
 
89
POST_INSTALL = :
 
90
NORMAL_UNINSTALL = :
 
91
PRE_UNINSTALL = :
 
92
POST_UNINSTALL = :
 
93
build_alias = @build_alias@
 
94
build_triplet = @build@
 
95
host_alias = @host_alias@
 
96
host_triplet = @host@
 
97
target_alias = @target_alias@
 
98
target_triplet = @target@
 
99
AR = @AR@
 
100
AS = @AS@
 
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@
 
109
CC = @CC@
 
110
DOCSDIR = @DOCSDIR@
 
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@
 
118
PACKAGE = @PACKAGE@
 
119
PNGTOPNM = @PNGTOPNM@
 
120
PNMTOPNG = @PNMTOPNG@
 
121
RANLIB = @RANLIB@
 
122
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
123
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
124
TARGET_DOX_PS = @TARGET_DOX_PS@
 
125
VERSION = @VERSION@
 
126
avrlib_basedir = @avrlib_basedir@
 
127
 
 
128
MAINTAINERCLEANFILES = Makefile.in
 
129
 
 
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
 
131
 
 
132
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
133
CONFIG_CLEAN_FILES = 
 
134
DIST_COMMON =  Makefile.am Makefile.in
 
135
 
 
136
 
 
137
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
138
 
 
139
TAR = gtar
 
140
GZIP_ENV = --best
 
141
all: all-redirect
 
142
.SUFFIXES:
 
143
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
144
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/examples/Makefile
 
145
 
 
146
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
147
        cd $(top_builddir) \
 
148
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
149
 
 
150
tags: TAGS
 
151
TAGS:
 
152
 
 
153
 
 
154
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
155
 
 
156
subdir = doc/examples
 
157
 
 
158
distdir: $(DISTFILES)
 
159
        $(mkinstalldirs) $(distdir)/demo $(distdir)/twitest
 
160
        @for file in $(DISTFILES); do \
 
161
          d=$(srcdir); \
 
162
          if test -d $$d/$$file; then \
 
163
            cp -pr $$d/$$file $(distdir)/$$file; \
 
164
          else \
 
165
            test -f $(distdir)/$$file \
 
166
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
167
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
168
          fi; \
 
169
        done
 
170
info-am:
 
171
info: info-am
 
172
dvi-am:
 
173
dvi: dvi-am
 
174
check-am: all-am
 
175
check: check-am
 
176
installcheck-am:
 
177
installcheck: installcheck-am
 
178
install-exec-am:
 
179
install-exec: install-exec-am
 
180
 
 
181
install-data-am:
 
182
install-data: install-data-am
 
183
 
 
184
install-am: all-am
 
185
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
186
install: install-am
 
187
uninstall-am:
 
188
uninstall: uninstall-am
 
189
all-am: Makefile
 
190
all-redirect: all-am
 
191
install-strip:
 
192
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
193
installdirs:
 
194
 
 
195
 
 
196
mostlyclean-generic:
 
197
 
 
198
clean-generic:
 
199
 
 
200
distclean-generic:
 
201
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
202
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
203
 
 
204
maintainer-clean-generic:
 
205
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
206
mostlyclean-am:  mostlyclean-generic
 
207
 
 
208
mostlyclean: mostlyclean-am
 
209
 
 
210
clean-am:  clean-generic mostlyclean-am
 
211
 
 
212
clean: clean-am
 
213
 
 
214
distclean-am:  distclean-generic clean-am
 
215
 
 
216
distclean: distclean-am
 
217
 
 
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."
 
221
 
 
222
maintainer-clean: maintainer-clean-am
 
223
 
 
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
 
230
 
 
231
 
 
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.
 
234
.NOEXPORT: