~ubuntu-branches/ubuntu/saucy/libpwquality/saucy

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Iain Lane, Michael Biebl
  • Date: 2013-05-25 08:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130525080437-whpk2a9hdorhcut2
Tags: 1.2.1-1
[ Iain Lane ]
* Pass python version correctly 

[ Michael Biebl ]
* Upload to unstable.
* New upstream release.
* Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.
* Split off the man page and configuration file from libpwquality1 into a new
  binary package named libpwquality-common and make libpwquality1 depend on
  it.
* With those files split off, mark the packages as multi-arch enabled.
* Bump Standards-Version to 3.9.4. No further changes.

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.
21
21
#
22
22
 
23
23
VPATH = @srcdir@
 
24
am__make_dryrun = \
 
25
  { \
 
26
    am__dry=no; \
 
27
    case $$MAKEFLAGS in \
 
28
      *\\[\ \   ]*) \
 
29
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
30
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
31
      *) \
 
32
        for am__flg in $$MAKEFLAGS; do \
 
33
          case $$am__flg in \
 
34
            *=*|--*) ;; \
 
35
            *n*) am__dry=yes; break;; \
 
36
          esac; \
 
37
        done;; \
 
38
    esac; \
 
39
    test $$am__dry = yes; \
 
40
  }
24
41
pkgdatadir = $(datadir)/@PACKAGE@
25
42
pkgincludedir = $(includedir)/@PACKAGE@
26
43
pkglibdir = $(libdir)/@PACKAGE@
77
94
am__base_list = \
78
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
97
am__uninstall_files_from_dir = { \
 
98
  test -z "$$files" \
 
99
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
100
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
101
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
102
  }
80
103
am__installdirs = "$(DESTDIR)$(pythonsitedir)"
81
104
SCRIPTS = $(pythonsite_SCRIPTS)
82
105
SOURCES =
83
106
DIST_SOURCES =
 
107
am__can_run_installinfo = \
 
108
  case $$AM_UPDATE_INFO_DIR in \
 
109
    n|no|NO) false;; \
 
110
    *) (install-info --version) >/dev/null 2>&1;; \
 
111
  esac
84
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
113
ACLOCAL = @ACLOCAL@
86
114
AMTAR = @AMTAR@
106
134
EGREP = @EGREP@
107
135
EXEEXT = @EXEEXT@
108
136
FGREP = @FGREP@
109
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
110
137
GMSGFMT = @GMSGFMT@
111
138
GMSGFMT_015 = @GMSGFMT_015@
112
139
GREP = @GREP@
168
195
VERSION = @VERSION@
169
196
XGETTEXT = @XGETTEXT@
170
197
XGETTEXT_015 = @XGETTEXT_015@
171
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
172
198
abs_builddir = @abs_builddir@
173
199
abs_srcdir = @abs_srcdir@
174
200
abs_top_builddir = @abs_top_builddir@
261
287
$(am__aclocal_m4_deps):
262
288
install-pythonsiteSCRIPTS: $(pythonsite_SCRIPTS)
263
289
        @$(NORMAL_INSTALL)
264
 
        test -z "$(pythonsitedir)" || $(MKDIR_P) "$(DESTDIR)$(pythonsitedir)"
265
290
        @list='$(pythonsite_SCRIPTS)'; test -n "$(pythonsitedir)" || list=; \
 
291
        if test -n "$$list"; then \
 
292
          echo " $(MKDIR_P) '$(DESTDIR)$(pythonsitedir)'"; \
 
293
          $(MKDIR_P) "$(DESTDIR)$(pythonsitedir)" || exit 1; \
 
294
        fi; \
266
295
        for p in $$list; do \
267
296
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
268
297
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
290
319
        @list='$(pythonsite_SCRIPTS)'; test -n "$(pythonsitedir)" || exit 0; \
291
320
        files=`for p in $$list; do echo "$$p"; done | \
292
321
               sed -e 's,.*/,,;$(transform)'`; \
293
 
        test -n "$$list" || exit 0; \
294
 
        echo " ( cd '$(DESTDIR)$(pythonsitedir)' && rm -f" $$files ")"; \
295
 
        cd "$(DESTDIR)$(pythonsitedir)" && rm -f $$files
 
322
        dir='$(DESTDIR)$(pythonsitedir)'; $(am__uninstall_files_from_dir)
296
323
 
297
324
mostlyclean-libtool:
298
325
        -rm -f *.lo
353
380
 
354
381
installcheck: installcheck-am
355
382
install-strip:
356
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
357
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
358
 
          `test -z '$(STRIP)' || \
359
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
383
        if test -z '$(STRIP)'; then \
 
384
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
385
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
386
              install; \
 
387
        else \
 
388
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
389
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
390
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
391
        fi
360
392
mostlyclean-generic:
361
393
 
362
394
clean-generic:
452
484
 
453
485
 
454
486
pwquality.so: ../src/pwquality.h pwquality.c setup.py
455
 
        python setup.py build --build-lib=.
 
487
        CFLAGS="${CFLAGS} -fno-strict-aliasing" python setup.py build --build-lib=.
456
488
 
457
489
# Tell versions [3.59,3.63) of GNU make to not export all variables.
458
490
# Otherwise a system limit (for SysV at least) may be exceeded.