~ubuntu-branches/ubuntu/quantal/avr-libc/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Hakan Ardo
  • Date: 2012-05-23 10:30:07 UTC
  • mfrom: (1.1.11) (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120523103007-h7u5fhm6n13wds9e
Tags: 1:1.8.0-2
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
113
113
am__base_list = \
114
114
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115
115
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
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
  }
116
122
am__installdirs = "$(DESTDIR)$(avrdir)"
117
123
DATA = $(avr_DATA)
118
124
ETAGS = etags
289
295
 
290
296
clean-noinstLIBRARIES:
291
297
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
292
 
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES) 
 
298
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES) $(EXTRA_libcrt_a_DEPENDENCIES) 
293
299
        -rm -f libcrt.a
294
300
        $(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
295
301
        $(RANLIB) libcrt.a
332
338
        @$(NORMAL_UNINSTALL)
333
339
        @list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
334
340
        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
 
341
        dir='$(DESTDIR)$(avrdir)'; $(am__uninstall_files_from_dir)
338
342
 
339
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340
344
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435
439
 
436
440
installcheck: installcheck-am
437
441
install-strip:
438
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440
 
          `test -z '$(STRIP)' || \
441
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
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
442
451
mostlyclean-generic:
443
452
 
444
453
clean-generic: