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

« back to all changes in this revision

Viewing changes to avr/lib/avrxmega6/atxmega192a3/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091031115210-crjd42sn6ezrj52c
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

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