~ubuntu-branches/ubuntu/karmic/libdebian-installer/karmic

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Michlmayr, Frans Pop, Martin Michlmayr
  • Date: 2008-03-22 18:13:19 UTC
  • Revision ID: james.westby@ubuntu.com-20080322181319-q6jt1jtde0vuv5kh
Tags: 0.57
[ Frans Pop ]
* Add support for PA Semi's evaluation systems (closes: #464429).
  Thanks to Olof Johansson for the patch.

[ Martin Michlmayr ]
* Rename orion to orion5x to allow for support of other Orion
  platforms in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
87
87
DEFS = @DEFS@
88
88
DEPDIR = @DEPDIR@
89
89
DOXYGEN = @DOXYGEN@
 
90
DSYMUTIL = @DSYMUTIL@
90
91
ECHO = @ECHO@
91
92
ECHO_C = @ECHO_C@
92
93
ECHO_N = @ECHO_N@
112
113
MAINT = @MAINT@
113
114
MAKEINFO = @MAKEINFO@
114
115
MKDIR_P = @MKDIR_P@
 
116
NMEDIT = @NMEDIT@
115
117
OBJEXT = @OBJEXT@
116
118
PACKAGE = @PACKAGE@
117
119
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
313
315
        unique=`for i in $$list; do \
314
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
317
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
 
318
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
320
        mkid -fID $$unique
319
321
tags: TAGS
320
322
 
339
341
        unique=`for i in $$list; do \
340
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341
343
          done | \
342
 
          $(AWK) '    { files[$$0] = 1; } \
343
 
               END { for (i in files) print i; }'`; \
 
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
344
346
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
345
347
          test -n "$$unique" || unique=$$empty_fix; \
346
348
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350
352
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
353
                $(TAGS_FILES) $(LISP)
352
354
        tags=; \
353
 
        here=`pwd`; \
354
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355
356
        unique=`for i in $$list; do \
356
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
358
          done | \
358
 
          $(AWK) '    { files[$$0] = 1; } \
359
 
               END { for (i in files) print i; }'`; \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
361
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
361
362
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362
363
             $$tags $$unique