~ubuntu-branches/ubuntu/quantal/gnome-shell/quantal-proposed

« back to all changes in this revision

Viewing changes to docs/reference/st/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
75
74
CONFIG_HEADER = $(top_builddir)/config.h
76
75
CONFIG_CLEAN_FILES = st-docs.sgml
77
76
CONFIG_CLEAN_VPATH_FILES =
 
77
AM_V_P = $(am__v_P_@AM_V@)
 
78
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
79
am__v_P_0 = false
 
80
am__v_P_1 = :
78
81
AM_V_GEN = $(am__v_GEN_@AM_V@)
79
82
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
80
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
83
am__v_GEN_0 = @echo "  GEN     " $@;
 
84
am__v_GEN_1 = 
81
85
AM_V_at = $(am__v_at_@AM_V@)
82
86
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
83
87
am__v_at_0 = @
 
88
am__v_at_1 = 
84
89
SOURCES =
85
90
DIST_SOURCES =
86
91
am__can_run_installinfo = \
137
142
GLIB_MKENUMS = @GLIB_MKENUMS@
138
143
GMSGFMT = @GMSGFMT@
139
144
GMSGFMT_015 = @GMSGFMT_015@
 
145
GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
140
146
GNOME_SHELL_CFLAGS = @GNOME_SHELL_CFLAGS@
141
147
GNOME_SHELL_JS_CFLAGS = @GNOME_SHELL_JS_CFLAGS@
142
148
GNOME_SHELL_JS_LIBS = @GNOME_SHELL_JS_LIBS@
155
161
G_IR_GENERATE = @G_IR_GENERATE@
156
162
G_IR_SCANNER = @G_IR_SCANNER@
157
163
HAVE_BLUETOOTH = @HAVE_BLUETOOTH@
158
 
HAVE_FOLKS = @HAVE_FOLKS@
159
164
HTML_DIR = @HTML_DIR@
160
165
INSTALL = @INSTALL@
161
166
INSTALL_DATA = @INSTALL_DATA@
492
497
ctags: CTAGS
493
498
CTAGS:
494
499
 
 
500
cscope cscopelist:
 
501
 
495
502
 
496
503
distdir: $(DISTFILES)
497
504
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \