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

« back to all changes in this revision

Viewing changes to plpa-1.1/src/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.
88
88
am_libplpa_included_la_OBJECTS = $(am__objects_1)
89
89
libplpa_included_la_OBJECTS = $(am_libplpa_included_la_OBJECTS)
90
90
@PLPA_BUILD_STANDALONE_FALSE@am_libplpa_included_la_rpath =
91
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
91
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92
92
depcomp = $(SHELL) $(top_srcdir)/depcomp
93
93
am__depfiles_maybe = depfiles
94
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126
126
CYGPATH_W = @CYGPATH_W@
127
127
DEFS = @DEFS@
128
128
DEPDIR = @DEPDIR@
 
129
DSYMUTIL = @DSYMUTIL@
129
130
ECHO = @ECHO@
130
131
ECHO_C = @ECHO_C@
131
132
ECHO_N = @ECHO_N@
148
149
LTLIBOBJS = @LTLIBOBJS@
149
150
MAKEINFO = @MAKEINFO@
150
151
MKDIR_P = @MKDIR_P@
 
152
NMEDIT = @NMEDIT@
151
153
OBJEXT = @OBJEXT@
152
154
PACKAGE = @PACKAGE@
153
155
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302
304
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
303
305
          if test -f $$p; then \
304
306
            f=$(am__strip_dir) \
305
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
306
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
307
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
308
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
307
309
          else :; fi; \
308
310
        done
309
311
 
311
313
        @$(NORMAL_UNINSTALL)
312
314
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
313
315
          p=$(am__strip_dir) \
314
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
315
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
316
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
317
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
316
318
        done
317
319
 
318
320
clean-libLTLIBRARIES:
397
399
        unique=`for i in $$list; do \
398
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
401
          done | \
400
 
          $(AWK) '    { files[$$0] = 1; } \
401
 
               END { for (i in files) print i; }'`; \
 
402
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
402
404
        mkid -fID $$unique
403
405
tags: TAGS
404
406
 
410
412
        unique=`for i in $$list; do \
411
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
414
          done | \
413
 
          $(AWK) '    { files[$$0] = 1; } \
414
 
               END { for (i in files) print i; }'`; \
 
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
417
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
416
418
          test -n "$$unique" || unique=$$empty_fix; \
417
419
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421
423
CTAGS:  $(HEADERS) $(SOURCES) plpa_config.h.in plpa.h.in $(TAGS_DEPENDENCIES) \
422
424
                $(TAGS_FILES) $(LISP)
423
425
        tags=; \
424
 
        here=`pwd`; \
425
426
        list='$(SOURCES) $(HEADERS) plpa_config.h.in plpa.h.in $(LISP) $(TAGS_FILES)'; \
426
427
        unique=`for i in $$list; do \
427
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
429
          done | \
429
 
          $(AWK) '    { files[$$0] = 1; } \
430
 
               END { for (i in files) print i; }'`; \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
432
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
432
433
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433
434
             $$tags $$unique