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
# Copyright (c) 2004, Theodore A. Roth
18
# Copyright (c) 2005, Anatoly Sokolov
18
# Copyright (c) 2008 Anatoly Sokolov
19
19
# All rights reserved.
21
21
# Redistribution and use in source and binary forms, with or without
47
47
pkgdatadir = $(datadir)/@PACKAGE@
48
pkgincludedir = $(includedir)/@PACKAGE@
48
49
pkglibdir = $(libdir)/@PACKAGE@
49
pkgincludedir = $(includedir)/@PACKAGE@
50
pkglibexecdir = $(libexecdir)/@PACKAGE@
50
51
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
52
install_sh_DATA = $(install_sh) -c -m 644
52
53
install_sh_PROGRAM = $(install_sh) -c
81
83
ps-recursive uninstall-recursive
82
84
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
83
85
distclean-recursive maintainer-clean-recursive
86
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86
91
DIST_SUBDIRS = $(SUBDIRS)
87
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96
sed_rest='s,^[^/]*/*,,'; \
97
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98
sed_butlast='s,/*[^/]*$$,,'; \
99
while test -n "$$dir1"; do \
100
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101
if test "$$first" != "."; then \
102
if test "$$first" = ".."; then \
103
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107
if test "$$first2" = "$$first"; then \
108
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112
dir0="$$dir0"/"$$first"; \
115
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88
118
ACLOCAL = @ACLOCAL@
138
169
PACKAGE_NAME = @PACKAGE_NAME@
139
170
PACKAGE_STRING = @PACKAGE_STRING@
140
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
172
PACKAGE_URL = @PACKAGE_URL@
141
173
PACKAGE_VERSION = @PACKAGE_VERSION@
142
174
PATH_SEPARATOR = @PATH_SEPARATOR@
143
175
PNGTOPNM = @PNGTOPNM@
196
228
srcdir = @srcdir@
197
229
sysconfdir = @sysconfdir@
198
230
target_alias = @target_alias@
231
top_build_prefix = @top_build_prefix@
199
232
top_builddir = @top_builddir@
200
233
top_srcdir = @top_srcdir@
201
SUBDIRS = avr2 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7
234
SUBDIRS = avr2 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega2 avrxmega4 avrxmega5 avrxmega6 avrxmega7 avrtiny10
202
235
all: all-recursive
206
239
@for dep in $?; do \
207
240
case '$(am__configure_deps)' in \
209
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
243
&& { if test -f $@; then exit 0; else break; fi; }; \
214
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/Makefile'; \
215
cd $(top_srcdir) && \
216
$(AUTOMAKE) --foreign avr/lib/Makefile
247
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/Makefile'; \
248
$(am__cd) $(top_srcdir) && \
249
$(AUTOMAKE) --foreign avr/lib/Makefile
217
250
.PRECIOUS: Makefile
218
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231
264
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
265
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
233
266
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
$(am__aclocal_m4_deps):
235
269
# This directory's subdirectories are mostly independent; you can cd
236
270
# into them and run `make' without going through this Makefile.
239
273
# (which will cause the Makefiles to be regenerated when you run `make');
240
274
# (2) otherwise, pass the desired values on the `make' command line.
241
275
$(RECURSIVE_TARGETS):
276
@fail= failcom='exit 1'; \
243
277
for f in x $$MAKEFLAGS; do \
245
279
*=* | --[!k]*);; \
291
325
local_target="$$target"; \
293
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
327
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294
328
|| eval $$failcom; \
295
329
done && test -z "$$fail"
297
331
list='$(SUBDIRS)'; for subdir in $$list; do \
298
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
332
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
301
335
list='$(SUBDIRS)'; for subdir in $$list; do \
302
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
336
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
305
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307
341
unique=`for i in $$list; do \
308
342
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
344
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311
345
END { if (nonempty) { for (i in files) print i; }; }'`; \
312
346
mkid -fID $$unique
315
349
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
316
350
$(TAGS_FILES) $(LISP)
319
353
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320
354
include_option=--etags-include; \
326
360
list='$(SUBDIRS)'; for subdir in $$list; do \
327
361
if test "$$subdir" = .; then :; else \
328
362
test ! -f $$subdir/TAGS || \
329
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
363
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
332
366
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336
370
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337
371
END { if (nonempty) { for (i in files) print i; }; }'`; \
338
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
373
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
339
374
test -n "$$unique" || unique=$$empty_fix; \
340
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
if test $$# -gt 0; then \
376
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344
384
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
345
385
$(TAGS_FILES) $(LISP)
347
386
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348
387
unique=`for i in $$list; do \
349
388
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
390
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
391
END { if (nonempty) { for (i in files) print i; }; }'`; \
353
test -z "$(CTAGS_ARGS)$$tags$$unique" \
392
test -z "$(CTAGS_ARGS)$$unique" \
354
393
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
397
here=`$(am__cd) $(top_builddir) && pwd` \
359
&& cd $(top_srcdir) \
360
&& gtags -i $(GTAGS_ARGS) $$here
398
&& $(am__cd) $(top_srcdir) \
399
&& gtags -i $(GTAGS_ARGS) "$$here"
363
402
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
417
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379
418
if test -d $$d/$$file; then \
380
419
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
420
if test -d "$(distdir)/$$file"; then \
421
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381
423
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
382
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
424
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
425
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
384
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
427
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
386
test -f $(distdir)/$$file \
387
|| cp -p $$d/$$file $(distdir)/$$file \
429
test -f "$(distdir)/$$file" \
430
|| cp -p $$d/$$file "$(distdir)/$$file" \
391
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
434
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
392
435
if test "$$subdir" = .; then :; else \
393
436
test -d "$(distdir)/$$subdir" \
394
437
|| $(MKDIR_P) "$(distdir)/$$subdir" \
396
distdir=`$(am__cd) $(distdir) && pwd`; \
397
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
441
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
442
if test "$$subdir" = .; then :; else \
443
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
445
new_distdir=$$reldir; \
446
dir1=$$subdir; dir2="$(top_distdir)"; \
448
new_top_distdir=$$reldir; \
449
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
450
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
451
($(am__cd) $$subdir && \
399
452
$(MAKE) $(AM_MAKEFLAGS) \
400
top_distdir="$$top_distdir" \
401
distdir="$$distdir/$$subdir" \
453
top_distdir="$$new_top_distdir" \
454
distdir="$$new_distdir" \
402
455
am__remove_distdir=: \
403
456
am__skip_length_check=: \
457
am__skip_mode_fix=: \
431
485
distclean-generic:
432
486
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
487
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434
489
maintainer-clean-generic:
435
490
@echo "This command is intended for maintainers to use"
457
514
install-dvi: install-dvi-recursive
461
520
install-html: install-html-recursive
463
524
install-info: install-info-recursive
467
530
install-pdf: install-pdf-recursive
469
534
install-ps: install-ps-recursive
473
540
maintainer-clean: maintainer-clean-recursive
491
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
558
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
559
install-am install-strip tags-recursive
494
561
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
495
562
all all-am check check-am clean clean-generic ctags \
504
571
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
505
572
tags-recursive uninstall uninstall-am
507
575
# Tell versions [3.59,3.63) of GNU make to not export all variables.
508
576
# Otherwise a system limit (for SysV at least) may be exceeded.