~ubuntu-branches/ubuntu/raring/trousers/raring-proposed

« back to all changes in this revision

Viewing changes to src/include/Makefile.in

  • Committer: Logan Rosen
  • Date: 2012-11-30 16:31:54 UTC
  • mfrom: (0.1.25 sid)
  • Revision ID: logatronico@gmail.com-20121130163154-jllqpry4lo24ol6p
* Merge from Debian unstable. Remaining changes:
  - debian/trousers.postinst: Reload udev rules to reload new users and
    groups.
* Dropped Ubuntu change in debian/trousers.prerm to make remove work,
  as Debian made a different one with the same goal that works as well.
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools
* Fix regression introduced in previous patch, preventing removal
  (Closes: #680375)

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.6 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.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
48
65
CONFIG_CLEAN_VPATH_FILES =
49
66
SOURCES =
50
67
DIST_SOURCES =
 
68
am__can_run_installinfo = \
 
69
  case $$AM_UPDATE_INFO_DIR in \
 
70
    n|no|NO) false;; \
 
71
    *) (install-info --version) >/dev/null 2>&1;; \
 
72
  esac
51
73
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
74
am__vpath_adj = case $$p in \
53
75
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69
91
am__base_list = \
70
92
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71
93
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
94
am__uninstall_files_from_dir = { \
 
95
  test -z "$$files" \
 
96
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
97
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
98
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
99
  }
72
100
am__installdirs = "$(DESTDIR)$(trousersincludedir)" \
73
101
        "$(DESTDIR)$(tssincludedir)"
74
102
HEADERS = $(noinst_HEADERS) $(trousersinclude_HEADERS) \
286
314
        -rm -rf .libs _libs
287
315
install-trousersincludeHEADERS: $(trousersinclude_HEADERS)
288
316
        @$(NORMAL_INSTALL)
289
 
        test -z "$(trousersincludedir)" || $(MKDIR_P) "$(DESTDIR)$(trousersincludedir)"
290
317
        @list='$(trousersinclude_HEADERS)'; test -n "$(trousersincludedir)" || list=; \
 
318
        if test -n "$$list"; then \
 
319
          echo " $(MKDIR_P) '$(DESTDIR)$(trousersincludedir)'"; \
 
320
          $(MKDIR_P) "$(DESTDIR)$(trousersincludedir)" || exit 1; \
 
321
        fi; \
291
322
        for p in $$list; do \
292
323
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
293
324
          echo "$$d$$p"; \
301
332
        @$(NORMAL_UNINSTALL)
302
333
        @list='$(trousersinclude_HEADERS)'; test -n "$(trousersincludedir)" || list=; \
303
334
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
304
 
        test -n "$$files" || exit 0; \
305
 
        echo " ( cd '$(DESTDIR)$(trousersincludedir)' && rm -f" $$files ")"; \
306
 
        cd "$(DESTDIR)$(trousersincludedir)" && rm -f $$files
 
335
        dir='$(DESTDIR)$(trousersincludedir)'; $(am__uninstall_files_from_dir)
307
336
install-tssincludeHEADERS: $(tssinclude_HEADERS)
308
337
        @$(NORMAL_INSTALL)
309
 
        test -z "$(tssincludedir)" || $(MKDIR_P) "$(DESTDIR)$(tssincludedir)"
310
338
        @list='$(tssinclude_HEADERS)'; test -n "$(tssincludedir)" || list=; \
 
339
        if test -n "$$list"; then \
 
340
          echo " $(MKDIR_P) '$(DESTDIR)$(tssincludedir)'"; \
 
341
          $(MKDIR_P) "$(DESTDIR)$(tssincludedir)" || exit 1; \
 
342
        fi; \
311
343
        for p in $$list; do \
312
344
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
313
345
          echo "$$d$$p"; \
321
353
        @$(NORMAL_UNINSTALL)
322
354
        @list='$(tssinclude_HEADERS)'; test -n "$(tssincludedir)" || list=; \
323
355
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
324
 
        test -n "$$files" || exit 0; \
325
 
        echo " ( cd '$(DESTDIR)$(tssincludedir)' && rm -f" $$files ")"; \
326
 
        cd "$(DESTDIR)$(tssincludedir)" && rm -f $$files
 
356
        dir='$(DESTDIR)$(tssincludedir)'; $(am__uninstall_files_from_dir)
327
357
 
328
358
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
329
359
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424
454
 
425
455
installcheck: installcheck-am
426
456
install-strip:
427
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429
 
          `test -z '$(STRIP)' || \
430
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
457
        if test -z '$(STRIP)'; then \
 
458
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
459
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
460
              install; \
 
461
        else \
 
462
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
463
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
464
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
465
        fi
431
466
mostlyclean-generic:
432
467
 
433
468
clean-generic: