~ubuntu-branches/debian/jessie/gamin/jessie

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2007-03-23 14:43:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070323144349-1inpdk22uaneks9h
Tags: 0.1.8-2
* debian/control: Improve long description. (Closes: #405347)
* debian/patches/14_nfs-fix.patch: Fix gam_server startup for Thunar.
  Thanks to Maximiliano Curia. (Closes: #403247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
83
83
ENABLE_DNOTIFY_TRUE = @ENABLE_DNOTIFY_TRUE@
84
84
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
85
85
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
 
86
ENABLE_HURD_MACH_NOTIFY_FALSE = @ENABLE_HURD_MACH_NOTIFY_FALSE@
 
87
ENABLE_HURD_MACH_NOTIFY_TRUE = @ENABLE_HURD_MACH_NOTIFY_TRUE@
86
88
ENABLE_INOTIFY_FALSE = @ENABLE_INOTIFY_FALSE@
87
89
ENABLE_INOTIFY_TRUE = @ENABLE_INOTIFY_TRUE@
 
90
ENABLE_KQUEUE_FALSE = @ENABLE_KQUEUE_FALSE@
 
91
ENABLE_KQUEUE_TRUE = @ENABLE_KQUEUE_TRUE@
88
92
EXEEXT = @EXEEXT@
89
93
F77 = @F77@
90
94
FAM_VERSION_INFO = @FAM_VERSION_INFO@
96
100
GAMIN_MINOR_VERSION = @GAMIN_MINOR_VERSION@
97
101
GAMIN_VERSION = @GAMIN_VERSION@
98
102
GAMIN_VERSION_INFO = @GAMIN_VERSION_INFO@
99
 
HAVE_LINUX_FALSE = @HAVE_LINUX_FALSE@
100
 
HAVE_LINUX_TRUE = @HAVE_LINUX_TRUE@
101
103
HTML_DIR = @HTML_DIR@
102
104
INSTALL_DATA = @INSTALL_DATA@
103
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
114
LN_S = @LN_S@
113
115
LTLIBOBJS = @LTLIBOBJS@
114
116
MAKEINFO = @MAKEINFO@
 
117
MIG = @MIG@
115
118
OBJEXT = @OBJEXT@
116
119
PACKAGE = @PACKAGE@
117
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
124
PACKAGE_VERSION = @PACKAGE_VERSION@
122
125
PATH_SEPARATOR = @PATH_SEPARATOR@
123
126
PKG_CONFIG = @PKG_CONFIG@
 
127
PYTHON = @PYTHON@
 
128
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
129
PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
 
130
PYTHON_SUBDIR = @PYTHON_SUBDIR@
 
131
PYTHON_VERSION = @PYTHON_VERSION@
124
132
RANLIB = @RANLIB@
125
133
RELDATE = @RELDATE@
 
134
SED = @SED@
126
135
SET_MAKE = @SET_MAKE@
127
136
SHELL = @SHELL@
128
137
STRIP = @STRIP@
129
138
TEST_CFLAGS = @TEST_CFLAGS@
130
139
TEST_LIBS = @TEST_LIBS@
 
140
THREAD_LIBS = @THREAD_LIBS@
131
141
VERSION = @VERSION@
 
142
WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
 
143
WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
 
144
WITH_THREADS = @WITH_THREADS@
132
145
ac_ct_AR = @ac_ct_AR@
133
146
ac_ct_CC = @ac_ct_CC@
134
147
ac_ct_CXX = @ac_ct_CXX@
135
148
ac_ct_F77 = @ac_ct_F77@
 
149
ac_ct_MIG = @ac_ct_MIG@
136
150
ac_ct_RANLIB = @ac_ct_RANLIB@
137
151
ac_ct_STRIP = @ac_ct_STRIP@
 
152
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
138
153
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139
154
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140
155
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
142
157
am__include = @am__include@
143
158
am__leading_dot = @am__leading_dot@
144
159
am__quote = @am__quote@
 
160
am__tar = @am__tar@
 
161
am__untar = @am__untar@
145
162
bindir = @bindir@
146
163
build = @build@
147
164
build_alias = @build_alias@
166
183
oldincludedir = @oldincludedir@
167
184
prefix = @prefix@
168
185
program_transform_name = @program_transform_name@
 
186
pythondir = @pythondir@
169
187
sbindir = @sbindir@
170
188
sharedstatedir = @sharedstatedir@
171
189
sysconfdir = @sysconfdir@
279
297
clean-generic:
280
298
 
281
299
distclean-generic:
282
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
300
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
283
301
 
284
302
maintainer-clean-generic:
285
303
        @echo "This command is intended for maintainers to use"