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

4.1.7 by Hakan Ardo
New upstream release
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4.1.7 by Hakan Ardo
New upstream release
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
# Foundation, Inc.
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
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
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
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.
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
46
#
47
48
49
pkgdatadir = $(datadir)/@PACKAGE@
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
50
pkgincludedir = $(includedir)/@PACKAGE@
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
51
pkglibdir = $(libdir)/@PACKAGE@
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
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/avr5/atmega649p
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
68
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
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 =
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
76
CONFIG_CLEAN_VPATH_FILES =
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
77
LIBRARIES = $(noinst_LIBRARIES)
78
ARFLAGS = cru
79
libcrt_a_AR = $(AR) $(ARFLAGS)
80
libcrt_a_LIBADD =
81
@HAS_atmega649p_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
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
86
am__mv = mv -f
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
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;
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
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'
4.1.7 by Hakan Ardo
New upstream release
116
am__uninstall_files_from_dir = { \
117
  test -z "$$files" \
118
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
119
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
120
         $(am__cd) "$$dir" && rm -f $$files; }; \
121
  }
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
122
am__installdirs = "$(DESTDIR)$(avrdir)"
123
DATA = $(avr_DATA)
124
ETAGS = etags
125
CTAGS = ctags
126
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
127
VPATH = $(top_srcdir)/crt1
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
128
ACLOCAL = @ACLOCAL@
129
AMTAR = @AMTAR@
130
AR = @AR@
131
AS = @AS@
132
AUTOCONF = @AUTOCONF@
133
AUTOHEADER = @AUTOHEADER@
134
AUTOMAKE = @AUTOMAKE@
135
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
136
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
137
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
138
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
139
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
140
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
141
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
142
AWK = @AWK@
143
CC = @CC@
144
CCAS = @CCAS@
145
CCASDEPMODE = @CCASDEPMODE@
146
CCASFLAGS = @CCASFLAGS@
147
CCDEPMODE = @CCDEPMODE@
148
CFLAGS = @CFLAGS@
149
CPPFLAGS = @CPPFLAGS@
150
CYGPATH_W = @CYGPATH_W@
151
DEFS = @DEFS@
152
DEPDIR = @DEPDIR@
153
DOCSDIR = @DOCSDIR@
154
DOC_INST_DIR = @DOC_INST_DIR@
155
ECHO_C = @ECHO_C@
156
ECHO_N = @ECHO_N@
157
ECHO_T = @ECHO_T@
158
EXEEXT = @EXEEXT@
159
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
160
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
161
INSTALL = @INSTALL@
162
INSTALL_DATA = @INSTALL_DATA@
163
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
164
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
165
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
166
INSTALL_PROGRAM = @INSTALL_PROGRAM@
167
INSTALL_SCRIPT = @INSTALL_SCRIPT@
168
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169
LDFLAGS = @LDFLAGS@
170
LIBOBJS = @LIBOBJS@
171
LIBS = @LIBS@
172
LN_S = @LN_S@
173
LTLIBOBJS = @LTLIBOBJS@
174
MAKEINFO = @MAKEINFO@
175
MKDIR_P = @MKDIR_P@
176
OBJEXT = @OBJEXT@
177
PACKAGE = @PACKAGE@
178
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179
PACKAGE_NAME = @PACKAGE_NAME@
180
PACKAGE_STRING = @PACKAGE_STRING@
181
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
182
PACKAGE_URL = @PACKAGE_URL@
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
183
PACKAGE_VERSION = @PACKAGE_VERSION@
184
PATH_SEPARATOR = @PATH_SEPARATOR@
185
PNGTOPNM = @PNGTOPNM@
186
PNMTOPNG = @PNMTOPNG@
187
RANLIB = @RANLIB@
188
SET_MAKE = @SET_MAKE@
189
SHELL = @SHELL@
190
STRIP = @STRIP@
191
TARGET_DOX_HTML = @TARGET_DOX_HTML@
192
TARGET_DOX_PDF = @TARGET_DOX_PDF@
193
VERSION = @VERSION@
194
abs_builddir = @abs_builddir@
195
abs_srcdir = @abs_srcdir@
196
abs_top_builddir = @abs_top_builddir@
197
abs_top_srcdir = @abs_top_srcdir@
198
ac_ct_CC = @ac_ct_CC@
199
am__include = @am__include@
200
am__leading_dot = @am__leading_dot@
201
am__quote = @am__quote@
202
am__tar = @am__tar@
203
am__untar = @am__untar@
204
bindir = @bindir@
205
build = @build@
206
build_alias = @build_alias@
207
build_cpu = @build_cpu@
208
build_os = @build_os@
209
build_vendor = @build_vendor@
210
builddir = @builddir@
211
datadir = @datadir@
212
datarootdir = @datarootdir@
213
docdir = @docdir@
214
dvidir = @dvidir@
215
exec_prefix = @exec_prefix@
216
host = @host@
217
host_alias = @host_alias@
218
host_cpu = @host_cpu@
219
host_os = @host_os@
220
host_vendor = @host_vendor@
221
htmldir = @htmldir@
222
includedir = @includedir@
223
infodir = @infodir@
224
install_sh = @install_sh@
225
libdir = @libdir@
226
libexecdir = @libexecdir@
227
localedir = @localedir@
228
localstatedir = @localstatedir@
229
mandir = @mandir@
230
mkdir_p = @mkdir_p@
231
oldincludedir = @oldincludedir@
232
pdfdir = @pdfdir@
233
prefix = @prefix@
234
program_transform_name = @program_transform_name@
235
psdir = @psdir@
236
sbindir = @sbindir@
237
sharedstatedir = @sharedstatedir@
238
srcdir = @srcdir@
239
sysconfdir = @sysconfdir@
240
target_alias = @target_alias@
241
top_build_prefix = @top_build_prefix@
242
top_builddir = @top_builddir@
243
top_srcdir = @top_srcdir@
244
AVR_TARGET = atmega649p
245
AVR_TARGET_CRT = crtm649p.o
246
AVR_TARGET_DEFS = 
247
AVR_TARGET_CFLAGS = -mcall-prologues -Os
248
AVR_TARGET_ASFLAGS = 
249
AVR_INSTALL_DIR = avr5
250
@HAS_atmega649p_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
251
@HAS_atmega649p_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
252
@HAS_atmega649p_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
253
@HAS_atmega649p_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
254
@HAS_atmega649p_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
255
@HAS_atmega649p_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
256
@HAS_atmega649p_TRUE@avrdir = $(__install_dir)
257
@HAS_atmega649p_TRUE@avrlibdir = $(__install_dir)
258
@HAS_atmega649p_TRUE@noinst_LIBRARIES = libcrt.a
259
@HAS_atmega649p_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
260
@HAS_atmega649p_TRUE@avr_DATA = $(AVR_TARGET_CRT)
261
all: all-am
262
263
.SUFFIXES:
264
.SUFFIXES: .S .o .obj
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
265
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
266
	@for dep in $?; do \
267
	  case '$(am__configure_deps)' in \
268
	    *$$dep*) \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
269
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
270
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
271
	      exit 1;; \
272
	  esac; \
273
	done; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
274
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega649p/Makefile'; \
275
	$(am__cd) $(top_srcdir) && \
276
	  $(AUTOMAKE) --foreign avr/lib/avr5/atmega649p/Makefile
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
277
.PRECIOUS: Makefile
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
	@case '$?' in \
280
	  *config.status*) \
281
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282
	  *) \
283
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
284
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285
	esac;
286
287
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
290
$(top_srcdir)/configure:  $(am__configure_deps)
291
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
293
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
294
$(am__aclocal_m4_deps):
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
295
296
clean-noinstLIBRARIES:
297
	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
4.1.7 by Hakan Ardo
New upstream release
298
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES) $(EXTRA_libcrt_a_DEPENDENCIES) 
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
299
	-rm -f libcrt.a
300
	$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
301
	$(RANLIB) libcrt.a
302
303
mostlyclean-compile:
304
	-rm -f *.$(OBJEXT)
305
306
distclean-compile:
307
	-rm -f *.tab.c
308
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
310
311
.S.o:
312
@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
313
@am__fastdepCCAS_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
314
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
@am__fastdepCCAS_FALSE@	$(CPPASCOMPILE) -c -o $@ $<
317
318
.S.obj:
319
@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
320
@am__fastdepCCAS_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
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 $@ `$(CYGPATH_W) '$<'`
324
install-avrDATA: $(avr_DATA)
325
	@$(NORMAL_INSTALL)
326
	test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
327
	@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
328
	for p in $$list; do \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
329
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
330
	  echo "$$d$$p"; \
331
	done | $(am__base_list) | \
332
	while read files; do \
333
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avrdir)'"; \
334
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
335
	done
336
337
uninstall-avrDATA:
338
	@$(NORMAL_UNINSTALL)
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
339
	@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
340
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4.1.7 by Hakan Ardo
New upstream release
341
	dir='$(DESTDIR)$(avrdir)'; $(am__uninstall_files_from_dir)
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
342
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345
	unique=`for i in $$list; do \
346
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
	  done | \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
348
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
349
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
350
	mkid -fID $$unique
351
tags: TAGS
352
353
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354
		$(TAGS_FILES) $(LISP)
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
355
	set x; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
356
	here=`pwd`; \
357
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
358
	unique=`for i in $$list; do \
359
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
	  done | \
361
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
363
	shift; \
364
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
365
	  test -n "$$unique" || unique=$$empty_fix; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
366
	  if test $$# -gt 0; then \
367
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
	      "$$@" $$unique; \
369
	  else \
370
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371
	      $$unique; \
372
	  fi; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
373
	fi
374
ctags: CTAGS
375
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
		$(TAGS_FILES) $(LISP)
377
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378
	unique=`for i in $$list; do \
379
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
	  done | \
381
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
383
	test -z "$(CTAGS_ARGS)$$unique" \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
384
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
385
	     $$unique
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
386
387
GTAGS:
388
	here=`$(am__cd) $(top_builddir) && pwd` \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
389
	  && $(am__cd) $(top_srcdir) \
390
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
391
392
distclean-tags:
393
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
395
distdir: $(DISTFILES)
396
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398
	list='$(DISTFILES)'; \
399
	  dist_files=`for file in $$list; do echo $$file; done | \
400
	  sed -e "s|^$$srcdirstrip/||;t" \
401
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
402
	case $$dist_files in \
403
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
404
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
405
			   sort -u` ;; \
406
	esac; \
407
	for file in $$dist_files; do \
408
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409
	  if test -d $$d/$$file; then \
410
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
411
	    if test -d "$(distdir)/$$file"; then \
412
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
413
	    fi; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
414
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
415
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
416
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
417
	    fi; \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
418
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
419
	  else \
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
420
	    test -f "$(distdir)/$$file" \
421
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
422
	    || exit 1; \
423
	  fi; \
424
	done
425
check-am: all-am
426
check: check-am
427
all-am: Makefile $(LIBRARIES) $(DATA)
428
installdirs:
429
	for dir in "$(DESTDIR)$(avrdir)"; do \
430
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
431
	done
432
install: install-am
433
install-exec: install-exec-am
434
install-data: install-data-am
435
uninstall: uninstall-am
436
437
install-am: all-am
438
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
439
440
installcheck: installcheck-am
441
install-strip:
4.1.7 by Hakan Ardo
New upstream release
442
	if test -z '$(STRIP)'; then \
443
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
444
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
445
	      install; \
446
	else \
447
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
450
	fi
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
451
mostlyclean-generic:
452
453
clean-generic:
454
455
distclean-generic:
456
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
457
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
458
459
maintainer-clean-generic:
460
	@echo "This command is intended for maintainers to use"
461
	@echo "it deletes files that may require special tools to rebuild."
462
clean: clean-am
463
464
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
465
466
distclean: distclean-am
467
	-rm -rf ./$(DEPDIR)
468
	-rm -f Makefile
469
distclean-am: clean-am distclean-compile distclean-generic \
470
	distclean-tags
471
472
dvi: dvi-am
473
474
dvi-am:
475
476
html: html-am
477
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
478
html-am:
479
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
480
info: info-am
481
482
info-am:
483
484
install-data-am: install-avrDATA
485
486
install-dvi: install-dvi-am
487
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
488
install-dvi-am:
489
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
490
install-exec-am:
491
492
install-html: install-html-am
493
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
494
install-html-am:
495
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
496
install-info: install-info-am
497
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
498
install-info-am:
499
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
500
install-man:
501
502
install-pdf: install-pdf-am
503
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
504
install-pdf-am:
505
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
506
install-ps: install-ps-am
507
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
508
install-ps-am:
509
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
510
installcheck-am:
511
512
maintainer-clean: maintainer-clean-am
513
	-rm -rf ./$(DEPDIR)
514
	-rm -f Makefile
515
maintainer-clean-am: distclean-am maintainer-clean-generic
516
517
mostlyclean: mostlyclean-am
518
519
mostlyclean-am: mostlyclean-compile mostlyclean-generic
520
521
pdf: pdf-am
522
523
pdf-am:
524
525
ps: ps-am
526
527
ps-am:
528
529
uninstall-am: uninstall-avrDATA
530
531
.MAKE: install-am install-strip
532
533
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
534
	clean-noinstLIBRARIES ctags distclean distclean-compile \
535
	distclean-generic distclean-tags distdir dvi dvi-am html \
536
	html-am info info-am install install-am install-avrDATA \
537
	install-data install-data-am install-dvi install-dvi-am \
538
	install-exec install-exec-am install-html install-html-am \
539
	install-info install-info-am install-man install-pdf \
540
	install-pdf-am install-ps install-ps-am install-strip \
541
	installcheck installcheck-am installdirs maintainer-clean \
542
	maintainer-clean-generic mostlyclean mostlyclean-compile \
543
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
544
	uninstall-am uninstall-avrDATA
545
546
547
@HAS_atmega649p_TRUE@$(AVR_TARGET_CRT): gcrt1.o
548
@HAS_atmega649p_TRUE@	rm -f $@
549
@HAS_atmega649p_TRUE@	ln $< $@ || cp $< $@
550
551
@HAS_atmega649p_FALSE@echo all distdir install installdirs clean distclean uninstall check:
1.2.4 by Hakan Ardo
Import upstream version 1.7.1
552
1.2.3 by Hakan Ardo
Import upstream version 1.6.8
553
# Tell versions [3.59,3.63) of GNU make to not export all variables.
554
# Otherwise a system limit (for SysV at least) may be exceeded.
555
.NOEXPORT: