~vibhavp/ubuntu/saucy/cdebootstrap/merge-from-debian

« back to all changes in this revision

Viewing changes to src/frontend/Makefile.in

  • Committer: Andrew Starr-Bochicchio
  • Date: 2012-11-29 16:45:16 UTC
  • mfrom: (18.1.1 cdebootstrap)
  • Revision ID: a.starr.b@gmail.com-20121129164516-aryao3z86piscnhr
MergeĀ lp:~obounaim/ubuntu/raring/cdebootstrap/debian-merge

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.5 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.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
53
70
        install-pdf-recursive install-ps-recursive install-recursive \
54
71
        installcheck-recursive installdirs-recursive pdf-recursive \
55
72
        ps-recursive uninstall-recursive
 
73
am__can_run_installinfo = \
 
74
  case $$AM_UPDATE_INFO_DIR in \
 
75
    n|no|NO) false;; \
 
76
    *) (install-info --version) >/dev/null 2>&1;; \
 
77
  esac
56
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
79
  distclean-recursive maintainer-clean-recursive
58
80
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
391
413
        done
392
414
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
393
415
          if test "$$subdir" = .; then :; else \
394
 
            test -d "$(distdir)/$$subdir" \
395
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
396
 
            || exit 1; \
397
 
          fi; \
398
 
        done
399
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
400
 
          if test "$$subdir" = .; then :; else \
 
416
            $(am__make_dryrun) \
 
417
              || test -d "$(distdir)/$$subdir" \
 
418
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
419
              || exit 1; \
401
420
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
402
421
            $(am__relativize); \
403
422
            new_distdir=$$reldir; \
432
451
 
433
452
installcheck: installcheck-recursive
434
453
install-strip:
435
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437
 
          `test -z '$(STRIP)' || \
438
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
454
        if test -z '$(STRIP)'; then \
 
455
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
456
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
457
              install; \
 
458
        else \
 
459
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
460
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
461
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
462
        fi
439
463
mostlyclean-generic:
440
464
 
441
465
clean-generic: