~ubuntu-branches/ubuntu/precise/rpm/precise

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-12-21 17:49:23 UTC
  • Revision ID: james.westby@ubuntu.com-20081221174923-k9du2lfj9cotahku
Tags: 4.4.2.3-2
* Remove Anand Kumria from Uploader; thanks for your work!
* Add Vcs-Git and Vcs-Browser fields.
* Wrap build-deps and deps.
* Bump Standards-Version to 3.8.0.
* Drop obsolete debian/pycompat.
* Add debian/gbp.conf for git-buildpackage.
* New patch, 22_spelling-fixes, fixes typo in doc/rpm.8 man page; from
  Ubuntu; LP: #73355.
* Refresh patches 02-hkp-disable, 09-prereq, 14-work-on-debian64,
  17-dont-be-redhat, 21-kfreebsd to apply cleanly.
* Drop source-contains-CVS-dir lintian overrides as we use tarballs and we
  should make dist a tarball or at least a CVS export if we pull a snapshot.
* Build-dep on autotools-dev and drop outdated-autotools-helper-file lintian
  overrides.
* New patch, 40_fix-zlib-include-in-file, fixes zlib -I flag breaking the
  build of the internal "file" copy when relibtoolized.
* New patch, 50_internal-popt-config-flag, adds a --with-internal-popt
  configure flag to allow forcing the use of an external popt.
* New patch, 68_autogen-fixes, calls "autoreconf -fi" instead of
  ./autogen.sh in file/ and cleans up some junk files after the autogens
  (autom4te.cache and ~ backups).
* New patch, 70_autogen, run ./autogen --noconfigure.
* Pass --with-internal-popt=no to configure.
* Kill plenty of manual autotools cleanup from rules as well as popt
  removal.
* Drop autoconf/automake/libtoolize invocation from rules.
* Use "touch $@" instead of repeating target name.
* Don't duplicate the way to call quilt and pass it --quiltrc /dev/null.
* Pass -s to dh_* in binary-indep.
* Update download URL in copyright.
* Drop DH_VERBOSE=1.
* Set configure flags via a new var, configure_flags, and only pass --host
  to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE differ.
* Drop obsolete README.Debian note related to rpm 4.1 behavior change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
40
40
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41
41
        $(srcdir)/Makefile.in ChangeLog
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
44
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
45
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
46
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
47
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
50
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
51
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
45
        $(ACLOCAL_M4)
53
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71
64
_rpmmodule_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
72
65
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73
66
        $(_rpmmodule_la_LDFLAGS) $(LDFLAGS) -o $@
74
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
67
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
75
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
69
am__depfiles_maybe = depfiles
77
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124
117
DBLIBSRCS = @DBLIBSRCS@
125
118
DEFS = @DEFS@
126
119
DEPDIR = @DEPDIR@
127
 
DSYMUTIL = @DSYMUTIL@
128
 
DUMPBIN = @DUMPBIN@
 
120
ECHO = @ECHO@
129
121
ECHO_C = @ECHO_C@
130
122
ECHO_N = @ECHO_N@
131
123
ECHO_T = @ECHO_T@
132
124
EGREP = @EGREP@
133
125
EXEEXT = @EXEEXT@
134
 
FGREP = @FGREP@
 
126
F77 = @F77@
 
127
FFLAGS = @FFLAGS@
135
128
FINDPROVIDES = @FINDPROVIDES@
136
129
FINDREQUIRES = @FINDREQUIRES@
137
130
FIXPERMS = @FIXPERMS@
138
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
139
131
GMSGFMT = @GMSGFMT@
140
132
GMSGFMT_015 = @GMSGFMT_015@
141
133
GREP = @GREP@
147
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
148
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149
141
INTLLIBS = @INTLLIBS@
150
 
LD = @LD@
 
142
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
151
143
LDFLAGS = @LDFLAGS@
152
144
LDFLAGS_NPTL = @LDFLAGS_NPTL@
153
145
LDFLAGS_STATIC = @LDFLAGS_STATIC@
160
152
LIBRPMRC_FILENAME = @LIBRPMRC_FILENAME@
161
153
LIBS = @LIBS@
162
154
LIBTOOL = @LIBTOOL@
163
 
LIPO = @LIPO@
164
155
LN_S = @LN_S@
165
156
LOCALEDIR = @LOCALEDIR@
166
157
LTLIBICONV = @LTLIBICONV@
174
165
MSGFMT = @MSGFMT@
175
166
MSGFMT_015 = @MSGFMT_015@
176
167
MSGMERGE = @MSGMERGE@
177
 
NM = @NM@
178
 
NMEDIT = @NMEDIT@
179
168
OBJDUMP = @OBJDUMP@
180
169
OBJEXT = @OBJEXT@
181
 
OTOOL = @OTOOL@
182
 
OTOOL64 = @OTOOL64@
183
170
PACKAGE = @PACKAGE@
184
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185
172
PACKAGE_NAME = @PACKAGE_NAME@
250
237
WITH_ZLIB_SUBDIR = @WITH_ZLIB_SUBDIR@
251
238
XGETTEXT = @XGETTEXT@
252
239
XGETTEXT_015 = @XGETTEXT_015@
253
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
254
240
YACC = @YACC@
255
241
YFLAGS = @YFLAGS@
256
242
__CAT = @__CAT@
291
277
abs_top_srcdir = @abs_top_srcdir@
292
278
ac_ct_CC = @ac_ct_CC@
293
279
ac_ct_CXX = @ac_ct_CXX@
294
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
280
ac_ct_F77 = @ac_ct_F77@
295
281
am__include = @am__include@
296
282
am__leading_dot = @am__leading_dot@
297
283
am__quote = @am__quote@
324
310
libexecdir = @libexecdir@
325
311
localedir = @localedir@
326
312
localstatedir = @localstatedir@
327
 
lt_ECHO = @lt_ECHO@
328
313
mandir = @mandir@
329
314
mkdir_p = @mkdir_p@
330
315
oldincludedir = @oldincludedir@
436
421
        @list='$(rpm_LTLIBRARIES)'; for p in $$list; do \
437
422
          if test -f $$p; then \
438
423
            f=$(am__strip_dir) \
439
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(rpmLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(rpmdir)/$$f'"; \
440
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(rpmLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(rpmdir)/$$f"; \
 
424
            echo " $(LIBTOOL) --mode=install $(rpmLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(rpmdir)/$$f'"; \
 
425
            $(LIBTOOL) --mode=install $(rpmLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(rpmdir)/$$f"; \
441
426
          else :; fi; \
442
427
        done
443
428
 
445
430
        @$(NORMAL_UNINSTALL)
446
431
        @list='$(rpm_LTLIBRARIES)'; for p in $$list; do \
447
432
          p=$(am__strip_dir) \
448
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(rpmdir)/$$p'"; \
449
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(rpmdir)/$$p"; \
 
433
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(rpmdir)/$$p'"; \
 
434
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(rpmdir)/$$p"; \
450
435
        done
451
436
 
452
437
clean-rpmLTLIBRARIES:
583
568
        unique=`for i in $$list; do \
584
569
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585
570
          done | \
586
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
587
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
571
          $(AWK) '    { files[$$0] = 1; } \
 
572
               END { for (i in files) print i; }'`; \
588
573
        mkid -fID $$unique
589
574
tags: TAGS
590
575
 
609
594
        unique=`for i in $$list; do \
610
595
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
596
          done | \
612
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
597
          $(AWK) '    { files[$$0] = 1; } \
 
598
               END { for (i in files) print i; }'`; \
614
599
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
615
600
          test -n "$$unique" || unique=$$empty_fix; \
616
601
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
620
605
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
621
606
                $(TAGS_FILES) $(LISP)
622
607
        tags=; \
 
608
        here=`pwd`; \
623
609
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
624
610
        unique=`for i in $$list; do \
625
611
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
612
          done | \
627
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
613
          $(AWK) '    { files[$$0] = 1; } \
 
614
               END { for (i in files) print i; }'`; \
629
615
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
630
616
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
631
617
             $$tags $$unique