~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to etc/byobu/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2012-03-12 00:57:42 UTC
  • mfrom: (0.6.1) (0.1.176 precise)
  • Revision ID: package-import@ubuntu.com-20120312005742-barjtu40fv60w64m
Tags: 5.16-1
Syncing from Ubuntu.

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.
64
64
am__base_list = \
65
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
67
am__uninstall_files_from_dir = { \
 
68
  test -z "$$files" \
 
69
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
70
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
71
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
72
  }
67
73
am__installdirs = "$(DESTDIR)$(etcdir)"
68
74
DATA = $(etc_DATA)
69
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192
198
        @$(NORMAL_UNINSTALL)
193
199
        @list='$(etc_DATA)'; test -n "$(etcdir)" || list=; \
194
200
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
195
 
        test -n "$$files" || exit 0; \
196
 
        echo " ( cd '$(DESTDIR)$(etcdir)' && rm -f" $$files ")"; \
197
 
        cd "$(DESTDIR)$(etcdir)" && rm -f $$files
 
201
        dir='$(DESTDIR)$(etcdir)'; $(am__uninstall_files_from_dir)
198
202
tags: TAGS
199
203
TAGS:
200
204
 
249
253
 
250
254
installcheck: installcheck-am
251
255
install-strip:
252
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
253
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
254
 
          `test -z '$(STRIP)' || \
255
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
256
        if test -z '$(STRIP)'; then \
 
257
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
258
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
259
              install; \
 
260
        else \
 
261
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
262
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
263
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
264
        fi
256
265
mostlyclean-generic:
257
266
 
258
267
clean-generic: