~sil2100/nux/ubuntu_quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-07-04 15:34:45 UTC
  • mfrom: (159.3.39)
  • Revision ID: lukasz.zemczak@canonical.com-20120704153445-du5b9eou1vultnag
* New upstream release.
  - Conditional jump or move depends on uninitialised value(s) 
    nux::GraphicsDisplay::ProcessXEvent(_XEvent, bool) (LP: #983321)
  - Coverity PW.PARAMETER_HIDDEN - CID 10653 (LP: #937588)
  - Coverity SECURE_CODING - CID 10659 (LP: #937564)
  - Coverity PW.PARAMETER_HIDDEN - CID 10651 (LP: #937576)
  - Coverity PW.PARAMETER_HIDDEN - CID 10652 (LP: #937586)
  - QueueDraw is very expensive (LP: #994884)
  - Unity is slow and pausing occasionally (when its DrawList size spikes, 
    to almost 6000!) (LP: #1014610)
  - IBus hotkey using Release modifier doesn't work in unity (LP: #1016665)
  - Nothing should be written into the dash/hud searchbar when holding super,
    ctrl or Alt (LP: #1013751)
  - IBus can't be activated on dash or HUD since r2428 (LP: #1016354)
* debian/control, debian/libnux-3.0-0.install,
  debian/libnux-3.0-common.install, debian/libnux-3.0-dev.install:
  - switch to nux-3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
62
62
#
63
63
# This is usually added to MOSTLYCLEANFILES.
64
64
VPATH = @srcdir@
 
65
am__make_dryrun = \
 
66
  { \
 
67
    am__dry=no; \
 
68
    case $$MAKEFLAGS in \
 
69
      *\\[\ \   ]*) \
 
70
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
71
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
72
      *) \
 
73
        for am__flg in $$MAKEFLAGS; do \
 
74
          case $$am__flg in \
 
75
            *=*|--*) ;; \
 
76
            *n*) am__dry=yes; break;; \
 
77
          esac; \
 
78
        done;; \
 
79
    esac; \
 
80
    test $$am__dry = yes; \
 
81
  }
65
82
pkgdatadir = $(datadir)/@PACKAGE@
66
83
pkgincludedir = $(includedir)/@PACKAGE@
67
84
pkglibdir = $(libdir)/@PACKAGE@
115
132
        install-pdf-recursive install-ps-recursive install-recursive \
116
133
        installcheck-recursive installdirs-recursive pdf-recursive \
117
134
        ps-recursive uninstall-recursive
 
135
am__can_run_installinfo = \
 
136
  case $$AM_UPDATE_INFO_DIR in \
 
137
    n|no|NO) false;; \
 
138
    *) (install-info --version) >/dev/null 2>&1;; \
 
139
  esac
118
140
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
119
141
  distclean-recursive maintainer-clean-recursive
120
142
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
253
275
NUX_GPUTESTS_LIBS = @NUX_GPUTESTS_LIBS@
254
276
NUX_GRAPHICS_CFLAGS = @NUX_GRAPHICS_CFLAGS@
255
277
NUX_GRAPHICS_LIBS = @NUX_GRAPHICS_LIBS@
256
 
NUX_IMAGE_CFLAGS = @NUX_IMAGE_CFLAGS@
257
 
NUX_IMAGE_LIBS = @NUX_IMAGE_LIBS@
258
278
NUX_LIBS = @NUX_LIBS@
259
279
NUX_LT_LDFLAGS = @NUX_LT_LDFLAGS@
260
280
NUX_LT_VERSION = @NUX_LT_VERSION@
338
358
top_build_prefix = @top_build_prefix@
339
359
top_builddir = @top_builddir@
340
360
top_srcdir = @top_srcdir@
341
 
SUBDIRS = data NuxCore NuxImage NuxGraphics Nux examples gputests tests tools
 
361
SUBDIRS = data NuxCore NuxGraphics Nux examples gputests tests tools
342
362
@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
343
363
@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
344
364
@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
598
618
        done
599
619
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
600
620
          if test "$$subdir" = .; then :; else \
601
 
            test -d "$(distdir)/$$subdir" \
602
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
603
 
            || exit 1; \
604
 
          fi; \
605
 
        done
606
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607
 
          if test "$$subdir" = .; then :; else \
 
621
            $(am__make_dryrun) \
 
622
              || test -d "$(distdir)/$$subdir" \
 
623
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
624
              || exit 1; \
608
625
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
609
626
            $(am__relativize); \
610
627
            new_distdir=$$reldir; \