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

« back to all changes in this revision

Viewing changes to include/compat/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.
99
99
am__base_list = \
100
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
102
am__uninstall_files_from_dir = { \
 
103
  test -z "$$files" \
 
104
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
105
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
106
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
107
  }
102
108
am__installdirs = "$(DESTDIR)$(avrdir)"
103
109
HEADERS = $(avr_HEADERS)
104
110
ETAGS = etags
276
282
        @$(NORMAL_UNINSTALL)
277
283
        @list='$(avr_HEADERS)'; test -n "$(avrdir)" || list=; \
278
284
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
279
 
        test -n "$$files" || exit 0; \
280
 
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f" $$files ")"; \
281
 
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
 
285
        dir='$(DESTDIR)$(avrdir)'; $(am__uninstall_files_from_dir)
282
286
 
283
287
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284
288
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379
383
 
380
384
installcheck: installcheck-am
381
385
install-strip:
382
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
383
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
384
 
          `test -z '$(STRIP)' || \
385
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
386
        if test -z '$(STRIP)'; then \
 
387
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
388
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
389
              install; \
 
390
        else \
 
391
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
392
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
393
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
394
        fi
386
395
mostlyclean-generic:
387
396
 
388
397
clean-generic: