1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src/snap
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50    *) f=$$p;; \
51  esac;
52am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53am__install_max = 40
54am__nobase_strip_setup = \
55  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56am__nobase_strip = \
57  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58am__nobase_list = $(am__nobase_strip_setup); \
59  for p in $$list; do echo "$$p $$p"; done | \
60  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62    if (++n[$$2] == $(am__install_max)) \
63      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64    END { for (dir in files) print dir, files[dir] }'
65am__base_list = \
66  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68am__installdirs = "$(DESTDIR)$(moduledir)"
69LTLIBRARIES = $(module_LTLIBRARIES)
70libsnap_la_DEPENDENCIES =
71dist_libsnap_la_OBJECTS = snap.lo
72nodist_libsnap_la_OBJECTS = snap_options.lo
73libsnap_la_OBJECTS = $(dist_libsnap_la_OBJECTS) \
74	$(nodist_libsnap_la_OBJECTS)
75libsnap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
76	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77	$(libsnap_la_LDFLAGS) $(LDFLAGS) -o $@
78DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79depcomp = $(SHELL) $(top_srcdir)/depcomp
80am__depfiles_maybe = depfiles
81am__mv = mv -f
82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87CCLD = $(CC)
88LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90	$(LDFLAGS) -o $@
91SOURCES = $(dist_libsnap_la_SOURCES) $(nodist_libsnap_la_SOURCES)
92DIST_SOURCES = $(dist_libsnap_la_SOURCES)
93ETAGS = etags
94CTAGS = ctags
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96ACLOCAL = @ACLOCAL@
97ALL_LINGUAS = @ALL_LINGUAS@
98AMTAR = @AMTAR@
99AR = @AR@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104BCOP_BIN = @BCOP_BIN@
105BCOP_CFLAGS = @BCOP_CFLAGS@
106BCOP_LIBS = @BCOP_LIBS@
107CAIRO_CFLAGS = @CAIRO_CFLAGS@
108CAIRO_LIBS = @CAIRO_LIBS@
109CATALOGS = @CATALOGS@
110CATOBJEXT = @CATOBJEXT@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
114COMPIZ_CFLAGS = @COMPIZ_CFLAGS@
115COMPIZ_LIBS = @COMPIZ_LIBS@
116CPP = @CPP@
117CPPFLAGS = @CPPFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DATADIRNAME = @DATADIRNAME@
120DEFS = @DEFS@
121DEPDIR = @DEPDIR@
122DSYMUTIL = @DSYMUTIL@
123DUMPBIN = @DUMPBIN@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
129FGREP = @FGREP@
130GCONFTOOL = @GCONFTOOL@
131GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
132GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
133GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
134GL_CFLAGS = @GL_CFLAGS@
135GL_LIBS = @GL_LIBS@
136GMOFILES = @GMOFILES@
137GMSGFMT = @GMSGFMT@
138GREP = @GREP@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144INSTOBJEXT = @INSTOBJEXT@
145INTLLIBS = @INTLLIBS@
146INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
147INTLTOOL_MERGE = @INTLTOOL_MERGE@
148INTLTOOL_PERL = @INTLTOOL_PERL@
149INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
150LD = @LD@
151LDFLAGS = @LDFLAGS@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
155LIPO = @LIPO@
156LN_S = @LN_S@
157LTLIBOBJS = @LTLIBOBJS@
158MAINT = @MAINT@
159MAKEINFO = @MAKEINFO@
160MKDIR_P = @MKDIR_P@
161MKINSTALLDIRS = @MKINSTALLDIRS@
162MSGFMT = @MSGFMT@
163MSGFMT_OPTS = @MSGFMT_OPTS@
164MSGMERGE = @MSGMERGE@
165NM = @NM@
166NMEDIT = @NMEDIT@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169OTOOL = @OTOOL@
170OTOOL64 = @OTOOL64@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PANGO_CFLAGS = @PANGO_CFLAGS@
179PANGO_LIBS = @PANGO_LIBS@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181PKG_CONFIG = @PKG_CONFIG@
182PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
183PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
184POFILES = @POFILES@
185POSUB = @POSUB@
186PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
187PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
188RANLIB = @RANLIB@
189SCALE_CFLAGS = @SCALE_CFLAGS@
190SCALE_LIBS = @SCALE_LIBS@
191SCHEMAS_CFLAGS = @SCHEMAS_CFLAGS@
192SCHEMAS_LIBS = @SCHEMAS_LIBS@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197USE_NLS = @USE_NLS@
198VERSION = @VERSION@
199XGETTEXT = @XGETTEXT@
200abs_builddir = @abs_builddir@
201abs_srcdir = @abs_srcdir@
202abs_top_builddir = @abs_top_builddir@
203abs_top_srcdir = @abs_top_srcdir@
204ac_ct_CC = @ac_ct_CC@
205ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
206am__include = @am__include@
207am__leading_dot = @am__leading_dot@
208am__quote = @am__quote@
209am__tar = @am__tar@
210am__untar = @am__untar@
211bindir = @bindir@
212build = @build@
213build_alias = @build_alias@
214build_cpu = @build_cpu@
215build_os = @build_os@
216build_vendor = @build_vendor@
217builddir = @builddir@
218compdatadir = @compdatadir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230imagedir = @imagedir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238lt_ECHO = @lt_ECHO@
239mandir = @mandir@
240metadatadir = @metadatadir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244plugindir = @plugindir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247psdir = @psdir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250srcdir = @srcdir@
251sysconfdir = @sysconfdir@
252target_alias = @target_alias@
253top_build_prefix = @top_build_prefix@
254top_builddir = @top_builddir@
255top_srcdir = @top_srcdir@
256xsltdir = @xsltdir@
257PFLAGS = -module -avoid-version -no-undefined
258libsnap_la_LDFLAGS = $(PFLAGS)
259libsnap_la_LIBADD = @COMPIZ_LIBS@
260nodist_libsnap_la_SOURCES = snap_options.c snap_options.h
261dist_libsnap_la_SOURCES = snap.c
262BUILT_SOURCES = $(nodist_libsnap_la_SOURCES)
263INCLUDES = \
264	-I$(top_srcdir)/include         \
265	@COMPIZ_CFLAGS@                  \
266	-DDATADIR='"$(compdatadir)"'        \
267	-DLIBDIR='"$(libdir)"'              \
268	-DLOCALEDIR="\"@datadir@/locale\""  \
269	-DIMAGEDIR='"$(imagedir)"'
270
271moduledir = $(plugindir)
272module_LTLIBRARIES = libsnap.la
273CLEANFILES = *_options.c *_options.h
274all: $(BUILT_SOURCES)
275	$(MAKE) $(AM_MAKEFLAGS) all-am
276
277.SUFFIXES:
278.SUFFIXES: .c .lo .o .obj
279$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280	@for dep in $?; do \
281	  case '$(am__configure_deps)' in \
282	    *$$dep*) \
283	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284	        && { if test -f $@; then exit 0; else break; fi; }; \
285	      exit 1;; \
286	  esac; \
287	done; \
288	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/snap/Makefile'; \
289	$(am__cd) $(top_srcdir) && \
290	  $(AUTOMAKE) --gnu src/snap/Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293	@case '$?' in \
294	  *config.status*) \
295	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296	  *) \
297	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299	esac;
300
301$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
307	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308$(am__aclocal_m4_deps):
309install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
310	@$(NORMAL_INSTALL)
311	test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
312	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
313	list2=; for p in $$list; do \
314	  if test -f $$p; then \
315	    list2="$$list2 $$p"; \
316	  else :; fi; \
317	done; \
318	test -z "$$list2" || { \
319	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
320	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
321	}
322
323uninstall-moduleLTLIBRARIES:
324	@$(NORMAL_UNINSTALL)
325	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
326	for p in $$list; do \
327	  $(am__strip_dir) \
328	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
329	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
330	done
331
332clean-moduleLTLIBRARIES:
333	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
334	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
335	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
336	  test "$$dir" != "$$p" || dir=.; \
337	  echo "rm -f \"$${dir}/so_locations\""; \
338	  rm -f "$${dir}/so_locations"; \
339	done
340libsnap.la: $(libsnap_la_OBJECTS) $(libsnap_la_DEPENDENCIES)
341	$(libsnap_la_LINK) -rpath $(moduledir) $(libsnap_la_OBJECTS) $(libsnap_la_LIBADD) $(LIBS)
342
343mostlyclean-compile:
344	-rm -f *.$(OBJEXT)
345
346distclean-compile:
347	-rm -f *.tab.c
348
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snap.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snap_options.Plo@am__quote@
351
352.c.o:
353@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
354@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357@am__fastdepCC_FALSE@	$(COMPILE) -c $<
358
359.c.obj:
360@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
361@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
365
366.c.lo:
367@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
369@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
372
373mostlyclean-libtool:
374	-rm -f *.lo
375
376clean-libtool:
377	-rm -rf .libs _libs
378
379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381	unique=`for i in $$list; do \
382	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383	  done | \
384	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385	      END { if (nonempty) { for (i in files) print i; }; }'`; \
386	mkid -fID $$unique
387tags: TAGS
388
389TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390		$(TAGS_FILES) $(LISP)
391	set x; \
392	here=`pwd`; \
393	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394	unique=`for i in $$list; do \
395	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396	  done | \
397	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398	      END { if (nonempty) { for (i in files) print i; }; }'`; \
399	shift; \
400	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401	  test -n "$$unique" || unique=$$empty_fix; \
402	  if test $$# -gt 0; then \
403	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404	      "$$@" $$unique; \
405	  else \
406	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407	      $$unique; \
408	  fi; \
409	fi
410ctags: CTAGS
411CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412		$(TAGS_FILES) $(LISP)
413	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
414	unique=`for i in $$list; do \
415	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416	  done | \
417	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419	test -z "$(CTAGS_ARGS)$$unique" \
420	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421	     $$unique
422
423GTAGS:
424	here=`$(am__cd) $(top_builddir) && pwd` \
425	  && $(am__cd) $(top_srcdir) \
426	  && gtags -i $(GTAGS_ARGS) "$$here"
427
428distclean-tags:
429	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
431distdir: $(DISTFILES)
432	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434	list='$(DISTFILES)'; \
435	  dist_files=`for file in $$list; do echo $$file; done | \
436	  sed -e "s|^$$srcdirstrip/||;t" \
437	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
438	case $$dist_files in \
439	  */*) $(MKDIR_P) `echo "$$dist_files" | \
440			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
441			   sort -u` ;; \
442	esac; \
443	for file in $$dist_files; do \
444	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
445	  if test -d $$d/$$file; then \
446	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
447	    if test -d "$(distdir)/$$file"; then \
448	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449	    fi; \
450	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
451	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
452	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453	    fi; \
454	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455	  else \
456	    test -f "$(distdir)/$$file" \
457	    || cp -p $$d/$$file "$(distdir)/$$file" \
458	    || exit 1; \
459	  fi; \
460	done
461check-am: all-am
462check: $(BUILT_SOURCES)
463	$(MAKE) $(AM_MAKEFLAGS) check-am
464all-am: Makefile $(LTLIBRARIES)
465installdirs:
466	for dir in "$(DESTDIR)$(moduledir)"; do \
467	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
468	done
469install: $(BUILT_SOURCES)
470	$(MAKE) $(AM_MAKEFLAGS) install-am
471install-exec: install-exec-am
472install-data: install-data-am
473uninstall: uninstall-am
474
475install-am: all-am
476	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478installcheck: installcheck-am
479install-strip:
480	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482	  `test -z '$(STRIP)' || \
483	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
484mostlyclean-generic:
485
486clean-generic:
487	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
488
489distclean-generic:
490	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
492
493maintainer-clean-generic:
494	@echo "This command is intended for maintainers to use"
495	@echo "it deletes files that may require special tools to rebuild."
496	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
497clean: clean-am
498
499clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
500	mostlyclean-am
501
502distclean: distclean-am
503	-rm -rf ./$(DEPDIR)
504	-rm -f Makefile
505distclean-am: clean-am distclean-compile distclean-generic \
506	distclean-tags
507
508dvi: dvi-am
509
510dvi-am:
511
512html: html-am
513
514html-am:
515
516info: info-am
517
518info-am:
519
520install-data-am: install-moduleLTLIBRARIES
521
522install-dvi: install-dvi-am
523
524install-dvi-am:
525
526install-exec-am:
527
528install-html: install-html-am
529
530install-html-am:
531
532install-info: install-info-am
533
534install-info-am:
535
536install-man:
537
538install-pdf: install-pdf-am
539
540install-pdf-am:
541
542install-ps: install-ps-am
543
544install-ps-am:
545
546installcheck-am:
547
548maintainer-clean: maintainer-clean-am
549	-rm -rf ./$(DEPDIR)
550	-rm -f Makefile
551maintainer-clean-am: distclean-am maintainer-clean-generic
552
553mostlyclean: mostlyclean-am
554
555mostlyclean-am: mostlyclean-compile mostlyclean-generic \
556	mostlyclean-libtool
557
558pdf: pdf-am
559
560pdf-am:
561
562ps: ps-am
563
564ps-am:
565
566uninstall-am: uninstall-moduleLTLIBRARIES
567
568.MAKE: all check install install-am install-strip
569
570.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
571	clean-libtool clean-moduleLTLIBRARIES ctags distclean \
572	distclean-compile distclean-generic distclean-libtool \
573	distclean-tags distdir dvi dvi-am html html-am info info-am \
574	install install-am install-data install-data-am install-dvi \
575	install-dvi-am install-exec install-exec-am install-html \
576	install-html-am install-info install-info-am install-man \
577	install-moduleLTLIBRARIES install-pdf install-pdf-am \
578	install-ps install-ps-am install-strip installcheck \
579	installcheck-am installdirs maintainer-clean \
580	maintainer-clean-generic mostlyclean mostlyclean-compile \
581	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
582	tags uninstall uninstall-am uninstall-moduleLTLIBRARIES
583
584
585snap_options.h: ../../metadata/snap.xml.in
586		$(BCOP_BIN) --header $@ $<
587
588snap_options.c: ../../metadata/snap.xml.in snap_options.h
589		$(BCOP_BIN) --source $@ $<
590
591# Tell versions [3.59,3.63) of GNU make to not export all variables.
592# Otherwise a system limit (for SysV at least) may be exceeded.
593.NOEXPORT:
594