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

« back to all changes in this revision

Viewing changes to server/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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(gam_server_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
41
39
target_triplet = @target@
42
40
@GAMIN_DEBUG_TRUE@am__append_1 = -DGAM_DEBUG_ENABLED
43
41
libexec_PROGRAMS = gam_server$(EXEEXT)
44
 
@ENABLE_INOTIFY_TRUE@am__append_2 = gam_inotify.c gam_inotify.h
45
 
@ENABLE_DNOTIFY_TRUE@am__append_3 = gam_dnotify.c gam_dnotify.h
 
42
@ENABLE_INOTIFY_TRUE@am__append_2 = gam_inotify.c gam_inotify.h \
 
43
@ENABLE_INOTIFY_TRUE@   inotify-helper.c inotify-helper.h \
 
44
@ENABLE_INOTIFY_TRUE@   inotify-kernel.c inotify-kernel.h \
 
45
@ENABLE_INOTIFY_TRUE@   inotify-missing.c inotify-missing.h \
 
46
@ENABLE_INOTIFY_TRUE@   inotify-path.c inotify-path.h \
 
47
@ENABLE_INOTIFY_TRUE@   inotify-sub.c inotify-sub.h \
 
48
@ENABLE_INOTIFY_TRUE@   inotify-diag.c inotify-diag.h \
 
49
@ENABLE_INOTIFY_TRUE@   local_inotify.h local_inotify_syscalls.h
 
50
 
 
51
@ENABLE_DNOTIFY_TRUE@am__append_3 = gam_dnotify.c gam_dnotify.h \
 
52
@ENABLE_DNOTIFY_TRUE@   gam_poll_dnotify.c gam_poll_dnotify.h
 
53
 
 
54
@ENABLE_KQUEUE_TRUE@am__append_4 = gam_kqueue.c gam_kqueue.h
 
55
@ENABLE_HURD_MACH_NOTIFY_TRUE@am__append_5 = gam_hurd_mach_notify.c gam_hurd_mach_notify.h
 
56
@ENABLE_HURD_MACH_NOTIFY_TRUE@am__append_6 = -lports -lthreads
46
57
subdir = server
47
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
48
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
65
CONFIG_HEADER = $(top_builddir)/config.h
55
66
CONFIG_CLEAN_FILES =
56
 
am__installdirs = $(DESTDIR)$(libexecdir)
 
67
am__installdirs = "$(DESTDIR)$(libexecdir)"
57
68
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
58
69
PROGRAMS = $(libexec_PROGRAMS)
59
70
am__gam_server_SOURCES_DIST = gam_subscription.c gam_subscription.h \
60
71
        gam_listener.c gam_listener.h gam_server.c gam_server.h \
61
 
        gam_node.c gam_node.h gam_tree.c gam_tree.h gam_poll.c \
62
 
        gam_poll.h gam_channel.c gam_channel.h gam_connection.c \
63
 
        gam_connection.h gam_excludes.c gam_excludes.h local_inotify.h \
64
 
        gam_inotify.c gam_inotify.h gam_dnotify.c gam_dnotify.h
65
 
@ENABLE_INOTIFY_TRUE@am__objects_1 = gam_inotify.$(OBJEXT)
66
 
@ENABLE_DNOTIFY_TRUE@am__objects_2 = gam_dnotify.$(OBJEXT)
 
72
        gam_node.c gam_node.h gam_tree.c gam_tree.h gam_poll_basic.c \
 
73
        gam_poll_basic.h gam_poll_generic.c gam_poll_generic.h \
 
74
        gam_pidname.c gam_pidname.h gam_channel.c gam_channel.h \
 
75
        gam_connection.c gam_connection.h gam_debugging.h \
 
76
        gam_debugging.c gam_excludes.c gam_excludes.h gam_fs.c \
 
77
        gam_fs.h gam_conf.c gam_conf.h gam_eq.c gam_eq.h \
 
78
        server_config.h gam_inotify.c gam_inotify.h inotify-helper.c \
 
79
        inotify-helper.h inotify-kernel.c inotify-kernel.h \
 
80
        inotify-missing.c inotify-missing.h inotify-path.c \
 
81
        inotify-path.h inotify-sub.c inotify-sub.h inotify-diag.c \
 
82
        inotify-diag.h local_inotify.h local_inotify_syscalls.h \
 
83
        gam_dnotify.c gam_dnotify.h gam_poll_dnotify.c \
 
84
        gam_poll_dnotify.h gam_kqueue.c gam_kqueue.h \
 
85
        gam_hurd_mach_notify.c gam_hurd_mach_notify.h
 
86
@ENABLE_INOTIFY_TRUE@am__objects_1 = gam_inotify.$(OBJEXT) \
 
87
@ENABLE_INOTIFY_TRUE@   inotify-helper.$(OBJEXT) \
 
88
@ENABLE_INOTIFY_TRUE@   inotify-kernel.$(OBJEXT) \
 
89
@ENABLE_INOTIFY_TRUE@   inotify-missing.$(OBJEXT) \
 
90
@ENABLE_INOTIFY_TRUE@   inotify-path.$(OBJEXT) \
 
91
@ENABLE_INOTIFY_TRUE@   inotify-sub.$(OBJEXT) \
 
92
@ENABLE_INOTIFY_TRUE@   inotify-diag.$(OBJEXT)
 
93
@ENABLE_DNOTIFY_TRUE@am__objects_2 = gam_dnotify.$(OBJEXT) \
 
94
@ENABLE_DNOTIFY_TRUE@   gam_poll_dnotify.$(OBJEXT)
 
95
@ENABLE_KQUEUE_TRUE@am__objects_3 = gam_kqueue.$(OBJEXT)
 
96
@ENABLE_HURD_MACH_NOTIFY_TRUE@am__objects_4 =  \
 
97
@ENABLE_HURD_MACH_NOTIFY_TRUE@  gam_hurd_mach_notify.$(OBJEXT)
67
98
am_gam_server_OBJECTS = gam_subscription.$(OBJEXT) \
68
99
        gam_listener.$(OBJEXT) gam_server.$(OBJEXT) gam_node.$(OBJEXT) \
69
 
        gam_tree.$(OBJEXT) gam_poll.$(OBJEXT) gam_channel.$(OBJEXT) \
70
 
        gam_connection.$(OBJEXT) gam_excludes.$(OBJEXT) \
71
 
        $(am__objects_1) $(am__objects_2)
 
100
        gam_tree.$(OBJEXT) gam_poll_basic.$(OBJEXT) \
 
101
        gam_poll_generic.$(OBJEXT) gam_pidname.$(OBJEXT) \
 
102
        gam_channel.$(OBJEXT) gam_connection.$(OBJEXT) \
 
103
        gam_debugging.$(OBJEXT) gam_excludes.$(OBJEXT) \
 
104
        gam_fs.$(OBJEXT) gam_conf.$(OBJEXT) gam_eq.$(OBJEXT) \
 
105
        $(am__objects_1) $(am__objects_2) $(am__objects_3) \
 
106
        $(am__objects_4)
72
107
gam_server_OBJECTS = $(am_gam_server_OBJECTS)
73
108
am__DEPENDENCIES_1 =
74
109
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
75
110
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
111
am__depfiles_maybe = depfiles
77
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/gam_channel.Po \
78
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_connection.Po \
79
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_dnotify.Po \
80
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_excludes.Po \
81
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_inotify.Po \
82
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_listener.Po \
83
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_node.Po ./$(DEPDIR)/gam_poll.Po \
84
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_server.Po \
85
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_subscription.Po \
86
 
@AMDEP_TRUE@    ./$(DEPDIR)/gam_tree.Po
87
112
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
113
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
114
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
90
115
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91
116
        $(AM_CFLAGS) $(CFLAGS)
92
117
CCLD = $(CC)
93
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
118
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94
119
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
95
120
SOURCES = $(gam_server_SOURCES)
96
121
DIST_SOURCES = $(am__gam_server_SOURCES_DIST)
131
156
ENABLE_DNOTIFY_TRUE = @ENABLE_DNOTIFY_TRUE@
132
157
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
133
158
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
 
159
ENABLE_HURD_MACH_NOTIFY_FALSE = @ENABLE_HURD_MACH_NOTIFY_FALSE@
 
160
ENABLE_HURD_MACH_NOTIFY_TRUE = @ENABLE_HURD_MACH_NOTIFY_TRUE@
134
161
ENABLE_INOTIFY_FALSE = @ENABLE_INOTIFY_FALSE@
135
162
ENABLE_INOTIFY_TRUE = @ENABLE_INOTIFY_TRUE@
 
163
ENABLE_KQUEUE_FALSE = @ENABLE_KQUEUE_FALSE@
 
164
ENABLE_KQUEUE_TRUE = @ENABLE_KQUEUE_TRUE@
136
165
EXEEXT = @EXEEXT@
137
166
F77 = @F77@
138
167
FAM_VERSION_INFO = @FAM_VERSION_INFO@
144
173
GAMIN_MINOR_VERSION = @GAMIN_MINOR_VERSION@
145
174
GAMIN_VERSION = @GAMIN_VERSION@
146
175
GAMIN_VERSION_INFO = @GAMIN_VERSION_INFO@
147
 
HAVE_LINUX_FALSE = @HAVE_LINUX_FALSE@
148
 
HAVE_LINUX_TRUE = @HAVE_LINUX_TRUE@
149
176
HTML_DIR = @HTML_DIR@
150
177
INSTALL_DATA = @INSTALL_DATA@
151
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
187
LN_S = @LN_S@
161
188
LTLIBOBJS = @LTLIBOBJS@
162
189
MAKEINFO = @MAKEINFO@
 
190
MIG = @MIG@
163
191
OBJEXT = @OBJEXT@
164
192
PACKAGE = @PACKAGE@
165
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169
197
PACKAGE_VERSION = @PACKAGE_VERSION@
170
198
PATH_SEPARATOR = @PATH_SEPARATOR@
171
199
PKG_CONFIG = @PKG_CONFIG@
 
200
PYTHON = @PYTHON@
 
201
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
202
PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
 
203
PYTHON_SUBDIR = @PYTHON_SUBDIR@
 
204
PYTHON_VERSION = @PYTHON_VERSION@
172
205
RANLIB = @RANLIB@
173
206
RELDATE = @RELDATE@
 
207
SED = @SED@
174
208
SET_MAKE = @SET_MAKE@
175
209
SHELL = @SHELL@
176
210
STRIP = @STRIP@
177
211
TEST_CFLAGS = @TEST_CFLAGS@
178
212
TEST_LIBS = @TEST_LIBS@
 
213
THREAD_LIBS = @THREAD_LIBS@
179
214
VERSION = @VERSION@
 
215
WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
 
216
WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
 
217
WITH_THREADS = @WITH_THREADS@
180
218
ac_ct_AR = @ac_ct_AR@
181
219
ac_ct_CC = @ac_ct_CC@
182
220
ac_ct_CXX = @ac_ct_CXX@
183
221
ac_ct_F77 = @ac_ct_F77@
 
222
ac_ct_MIG = @ac_ct_MIG@
184
223
ac_ct_RANLIB = @ac_ct_RANLIB@
185
224
ac_ct_STRIP = @ac_ct_STRIP@
 
225
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
186
226
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
187
227
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
188
228
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
190
230
am__include = @am__include@
191
231
am__leading_dot = @am__leading_dot@
192
232
am__quote = @am__quote@
 
233
am__tar = @am__tar@
 
234
am__untar = @am__untar@
193
235
bindir = @bindir@
194
236
build = @build@
195
237
build_alias = @build_alias@
214
256
oldincludedir = @oldincludedir@
215
257
prefix = @prefix@
216
258
program_transform_name = @program_transform_name@
 
259
pythondir = @pythondir@
217
260
sbindir = @sbindir@
218
261
sharedstatedir = @sharedstatedir@
219
262
sysconfdir = @sysconfdir@
222
265
target_cpu = @target_cpu@
223
266
target_os = @target_os@
224
267
target_vendor = @target_vendor@
225
 
INCLUDES = \
226
 
        $(default_includes)                             \
227
 
        -I$(top_builddir)                               \
228
 
        -I$(top_builddir)/libgamin                      \
229
 
        -I$(top_builddir)/protocol                      \
230
 
        -I$(top_srcdir)/lib                             \
231
 
        $(LIBGAMIN_CFLAGS)                              \
232
 
        -DBINDIR=\""$(libexecdir)"\"                    \
233
 
        -DG_DISABLE_DEPRECATED                          \
234
 
$(am__append_1)
235
 
gam_server_SOURCES = \
236
 
        gam_subscription.c                              \
237
 
        gam_subscription.h                              \
238
 
        gam_listener.c                                  \
239
 
        gam_listener.h                                  \
240
 
        gam_server.c                                    \
241
 
        gam_server.h                                    \
242
 
        gam_node.c                                      \
243
 
        gam_node.h                                      \
244
 
        gam_tree.c                                      \
245
 
        gam_tree.h                                      \
246
 
        gam_poll.c                                      \
247
 
        gam_poll.h                                      \
248
 
        gam_channel.c                                   \
249
 
        gam_channel.h                                   \
250
 
        gam_connection.c                                \
251
 
        gam_connection.h                                \
252
 
        gam_excludes.c                                  \
253
 
        gam_excludes.h                                  \
254
 
        local_inotify.h\
255
 
$(am__append_2) $(am__append_3)
 
268
INCLUDES = $(default_includes) -I$(top_builddir) \
 
269
        -I$(top_builddir)/libgamin -I$(top_builddir)/protocol \
 
270
        -I$(top_srcdir)/lib -I$(top_srcdir)/libgamin \
 
271
        $(LIBGAMIN_CFLAGS) -DBINDIR=\""$(libexecdir)"\" \
 
272
        -DG_DISABLE_DEPRECATED $(am__append_1)
 
273
gam_server_SOURCES = gam_subscription.c gam_subscription.h \
 
274
        gam_listener.c gam_listener.h gam_server.c gam_server.h \
 
275
        gam_node.c gam_node.h gam_tree.c gam_tree.h gam_poll_basic.c \
 
276
        gam_poll_basic.h gam_poll_generic.c gam_poll_generic.h \
 
277
        gam_pidname.c gam_pidname.h gam_channel.c gam_channel.h \
 
278
        gam_connection.c gam_connection.h gam_debugging.h \
 
279
        gam_debugging.c gam_excludes.c gam_excludes.h gam_fs.c \
 
280
        gam_fs.h gam_conf.c gam_conf.h gam_eq.c gam_eq.h \
 
281
        server_config.h $(am__append_2) $(am__append_3) \
 
282
        $(am__append_4) $(am__append_5)
 
283
@ENABLE_HURD_MACH_NOTIFY_TRUE@BUILT_SOURCES = fs_notify.c fs_notify.h
 
284
@ENABLE_HURD_MACH_NOTIFY_TRUE@CLEANFILES = fs_notify.c fs_notify.h
256
285
gam_server_LDFLAGS = 
257
286
gam_server_DEPENDENCIES = $(DEPS)
258
 
gam_server_LDADD = $(top_builddir)/lib/libgamin_shared.a $(LDADDS) $(LIBGAMIN_LIBS)
259
 
all: all-am
 
287
gam_server_LDADD = $(top_builddir)/lib/libgamin_shared.a $(LDADDS) \
 
288
        $(LIBGAMIN_LIBS) $(am__append_6)
 
289
all: $(BUILT_SOURCES)
 
290
        $(MAKE) $(AM_MAKEFLAGS) all-am
260
291
 
261
292
.SUFFIXES:
262
293
.SUFFIXES: .c .lo .o .obj
291
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
323
install-libexecPROGRAMS: $(libexec_PROGRAMS)
293
324
        @$(NORMAL_INSTALL)
294
 
        $(mkdir_p) $(DESTDIR)$(libexecdir)
 
325
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
295
326
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
296
327
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
297
328
          if test -f $$p \
298
329
             || test -f $$p1 \
299
330
          ; then \
300
331
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
301
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f"; \
302
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f || exit 1; \
 
332
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
333
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
303
334
          else :; fi; \
304
335
        done
305
336
 
307
338
        @$(NORMAL_UNINSTALL)
308
339
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
309
340
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
310
 
          echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
311
 
          rm -f $(DESTDIR)$(libexecdir)/$$f; \
 
341
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
 
342
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
312
343
        done
313
344
 
314
345
clean-libexecPROGRAMS:
328
359
        -rm -f *.tab.c
329
360
 
330
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_channel.Po@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_conf.Po@am__quote@
331
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_connection.Po@am__quote@
 
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_debugging.Po@am__quote@
332
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_dnotify.Po@am__quote@
 
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_eq.Po@am__quote@
333
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_excludes.Po@am__quote@
 
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_fs.Po@am__quote@
 
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_hurd_mach_notify.Po@am__quote@
334
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_inotify.Po@am__quote@
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_kqueue.Po@am__quote@
335
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_listener.Po@am__quote@
336
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_node.Po@am__quote@
337
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_poll.Po@am__quote@
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_pidname.Po@am__quote@
 
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_poll_basic.Po@am__quote@
 
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_poll_dnotify.Po@am__quote@
 
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_poll_generic.Po@am__quote@
338
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_server.Po@am__quote@
339
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_subscription.Po@am__quote@
340
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gam_tree.Po@am__quote@
 
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-diag.Po@am__quote@
 
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-helper.Po@am__quote@
 
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-kernel.Po@am__quote@
 
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-missing.Po@am__quote@
 
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-path.Po@am__quote@
 
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotify-sub.Po@am__quote@
341
387
 
342
388
.c.o:
343
389
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
344
390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
345
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
393
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
349
394
 
350
395
.c.obj:
351
396
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
352
397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
353
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
355
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
400
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
357
401
 
358
402
.c.lo:
359
403
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
360
404
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
361
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
362
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
363
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364
407
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
365
408
 
366
409
mostlyclean-libtool:
393
436
          done | \
394
437
          $(AWK) '    { files[$$0] = 1; } \
395
438
               END { for (i in files) print i; }'`; \
396
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
397
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
             $$tags $$unique
 
439
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
          test -n "$$unique" || unique=$$empty_fix; \
 
441
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
442
            $$tags $$unique; \
 
443
        fi
399
444
ctags: CTAGS
400
445
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
446
                $(TAGS_FILES) $(LISP)
447
492
          fi; \
448
493
        done
449
494
check-am: all-am
450
 
check: check-am
 
495
check: $(BUILT_SOURCES)
 
496
        $(MAKE) $(AM_MAKEFLAGS) check-am
451
497
all-am: Makefile $(PROGRAMS)
452
498
installdirs:
453
 
        $(mkdir_p) $(DESTDIR)$(libexecdir)
454
 
install: install-am
 
499
        for dir in "$(DESTDIR)$(libexecdir)"; do \
 
500
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
501
        done
 
502
install: $(BUILT_SOURCES)
 
503
        $(MAKE) $(AM_MAKEFLAGS) install-am
455
504
install-exec: install-exec-am
456
505
install-data: install-data-am
457
506
uninstall: uninstall-am
468
517
mostlyclean-generic:
469
518
 
470
519
clean-generic:
 
520
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
471
521
 
472
522
distclean-generic:
473
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
523
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474
524
 
475
525
maintainer-clean-generic:
476
526
        @echo "This command is intended for maintainers to use"
477
527
        @echo "it deletes files that may require special tools to rebuild."
 
528
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
478
529
clean: clean-am
479
530
 
480
531
clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
539
590
        tags uninstall uninstall-am uninstall-info-am \
540
591
        uninstall-libexecPROGRAMS
541
592
 
 
593
 
 
594
@ENABLE_HURD_MACH_NOTIFY_TRUE@fs_notify.c fs_notify.h: $(includedir)/hurd/fs_notify.defs
 
595
@ENABLE_HURD_MACH_NOTIFY_TRUE@  @MIG@ -s -server $(top_builddir)/server/fs_notify.c $(includedir)/hurd/fs_notify.defs
542
596
# Tell versions [3.59,3.63) of GNU make to not export all variables.
543
597
# Otherwise a system limit (for SysV at least) may be exceeded.
544
598
.NOEXPORT: