~ubuntu-branches/ubuntu/lucid/avant-window-navigator/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-06-17 00:20:41 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090617002041-twbdh295xy9qvdx0
Tags: 0.3.2.1-4
debian/rules: Build python-awn for only 1 version of python.
(Closes: #531176) 

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.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
278
278
srcdir = @srcdir@
279
279
sysconfdir = @sysconfdir@
280
280
target_alias = @target_alias@
 
281
top_build_prefix = @top_build_prefix@
281
282
top_builddir = @top_builddir@
282
283
top_srcdir = @top_srcdir@
283
284
NULL = 
372
373
        -rm -rf .libs _libs
373
374
 
374
375
distclean-libtool:
375
 
        -rm -f libtool
 
376
        -rm -f libtool config.lt
376
377
install-pkgconfigDATA: $(pkgconfig_DATA)
377
378
        @$(NORMAL_INSTALL)
378
379
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
466
467
        unique=`for i in $$list; do \
467
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
469
          done | \
469
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
470
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
471
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
472
        mkid -fID $$unique
472
473
tags: TAGS