~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to avr/lib/avrtiny10/attiny4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# Copyright (c) 2004,  Theodore A. Roth
 
19
# Copyright (c) 2005, 2008  Anatoly Sokolov
 
20
# All rights reserved.
 
21
#
 
22
# Redistribution and use in source and binary forms, with or without
 
23
# modification, are permitted provided that the following conditions are met:
 
24
#
 
25
# * Redistributions of source code must retain the above copyright
 
26
#   notice, this list of conditions and the following disclaimer.
 
27
# * Redistributions in binary form must reproduce the above copyright
 
28
#   notice, this list of conditions and the following disclaimer in
 
29
#   the documentation and/or other materials provided with the
 
30
#   distribution.
 
31
# * Neither the name of the copyright holders nor the names of
 
32
#   contributors may be used to endorse or promote products derived
 
33
#   from this software without specific prior written permission.
 
34
#
 
35
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
36
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
37
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
38
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
39
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
40
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
41
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
42
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
43
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
44
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
45
# POSSIBILITY OF SUCH DAMAGE.
 
46
#
 
47
 
 
48
 
 
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkgincludedir = $(includedir)/@PACKAGE@
 
51
pkglibdir = $(libdir)/@PACKAGE@
 
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
54
install_sh_DATA = $(install_sh) -c -m 644
 
55
install_sh_PROGRAM = $(install_sh) -c
 
56
install_sh_SCRIPT = $(install_sh) -c
 
57
INSTALL_HEADER = $(INSTALL_DATA)
 
58
transform = $(program_transform_name)
 
59
NORMAL_INSTALL = :
 
60
PRE_INSTALL = :
 
61
POST_INSTALL = :
 
62
NORMAL_UNINSTALL = :
 
63
PRE_UNINSTALL = :
 
64
POST_UNINSTALL = :
 
65
build_triplet = @build@
 
66
host_triplet = @host@
 
67
subdir = avr/lib/avrtiny10/attiny4
 
68
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
70
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
72
        $(ACLOCAL_M4)
 
73
mkinstalldirs = $(install_sh) -d
 
74
CONFIG_HEADER = $(top_builddir)/config.h
 
75
CONFIG_CLEAN_FILES =
 
76
CONFIG_CLEAN_VPATH_FILES =
 
77
LIBRARIES = $(noinst_LIBRARIES)
 
78
ARFLAGS = cru
 
79
libcrt_a_AR = $(AR) $(ARFLAGS)
 
80
libcrt_a_LIBADD =
 
81
@HAS_attiny4_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
 
82
libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
 
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
 
87
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
91
CCLD = $(CC)
 
92
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
93
SOURCES = $(nodist_libcrt_a_SOURCES)
 
94
DIST_SOURCES =
 
95
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
96
am__vpath_adj = case $$p in \
 
97
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
98
    *) f=$$p;; \
 
99
  esac;
 
100
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
101
am__install_max = 40
 
102
am__nobase_strip_setup = \
 
103
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
104
am__nobase_strip = \
 
105
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
106
am__nobase_list = $(am__nobase_strip_setup); \
 
107
  for p in $$list; do echo "$$p $$p"; done | \
 
108
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
109
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
110
    if (++n[$$2] == $(am__install_max)) \
 
111
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
112
    END { for (dir in files) print dir, files[dir] }'
 
113
am__base_list = \
 
114
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
115
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
116
am__installdirs = "$(DESTDIR)$(avrdir)"
 
117
DATA = $(avr_DATA)
 
118
ETAGS = etags
 
119
CTAGS = ctags
 
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
121
VPATH = $(top_srcdir)/crt1
 
122
ACLOCAL = @ACLOCAL@
 
123
AMTAR = @AMTAR@
 
124
AR = @AR@
 
125
AS = @AS@
 
126
AUTOCONF = @AUTOCONF@
 
127
AUTOHEADER = @AUTOHEADER@
 
128
AUTOMAKE = @AUTOMAKE@
 
129
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
 
130
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
 
131
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
 
132
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
 
133
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
 
134
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
 
135
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
 
136
AWK = @AWK@
 
137
CC = @CC@
 
138
CCAS = @CCAS@
 
139
CCASDEPMODE = @CCASDEPMODE@
 
140
CCASFLAGS = @CCASFLAGS@
 
141
CCDEPMODE = @CCDEPMODE@
 
142
CFLAGS = @CFLAGS@
 
143
CPPFLAGS = @CPPFLAGS@
 
144
CYGPATH_W = @CYGPATH_W@
 
145
DEFS = @DEFS@
 
146
DEPDIR = @DEPDIR@
 
147
DOCSDIR = @DOCSDIR@
 
148
DOC_INST_DIR = @DOC_INST_DIR@
 
149
ECHO_C = @ECHO_C@
 
150
ECHO_N = @ECHO_N@
 
151
ECHO_T = @ECHO_T@
 
152
EXEEXT = @EXEEXT@
 
153
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
154
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
 
155
INSTALL = @INSTALL@
 
156
INSTALL_DATA = @INSTALL_DATA@
 
157
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
 
158
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
 
159
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
 
160
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
161
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
162
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
163
LDFLAGS = @LDFLAGS@
 
164
LIBOBJS = @LIBOBJS@
 
165
LIBS = @LIBS@
 
166
LN_S = @LN_S@
 
167
LTLIBOBJS = @LTLIBOBJS@
 
168
MAKEINFO = @MAKEINFO@
 
169
MKDIR_P = @MKDIR_P@
 
170
OBJEXT = @OBJEXT@
 
171
PACKAGE = @PACKAGE@
 
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
173
PACKAGE_NAME = @PACKAGE_NAME@
 
174
PACKAGE_STRING = @PACKAGE_STRING@
 
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_URL = @PACKAGE_URL@
 
177
PACKAGE_VERSION = @PACKAGE_VERSION@
 
178
PATH_SEPARATOR = @PATH_SEPARATOR@
 
179
PNGTOPNM = @PNGTOPNM@
 
180
PNMTOPNG = @PNMTOPNG@
 
181
RANLIB = @RANLIB@
 
182
SET_MAKE = @SET_MAKE@
 
183
SHELL = @SHELL@
 
184
STRIP = @STRIP@
 
185
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
186
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
187
VERSION = @VERSION@
 
188
abs_builddir = @abs_builddir@
 
189
abs_srcdir = @abs_srcdir@
 
190
abs_top_builddir = @abs_top_builddir@
 
191
abs_top_srcdir = @abs_top_srcdir@
 
192
ac_ct_CC = @ac_ct_CC@
 
193
am__include = @am__include@
 
194
am__leading_dot = @am__leading_dot@
 
195
am__quote = @am__quote@
 
196
am__tar = @am__tar@
 
197
am__untar = @am__untar@
 
198
bindir = @bindir@
 
199
build = @build@
 
200
build_alias = @build_alias@
 
201
build_cpu = @build_cpu@
 
202
build_os = @build_os@
 
203
build_vendor = @build_vendor@
 
204
builddir = @builddir@
 
205
datadir = @datadir@
 
206
datarootdir = @datarootdir@
 
207
docdir = @docdir@
 
208
dvidir = @dvidir@
 
209
exec_prefix = @exec_prefix@
 
210
host = @host@
 
211
host_alias = @host_alias@
 
212
host_cpu = @host_cpu@
 
213
host_os = @host_os@
 
214
host_vendor = @host_vendor@
 
215
htmldir = @htmldir@
 
216
includedir = @includedir@
 
217
infodir = @infodir@
 
218
install_sh = @install_sh@
 
219
libdir = @libdir@
 
220
libexecdir = @libexecdir@
 
221
localedir = @localedir@
 
222
localstatedir = @localstatedir@
 
223
mandir = @mandir@
 
224
mkdir_p = @mkdir_p@
 
225
oldincludedir = @oldincludedir@
 
226
pdfdir = @pdfdir@
 
227
prefix = @prefix@
 
228
program_transform_name = @program_transform_name@
 
229
psdir = @psdir@
 
230
sbindir = @sbindir@
 
231
sharedstatedir = @sharedstatedir@
 
232
srcdir = @srcdir@
 
233
sysconfdir = @sysconfdir@
 
234
target_alias = @target_alias@
 
235
top_build_prefix = @top_build_prefix@
 
236
top_builddir = @top_builddir@
 
237
top_srcdir = @top_srcdir@
 
238
AVR_TARGET = attiny4
 
239
AVR_TARGET_CRT = crttn4.o
 
240
AVR_TARGET_DEFS = 
 
241
AVR_TARGET_CFLAGS = -mcall-prologues -Os
 
242
AVR_TARGET_ASFLAGS = 
 
243
AVR_INSTALL_DIR = avrtiny10
 
244
@HAS_attiny4_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
 
245
@HAS_attiny4_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
 
246
@HAS_attiny4_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
 
247
@HAS_attiny4_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
 
248
@HAS_attiny4_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
 
249
@HAS_attiny4_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
 
250
@HAS_attiny4_TRUE@avrdir = $(__install_dir)
 
251
@HAS_attiny4_TRUE@avrlibdir = $(__install_dir)
 
252
@HAS_attiny4_TRUE@noinst_LIBRARIES = libcrt.a
 
253
@HAS_attiny4_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
 
254
@HAS_attiny4_TRUE@avr_DATA = $(AVR_TARGET_CRT)
 
255
all: all-am
 
256
 
 
257
.SUFFIXES:
 
258
.SUFFIXES: .S .o .obj
 
259
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
260
        @for dep in $?; do \
 
261
          case '$(am__configure_deps)' in \
 
262
            *$$dep*) \
 
263
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
264
                && { if test -f $@; then exit 0; else break; fi; }; \
 
265
              exit 1;; \
 
266
          esac; \
 
267
        done; \
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avrtiny10/attiny4/Makefile'; \
 
269
        $(am__cd) $(top_srcdir) && \
 
270
          $(AUTOMAKE) --foreign avr/lib/avrtiny10/attiny4/Makefile
 
271
.PRECIOUS: Makefile
 
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
273
        @case '$?' in \
 
274
          *config.status*) \
 
275
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
276
          *) \
 
277
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
278
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
279
        esac;
 
280
 
 
281
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
283
 
 
284
$(top_srcdir)/configure:  $(am__configure_deps)
 
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
286
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(am__aclocal_m4_deps):
 
289
 
 
290
clean-noinstLIBRARIES:
 
291
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
292
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES) 
 
293
        -rm -f libcrt.a
 
294
        $(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
 
295
        $(RANLIB) libcrt.a
 
296
 
 
297
mostlyclean-compile:
 
298
        -rm -f *.$(OBJEXT)
 
299
 
 
300
distclean-compile:
 
301
        -rm -f *.tab.c
 
302
 
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
 
304
 
 
305
.S.o:
 
306
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
307
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
308
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
309
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
310
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
 
311
 
 
312
.S.obj:
 
313
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
314
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
315
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
316
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
318
install-avrDATA: $(avr_DATA)
 
319
        @$(NORMAL_INSTALL)
 
320
        test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
 
321
        @list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
 
322
        for p in $$list; do \
 
323
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
324
          echo "$$d$$p"; \
 
325
        done | $(am__base_list) | \
 
326
        while read files; do \
 
327
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avrdir)'"; \
 
328
          $(INSTALL_DATA) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
 
329
        done
 
330
 
 
331
uninstall-avrDATA:
 
332
        @$(NORMAL_UNINSTALL)
 
333
        @list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
 
334
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
335
        test -n "$$files" || exit 0; \
 
336
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f" $$files ")"; \
 
337
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
 
338
 
 
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
340
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
346
        mkid -fID $$unique
 
347
tags: TAGS
 
348
 
 
349
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
350
                $(TAGS_FILES) $(LISP)
 
351
        set x; \
 
352
        here=`pwd`; \
 
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
361
          test -n "$$unique" || unique=$$empty_fix; \
 
362
          if test $$# -gt 0; then \
 
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
364
              "$$@" $$unique; \
 
365
          else \
 
366
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
              $$unique; \
 
368
          fi; \
 
369
        fi
 
370
ctags: CTAGS
 
371
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
372
                $(TAGS_FILES) $(LISP)
 
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
374
        unique=`for i in $$list; do \
 
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
376
          done | \
 
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
379
        test -z "$(CTAGS_ARGS)$$unique" \
 
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
381
             $$unique
 
382
 
 
383
GTAGS:
 
384
        here=`$(am__cd) $(top_builddir) && pwd` \
 
385
          && $(am__cd) $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) "$$here"
 
387
 
 
388
distclean-tags:
 
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
390
 
 
391
distdir: $(DISTFILES)
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
394
        list='$(DISTFILES)'; \
 
395
          dist_files=`for file in $$list; do echo $$file; done | \
 
396
          sed -e "s|^$$srcdirstrip/||;t" \
 
397
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
398
        case $$dist_files in \
 
399
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
400
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
401
                           sort -u` ;; \
 
402
        esac; \
 
403
        for file in $$dist_files; do \
 
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
405
          if test -d $$d/$$file; then \
 
406
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
407
            if test -d "$(distdir)/$$file"; then \
 
408
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
409
            fi; \
 
410
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
411
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
412
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
413
            fi; \
 
414
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
415
          else \
 
416
            test -f "$(distdir)/$$file" \
 
417
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
418
            || exit 1; \
 
419
          fi; \
 
420
        done
 
421
check-am: all-am
 
422
check: check-am
 
423
all-am: Makefile $(LIBRARIES) $(DATA)
 
424
installdirs:
 
425
        for dir in "$(DESTDIR)$(avrdir)"; do \
 
426
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
427
        done
 
428
install: install-am
 
429
install-exec: install-exec-am
 
430
install-data: install-data-am
 
431
uninstall: uninstall-am
 
432
 
 
433
install-am: all-am
 
434
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
435
 
 
436
installcheck: installcheck-am
 
437
install-strip:
 
438
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
439
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
440
          `test -z '$(STRIP)' || \
 
441
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
442
mostlyclean-generic:
 
443
 
 
444
clean-generic:
 
445
 
 
446
distclean-generic:
 
447
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
448
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
449
 
 
450
maintainer-clean-generic:
 
451
        @echo "This command is intended for maintainers to use"
 
452
        @echo "it deletes files that may require special tools to rebuild."
 
453
clean: clean-am
 
454
 
 
455
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
456
 
 
457
distclean: distclean-am
 
458
        -rm -rf ./$(DEPDIR)
 
459
        -rm -f Makefile
 
460
distclean-am: clean-am distclean-compile distclean-generic \
 
461
        distclean-tags
 
462
 
 
463
dvi: dvi-am
 
464
 
 
465
dvi-am:
 
466
 
 
467
html: html-am
 
468
 
 
469
html-am:
 
470
 
 
471
info: info-am
 
472
 
 
473
info-am:
 
474
 
 
475
install-data-am: install-avrDATA
 
476
 
 
477
install-dvi: install-dvi-am
 
478
 
 
479
install-dvi-am:
 
480
 
 
481
install-exec-am:
 
482
 
 
483
install-html: install-html-am
 
484
 
 
485
install-html-am:
 
486
 
 
487
install-info: install-info-am
 
488
 
 
489
install-info-am:
 
490
 
 
491
install-man:
 
492
 
 
493
install-pdf: install-pdf-am
 
494
 
 
495
install-pdf-am:
 
496
 
 
497
install-ps: install-ps-am
 
498
 
 
499
install-ps-am:
 
500
 
 
501
installcheck-am:
 
502
 
 
503
maintainer-clean: maintainer-clean-am
 
504
        -rm -rf ./$(DEPDIR)
 
505
        -rm -f Makefile
 
506
maintainer-clean-am: distclean-am maintainer-clean-generic
 
507
 
 
508
mostlyclean: mostlyclean-am
 
509
 
 
510
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
511
 
 
512
pdf: pdf-am
 
513
 
 
514
pdf-am:
 
515
 
 
516
ps: ps-am
 
517
 
 
518
ps-am:
 
519
 
 
520
uninstall-am: uninstall-avrDATA
 
521
 
 
522
.MAKE: install-am install-strip
 
523
 
 
524
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
525
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
526
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
527
        html-am info info-am install install-am install-avrDATA \
 
528
        install-data install-data-am install-dvi install-dvi-am \
 
529
        install-exec install-exec-am install-html install-html-am \
 
530
        install-info install-info-am install-man install-pdf \
 
531
        install-pdf-am install-ps install-ps-am install-strip \
 
532
        installcheck installcheck-am installdirs maintainer-clean \
 
533
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
534
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
535
        uninstall-am uninstall-avrDATA
 
536
 
 
537
 
 
538
@HAS_attiny4_TRUE@$(AVR_TARGET_CRT): gcrt1.o
 
539
@HAS_attiny4_TRUE@      rm -f $@
 
540
@HAS_attiny4_TRUE@      ln $< $@ || cp $< $@
 
541
 
 
542
@HAS_attiny4_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
543
 
 
544
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
545
# Otherwise a system limit (for SysV at least) may be exceeded.
 
546
.NOEXPORT: