~ubuntu-branches/ubuntu/lucid/skyeye/lucid

« back to all changes in this revision

Viewing changes to arch/ppc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-09-10 15:05:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090910150542-ygax1onlapuw7dqt
Tags: 1.2.5-2ubuntu1
* debian/rules: Switch to CDBS
* debian/dirs, debian/docs: Removed (not needed by CDBS)
* README.Debian: Added word-wraps
* debian/control:
  - Added cdbs to Build-Depends
  - Updated Build-Depends from libglib1.2-dev to libglib2.0-dev
  - Added homepage field
  - Ordered Build-Depends
* Added open-missing-mode.patch to fix FTBFS (LP: #427339).

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.
55
55
        ppc_e500_exc.$(OBJEXT) ppc_io.$(OBJEXT) ppc_tools.$(OBJEXT)
56
56
am_libppc_a_OBJECTS = $(am__objects_1) $(am__objects_2)
57
57
libppc_a_OBJECTS = $(am_libppc_a_OBJECTS)
58
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
58
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
59
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
60
am__depfiles_maybe = depfiles
61
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
454
454
        unique=`for i in $$list; do \
455
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
456
          done | \
457
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
458
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
457
          $(AWK) '    { files[$$0] = 1; } \
 
458
               END { for (i in files) print i; }'`; \
459
459
        mkid -fID $$unique
460
460
tags: TAGS
461
461
 
467
467
        unique=`for i in $$list; do \
468
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469
469
          done | \
470
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
470
          $(AWK) '    { files[$$0] = 1; } \
 
471
               END { for (i in files) print i; }'`; \
472
472
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
473
473
          test -n "$$unique" || unique=$$empty_fix; \
474
474
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478
478
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479
479
                $(TAGS_FILES) $(LISP)
480
480
        tags=; \
 
481
        here=`pwd`; \
481
482
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482
483
        unique=`for i in $$list; do \
483
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484
485
          done | \
485
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
486
          $(AWK) '    { files[$$0] = 1; } \
 
487
               END { for (i in files) print i; }'`; \
487
488
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
488
489
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489
490
             $$tags $$unique