~ubuntu-branches/ubuntu/trusty/libdrm/trusty-proposed

« back to all changes in this revision

Viewing changes to nouveau/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-05-25 10:39:02 UTC
  • mfrom: (2.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110525103902-i04oudms2kxklrq4
Tags: 2.4.25-2ubuntu1
* Merge from Debian unstable.  remaining Ubuntu changes:
  - debian/rules
  - debian/control:
    + Build libdrm-intel everywhere rather than just {i386,amd64} for Plymouth
  - debian/rules:
  - debian/control:
  - debian/*.install.in:
  - debian/*.links.in:
    + Multiarchify
* debian/patches/100_intel_remember_named_bo.patch:
  - Drop this cherry-pick; included in 2.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(libdrm_nouveauinclude_HEADERS) $(srcdir)/Makefile.am \
42
42
        $(srcdir)/Makefile.in $(srcdir)/libdrm_nouveau.pc.in
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
45
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
46
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
47
        $(top_srcdir)/configure.ac
45
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
49
        $(ACLOCAL_M4)
47
50
mkinstalldirs = $(install_sh) -d
87
90
        $(AM_CFLAGS) $(CFLAGS) $(libdrm_nouveau_la_LDFLAGS) $(LDFLAGS) \
88
91
        -o $@
89
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
93
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
91
94
am__depfiles_maybe = depfiles
92
95
am__mv = mv -f
93
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164
167
LIPO = @LIPO@
165
168
LN_S = @LN_S@
166
169
LTLIBOBJS = @LTLIBOBJS@
 
170
MAINT = @MAINT@
167
171
MAKEINFO = @MAKEINFO@
168
172
MKDIR_P = @MKDIR_P@
169
173
NM = @NM@
275
279
                                nouveau_grobj.h \
276
280
                                nouveau_notifier.h \
277
281
                                nouveau_pushbuf.h \
 
282
                                nv04_pushbuf.h \
 
283
                                nvc0_pushbuf.h \
278
284
                                nouveau_bo.h \
279
285
                                nouveau_resource.h \
280
286
                                nouveau_reloc.h
288
294
 
289
295
.SUFFIXES:
290
296
.SUFFIXES: .c .lo .o .obj
291
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
297
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
292
298
        @for dep in $?; do \
293
299
          case '$(am__configure_deps)' in \
294
300
            *$$dep*) \
313
319
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
321
 
316
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
322
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
324
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
319
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
326
$(am__aclocal_m4_deps):
321
327
libdrm_nouveau.pc: $(top_builddir)/config.status $(srcdir)/libdrm_nouveau.pc.in