1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
# Copyright (c) 2004, Theodore A. Roth
18
# Copyright (c) 2005, Anatoly Sokolov
19
# All rights reserved.
21
# Redistribution and use in source and binary forms, with or without
22
# modification, are permitted provided that the following conditions are met:
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
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.
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.
49
# Copyright (c) 2004, Theodore A. Roth
50
# All rights reserved.
52
# Redistribution and use in source and binary forms, with or without
53
# modification, are permitted provided that the following conditions are met:
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
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.
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.
77
# $Id: AvrCommon.am,v 1.4.2.1 2008/08/20 16:08:39 arcanum Exp $
19
# Copyright (c) 2005, 2008 Anatoly Sokolov
20
# All rights reserved.
22
# Redistribution and use in source and binary forms, with or without
23
# modification, are permitted provided that the following conditions are met:
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
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.
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.
81
49
pkgdatadir = $(datadir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
82
51
pkglibdir = $(libdir)/@PACKAGE@
83
pkgincludedir = $(includedir)/@PACKAGE@
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
84
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85
54
install_sh_DATA = $(install_sh) -c -m 644
86
55
install_sh_PROGRAM = $(install_sh) -c
127
97
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
100
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102
am__nobase_strip_setup = \
103
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
114
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131
116
am__installdirs = "$(DESTDIR)$(avrdir)"
132
avrDATA_INSTALL = $(INSTALL_DATA)
133
117
DATA = $(avr_DATA)
136
120
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
121
VPATH = $(top_srcdir)/crt1
138
122
ACLOCAL = @ACLOCAL@
318
306
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320
308
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
309
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
310
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
325
313
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
326
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327
315
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
316
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
317
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
330
318
install-avrDATA: $(avr_DATA)
331
319
@$(NORMAL_INSTALL)
332
320
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
333
@list='$(avr_DATA)'; for p in $$list; do \
321
@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
322
for p in $$list; do \
334
323
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
337
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
325
done | $(am__base_list) | \
326
while read files; do \
327
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avrdir)'"; \
328
$(INSTALL_DATA) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
340
331
uninstall-avrDATA:
341
332
@$(NORMAL_UNINSTALL)
342
@list='$(avr_DATA)'; for p in $$list; do \
344
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
345
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
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
348
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
340
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
341
unique=`for i in $$list; do \
351
342
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
344
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354
345
END { if (nonempty) { for (i in files) print i; }; }'`; \
355
346
mkid -fID $$unique
358
349
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
359
350
$(TAGS_FILES) $(LISP)
362
353
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363
354
unique=`for i in $$list; do \
366
357
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
358
END { if (nonempty) { for (i in files) print i; }; }'`; \
368
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
360
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369
361
test -n "$$unique" || unique=$$empty_fix; \
370
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362
if test $$# -gt 0; then \
363
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
371
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375
372
$(TAGS_FILES) $(LISP)
377
373
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378
374
unique=`for i in $$list; do \
379
375
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
377
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
378
END { if (nonempty) { for (i in files) print i; }; }'`; \
383
test -z "$(CTAGS_ARGS)$$tags$$unique" \
379
test -z "$(CTAGS_ARGS)$$unique" \
384
380
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
384
here=`$(am__cd) $(top_builddir) && pwd` \
389
&& cd $(top_srcdir) \
390
&& gtags -i $(GTAGS_ARGS) $$here
385
&& $(am__cd) $(top_srcdir) \
386
&& gtags -i $(GTAGS_ARGS) "$$here"
393
389
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags