~ubuntu-branches/ubuntu/trusty/htop/trusty-proposed

« back to all changes in this revision

Viewing changes to plpa-1.1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2009-04-05 11:51:34 UTC
  • mfrom: (1.1.13 upstream) (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090405115134-xyuzxp308k5qos0k
Tags: 0.8.1+svn149-1
* New upstream development snapshot:
  - Allow building withough PLPA support. (Closes: #521861)
* debian/patches:
  - 010-make-desktop-file-valid.patch: deleted, merged upstream.
  - 100-upstream-sort-by-processor-and-session.patch: deleted, merged
    upstream.
  - 110-upstream-fix-page-size-on-BSD.patch: deleted, merged upstream.
  - 120-upstream-explain-cpu-bars-in-monochrome-mode.patch: deleted, merged
    upstream.
  - 200-filter-non-printable-characters.patch: deleted, upstream has own
    version of this patch.
  - 610-rename-veid-to-ctid.patch: deleted, merged upstream.
  - 600-openvz-veid-on-kernels-gt-2.6.18.patch: refreshed.
  - 800-tree-view-without-userland-threads.patch: deleted, merged upstream.
  - 700-ltrace-support.patch: refreshed, added the description.
* debian/rules:
  - Deal more robustly with config.{sub,guess} files, thanks to Roger Leigh.

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.
91
91
CYGPATH_W = @CYGPATH_W@
92
92
DEFS = @DEFS@
93
93
DEPDIR = @DEPDIR@
 
94
DSYMUTIL = @DSYMUTIL@
94
95
ECHO = @ECHO@
95
96
ECHO_C = @ECHO_C@
96
97
ECHO_N = @ECHO_N@
113
114
LTLIBOBJS = @LTLIBOBJS@
114
115
MAKEINFO = @MAKEINFO@
115
116
MKDIR_P = @MKDIR_P@
 
117
NMEDIT = @NMEDIT@
116
118
OBJEXT = @OBJEXT@
117
119
PACKAGE = @PACKAGE@
118
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295
297
        unique=`for i in $$list; do \
296
298
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297
299
          done | \
298
 
          $(AWK) '    { files[$$0] = 1; } \
299
 
               END { for (i in files) print i; }'`; \
 
300
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
301
              END { if (nonempty) { for (i in files) print i; }; }'`; \
300
302
        mkid -fID $$unique
301
303
tags: TAGS
302
304
 
321
323
        unique=`for i in $$list; do \
322
324
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323
325
          done | \
324
 
          $(AWK) '    { files[$$0] = 1; } \
325
 
               END { for (i in files) print i; }'`; \
 
326
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
327
              END { if (nonempty) { for (i in files) print i; }; }'`; \
326
328
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
327
329
          test -n "$$unique" || unique=$$empty_fix; \
328
330
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332
334
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333
335
                $(TAGS_FILES) $(LISP)
334
336
        tags=; \
335
 
        here=`pwd`; \
336
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337
338
        unique=`for i in $$list; do \
338
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339
340
          done | \
340
 
          $(AWK) '    { files[$$0] = 1; } \
341
 
               END { for (i in files) print i; }'`; \
 
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342
343
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
343
344
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344
345
             $$tags $$unique