~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/display/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2011-12-16 23:55:34 UTC
  • mfrom: (0.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: package-import@ubuntu.com-20111216235534-ruwoeyk079c01omq
Tags: 1:3.2.2-2
[ Josselin Mouette ]
* Recommend cups-pk-helper. Closes: #622688.

[ Michael Biebl ]
* Add Recommends on mesa-utils. The glxinfo utilitity is required to show
  details about the graphics card.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
47
47
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
48
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac
 
49
        $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES = gnome-display-panel.desktop.in
55
55
CONFIG_CLEAN_VPATH_FILES =
84
84
        $(am__DEPENDENCIES_1)
85
85
am__objects_1 = foo-marshal.lo
86
86
am_libdisplay_la_OBJECTS = display-module.lo cc-display-panel.lo \
87
 
        xrandr-capplet.lo scrollarea.lo $(am__objects_1)
 
87
        scrollarea.lo $(am__objects_1)
88
88
libdisplay_la_OBJECTS = $(am_libdisplay_la_OBJECTS)
89
89
AM_V_lt = $(am__v_lt_$(V))
90
90
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
142
142
CFLAGS = @CFLAGS@
143
143
CHEESE_CFLAGS = @CHEESE_CFLAGS@
144
144
CHEESE_LIBS = @CHEESE_LIBS@
 
145
COLOR_PANEL_CFLAGS = @COLOR_PANEL_CFLAGS@
 
146
COLOR_PANEL_LIBS = @COLOR_PANEL_LIBS@
145
147
CONTROL_CENTER_VERSION = @CONTROL_CENTER_VERSION@
146
148
CPP = @CPP@
147
149
CPPFLAGS = @CPPFLAGS@
226
228
OBJDUMP = @OBJDUMP@
227
229
OBJEXT = @OBJEXT@
228
230
OMF_DIR = @OMF_DIR@
 
231
ONLINE_ACCOUNTS_PANEL_CFLAGS = @ONLINE_ACCOUNTS_PANEL_CFLAGS@
 
232
ONLINE_ACCOUNTS_PANEL_LIBS = @ONLINE_ACCOUNTS_PANEL_LIBS@
229
233
OTOOL = @OTOOL@
230
234
OTOOL64 = @OTOOL64@
231
235
PACKAGE = @PACKAGE@
269
273
USER_ACCOUNTS_PANEL_LIBS = @USER_ACCOUNTS_PANEL_LIBS@
270
274
USE_NLS = @USE_NLS@
271
275
VERSION = @VERSION@
 
276
WACOM_PANEL_CFLAGS = @WACOM_PANEL_CFLAGS@
 
277
WACOM_PANEL_LIBS = @WACOM_PANEL_LIBS@
272
278
WARN_CFLAGS = @WARN_CFLAGS@
273
279
XF86MISC_LIBS = @XF86MISC_LIBS@
274
280
XGETTEXT = @XGETTEXT@
342
348
        display-module.c        \
343
349
        cc-display-panel.c      \
344
350
        cc-display-panel.h      \
345
 
        xrandr-capplet.c        \
346
 
        xrandr-capplet.h        \
347
351
        scrollarea.c            \
348
352
        scrollarea.h            \
349
353
        $(MARSHALFILES)
455
459
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display-module.Plo@am__quote@
456
460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foo-marshal.Plo@am__quote@
457
461
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrollarea.Plo@am__quote@
458
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrandr-capplet.Plo@am__quote@
459
462
 
460
463
.c.o:
461
464
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<