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

« back to all changes in this revision

Viewing changes to avr/lib/avr5/atmega645p/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-10 16:46:05 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110710164605-ep63eoyyxuspbxwt
Tags: 1:1.7.1-1
* New upstream release (closes: #626119)
* Now build-depends on doxygen-latex (closes: #616199)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
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
# Inc.
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.
15
16
@SET_MAKE@
16
17
 
17
18
# 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 $
 
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.
78
46
#
79
47
 
80
48
 
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
95
64
POST_UNINSTALL = :
96
65
build_triplet = @build@
97
66
host_triplet = @host@
98
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
99
 
        $(top_srcdir)/AvrCommon.am
100
67
subdir = avr/lib/avr5/atmega645p
 
68
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
101
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102
70
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
103
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105
73
mkinstalldirs = $(install_sh) -d
106
74
CONFIG_HEADER = $(top_builddir)/config.h
107
75
CONFIG_CLEAN_FILES =
 
76
CONFIG_CLEAN_VPATH_FILES =
108
77
LIBRARIES = $(noinst_LIBRARIES)
109
78
ARFLAGS = cru
110
79
libcrt_a_AR = $(AR) $(ARFLAGS)
114
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
117
87
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
119
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
97
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128
98
    *) f=$$p;; \
129
99
  esac;
130
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
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'
131
116
am__installdirs = "$(DESTDIR)$(avrdir)"
132
 
avrDATA_INSTALL = $(INSTALL_DATA)
133
117
DATA = $(avr_DATA)
134
118
ETAGS = etags
135
119
CTAGS = ctags
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@
139
123
AMTAR = @AMTAR@
140
124
AR = @AR@
167
151
ECHO_T = @ECHO_T@
168
152
EXEEXT = @EXEEXT@
169
153
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
154
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
170
155
INSTALL = @INSTALL@
171
156
INSTALL_DATA = @INSTALL_DATA@
172
157
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
188
173
PACKAGE_NAME = @PACKAGE_NAME@
189
174
PACKAGE_STRING = @PACKAGE_STRING@
190
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_URL = @PACKAGE_URL@
191
177
PACKAGE_VERSION = @PACKAGE_VERSION@
192
178
PATH_SEPARATOR = @PATH_SEPARATOR@
193
179
PNGTOPNM = @PNGTOPNM@
246
232
srcdir = @srcdir@
247
233
sysconfdir = @sysconfdir@
248
234
target_alias = @target_alias@
 
235
top_build_prefix = @top_build_prefix@
249
236
top_builddir = @top_builddir@
250
237
top_srcdir = @top_srcdir@
251
238
AVR_TARGET = atmega645p
269
256
 
270
257
.SUFFIXES:
271
258
.SUFFIXES: .S .o .obj
272
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
 
259
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
273
260
        @for dep in $?; do \
274
261
          case '$(am__configure_deps)' in \
275
262
            *$$dep*) \
276
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
277
 
                && exit 0; \
 
263
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
264
                && { if test -f $@; then exit 0; else break; fi; }; \
278
265
              exit 1;; \
279
266
          esac; \
280
267
        done; \
281
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avr/lib/avr5/atmega645p/Makefile'; \
282
 
        cd $(top_srcdir) && \
283
 
          $(AUTOMAKE) --foreign  avr/lib/avr5/atmega645p/Makefile
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega645p/Makefile'; \
 
269
        $(am__cd) $(top_srcdir) && \
 
270
          $(AUTOMAKE) --foreign avr/lib/avr5/atmega645p/Makefile
284
271
.PRECIOUS: Makefile
285
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286
273
        @case '$?' in \
298
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
286
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
300
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(am__aclocal_m4_deps):
301
289
 
302
290
clean-noinstLIBRARIES:
303
291
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
316
304
 
317
305
.S.o:
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 $@ $<
323
311
 
324
312
.S.obj:
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; \
335
 
          f=$(am__strip_dir) \
336
 
          echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
337
 
          $(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
 
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 $$?; \
338
329
        done
339
330
 
340
331
uninstall-avrDATA:
341
332
        @$(NORMAL_UNINSTALL)
342
 
        @list='$(avr_DATA)'; for p in $$list; do \
343
 
          f=$(am__strip_dir) \
344
 
          echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
345
 
          rm -f "$(DESTDIR)$(avrdir)/$$f"; \
346
 
        done
 
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
347
338
 
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; \
352
343
          done | \
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
356
347
tags: TAGS
357
348
 
358
349
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
350
                $(TAGS_FILES) $(LISP)
360
 
        tags=; \
 
351
        set x; \
361
352
        here=`pwd`; \
362
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363
354
        unique=`for i in $$list; do \
365
356
          done | \
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 \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369
361
          test -n "$$unique" || unique=$$empty_fix; \
370
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371
 
            $$tags $$unique; \
 
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; \
372
369
        fi
373
370
ctags: CTAGS
374
371
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
372
                $(TAGS_FILES) $(LISP)
376
 
        tags=; \
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; \
380
376
          done | \
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) \
385
 
             $$tags $$unique
 
381
             $$unique
386
382
 
387
383
GTAGS:
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"
391
387
 
392
388
distclean-tags:
393
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409
405
          if test -d $$d/$$file; then \
410
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; \
411
410
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
411
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
412
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
413
413
            fi; \
414
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
414
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
415
415
          else \
416
 
            test -f $(distdir)/$$file \
417
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
416
            test -f "$(distdir)/$$file" \
 
417
            || cp -p $$d/$$file "$(distdir)/$$file" \
418
418
            || exit 1; \
419
419
          fi; \
420
420
        done
445
445
 
446
446
distclean-generic:
447
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)
448
449
 
449
450
maintainer-clean-generic:
450
451
        @echo "This command is intended for maintainers to use"
465
466
 
466
467
html: html-am
467
468
 
 
469
html-am:
 
470
 
468
471
info: info-am
469
472
 
470
473
info-am:
473
476
 
474
477
install-dvi: install-dvi-am
475
478
 
 
479
install-dvi-am:
 
480
 
476
481
install-exec-am:
477
482
 
478
483
install-html: install-html-am
479
484
 
 
485
install-html-am:
 
486
 
480
487
install-info: install-info-am
481
488
 
 
489
install-info-am:
 
490
 
482
491
install-man:
483
492
 
484
493
install-pdf: install-pdf-am
485
494
 
 
495
install-pdf-am:
 
496
 
486
497
install-ps: install-ps-am
487
498
 
 
499
install-ps-am:
 
500
 
488
501
installcheck-am:
489
502
 
490
503
maintainer-clean: maintainer-clean-am
526
539
@HAS_atmega645p_TRUE@   rm -f $@
527
540
@HAS_atmega645p_TRUE@   ln $< $@ || cp $< $@
528
541
 
529
 
# NOTE: Automake will be performing the following include, not GNU Make.
530
 
# Automake will also be scanning the included file.
531
 
 
532
542
@HAS_atmega645p_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
543
 
533
544
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
545
# Otherwise a system limit (for SysV at least) may be exceeded.
535
546
.NOEXPORT: