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/group
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)
70libgroup_la_DEPENDENCIES =
71am__dist_libgroup_la_SOURCES_DIST = cairo.c group.c init.c paint.c \
72	queues.c selection.c tab.c group-internal.h group_glow.h
73@GROUP_PLUGIN_TRUE@dist_libgroup_la_OBJECTS = cairo.lo group.lo \
74@GROUP_PLUGIN_TRUE@	init.lo paint.lo queues.lo selection.lo \
75@GROUP_PLUGIN_TRUE@	tab.lo
76@GROUP_PLUGIN_TRUE@nodist_libgroup_la_OBJECTS = group_options.lo
77libgroup_la_OBJECTS = $(dist_libgroup_la_OBJECTS) \
78	$(nodist_libgroup_la_OBJECTS)
79libgroup_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
80	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81	$(libgroup_la_LDFLAGS) $(LDFLAGS) -o $@
82@GROUP_PLUGIN_TRUE@am_libgroup_la_rpath = -rpath $(moduledir)
83DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86am__mv = mv -f
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95	$(LDFLAGS) -o $@
96SOURCES = $(dist_libgroup_la_SOURCES) $(nodist_libgroup_la_SOURCES)
97DIST_SOURCES = $(am__dist_libgroup_la_SOURCES_DIST)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102ALL_LINGUAS = @ALL_LINGUAS@
103AMTAR = @AMTAR@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109BCOP_BIN = @BCOP_BIN@
110BCOP_CFLAGS = @BCOP_CFLAGS@
111BCOP_LIBS = @BCOP_LIBS@
112CATALOGS = @CATALOGS@
113CATOBJEXT = @CATOBJEXT@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117COMPIZANIMATION_CFLAGS = @COMPIZANIMATION_CFLAGS@
118COMPIZANIMATION_LIBS = @COMPIZANIMATION_LIBS@
119COMPIZCUBE_CFLAGS = @COMPIZCUBE_CFLAGS@
120COMPIZCUBE_LIBS = @COMPIZCUBE_LIBS@
121COMPIZMOUSEPOLL_CFLAGS = @COMPIZMOUSEPOLL_CFLAGS@
122COMPIZMOUSEPOLL_LIBS = @COMPIZMOUSEPOLL_LIBS@
123COMPIZ_CFLAGS = @COMPIZ_CFLAGS@
124COMPIZ_LIBS = @COMPIZ_LIBS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CYGPATH_W = @CYGPATH_W@
128DATADIRNAME = @DATADIRNAME@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DSYMUTIL = @DSYMUTIL@
132DUMPBIN = @DUMPBIN@
133ECHO_C = @ECHO_C@
134ECHO_N = @ECHO_N@
135ECHO_T = @ECHO_T@
136EGREP = @EGREP@
137EXEEXT = @EXEEXT@
138FGREP = @FGREP@
139GCONFTOOL = @GCONFTOOL@
140GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
141GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
142GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
143GL_CFLAGS = @GL_CFLAGS@
144GL_LIBS = @GL_LIBS@
145GMOFILES = @GMOFILES@
146GMSGFMT = @GMSGFMT@
147GREP = @GREP@
148GROUP_CFLAGS = @GROUP_CFLAGS@
149GROUP_LIBS = @GROUP_LIBS@
150INSTALL = @INSTALL@
151INSTALL_DATA = @INSTALL_DATA@
152INSTALL_PROGRAM = @INSTALL_PROGRAM@
153INSTALL_SCRIPT = @INSTALL_SCRIPT@
154INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155INSTOBJEXT = @INSTOBJEXT@
156INTLLIBS = @INTLLIBS@
157INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
158INTLTOOL_MERGE = @INTLTOOL_MERGE@
159INTLTOOL_PERL = @INTLTOOL_PERL@
160INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
161LD = @LD@
162LDFLAGS = @LDFLAGS@
163LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
164LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
165LIBOBJS = @LIBOBJS@
166LIBS = @LIBS@
167LIBTOOL = @LIBTOOL@
168LIPO = @LIPO@
169LN_S = @LN_S@
170LTLIBOBJS = @LTLIBOBJS@
171MAINT = @MAINT@
172MAKEINFO = @MAKEINFO@
173MKDIR_P = @MKDIR_P@
174MKINSTALLDIRS = @MKINSTALLDIRS@
175MSGFMT = @MSGFMT@
176MSGFMT_OPTS = @MSGFMT_OPTS@
177MSGMERGE = @MSGMERGE@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PKG_CONFIG = @PKG_CONFIG@
193PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
194PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
195POFILES = @POFILES@
196POSUB = @POSUB@
197PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
198PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
199RANLIB = @RANLIB@
200SCALEFILTER_CFLAGS = @SCALEFILTER_CFLAGS@
201SCALEFILTER_LIBS = @SCALEFILTER_LIBS@
202SCHEMAS_CFLAGS = @SCHEMAS_CFLAGS@
203SCHEMAS_LIBS = @SCHEMAS_LIBS@
204SED = @SED@
205SET_MAKE = @SET_MAKE@
206SHELL = @SHELL@
207STRIP = @STRIP@
208USE_NLS = @USE_NLS@
209VERSION = @VERSION@
210XGETTEXT = @XGETTEXT@
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build = @build@
224build_alias = @build_alias@
225build_cpu = @build_cpu@
226build_os = @build_os@
227build_vendor = @build_vendor@
228builddir = @builddir@
229datadir = @datadir@
230datarootdir = @datarootdir@
231docdir = @docdir@
232dvidir = @dvidir@
233exec_prefix = @exec_prefix@
234host = @host@
235host_alias = @host_alias@
236host_cpu = @host_cpu@
237host_os = @host_os@
238host_vendor = @host_vendor@
239htmldir = @htmldir@
240imagedir = @imagedir@
241includedir = @includedir@
242infodir = @infodir@
243install_sh = @install_sh@
244libdir = @libdir@
245libexecdir = @libexecdir@
246localedir = @localedir@
247localstatedir = @localstatedir@
248lt_ECHO = @lt_ECHO@
249mandir = @mandir@
250metadatadir = @metadatadir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253pdfdir = @pdfdir@
254plugindir = @plugindir@
255prefix = @prefix@
256program_transform_name = @program_transform_name@
257psdir = @psdir@
258sbindir = @sbindir@
259sharedstatedir = @sharedstatedir@
260srcdir = @srcdir@
261sysconfdir = @sysconfdir@
262target_alias = @target_alias@
263top_build_prefix = @top_build_prefix@
264top_builddir = @top_builddir@
265top_srcdir = @top_srcdir@
266xsltdir = @xsltdir@
267PFLAGS = -module -avoid-version -no-undefined
268@GROUP_PLUGIN_TRUE@libgroup_la_LDFLAGS = $(PFLAGS)
269@GROUP_PLUGIN_TRUE@libgroup_la_LIBADD = @COMPIZ_LIBS@ @GROUP_LIBS@
270@GROUP_PLUGIN_TRUE@nodist_libgroup_la_SOURCES = group_options.c \
271@GROUP_PLUGIN_TRUE@		      group_options.h
272
273@GROUP_PLUGIN_TRUE@dist_libgroup_la_SOURCES = cairo.c \
274@GROUP_PLUGIN_TRUE@		      group.c         \
275@GROUP_PLUGIN_TRUE@		      init.c          \
276@GROUP_PLUGIN_TRUE@		      paint.c         \
277@GROUP_PLUGIN_TRUE@		      queues.c        \
278@GROUP_PLUGIN_TRUE@		      selection.c     \
279@GROUP_PLUGIN_TRUE@		      tab.c           \
280@GROUP_PLUGIN_TRUE@		      group-internal.h \
281@GROUP_PLUGIN_TRUE@		      group_glow.h
282
283BUILT_SOURCES = $(nodist_libgroup_la_SOURCES)
284INCLUDES = \
285	@COMPIZ_CFLAGS@                      \
286 	@GROUP_CFLAGS@         \
287	-DDATADIR='"$(compdatadir)"'        \
288	-DLIBDIR='"$(libdir)"'              \
289	-DLOCALEDIR="\"@datadir@/locale\""  \
290	-DIMAGEDIR='"$(imagedir)"'          \
291	-I$(top_srcdir)/include
292
293moduledir = $(plugindir)
294@GROUP_PLUGIN_TRUE@module_LTLIBRARIES = libgroup.la
295CLEANFILES = *_options.c *_options.h
296all: $(BUILT_SOURCES)
297	$(MAKE) $(AM_MAKEFLAGS) all-am
298
299.SUFFIXES:
300.SUFFIXES: .c .lo .o .obj
301$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302	@for dep in $?; do \
303	  case '$(am__configure_deps)' in \
304	    *$$dep*) \
305	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
306	        && { if test -f $@; then exit 0; else break; fi; }; \
307	      exit 1;; \
308	  esac; \
309	done; \
310	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/group/Makefile'; \
311	$(am__cd) $(top_srcdir) && \
312	  $(AUTOMAKE) --gnu src/group/Makefile
313.PRECIOUS: Makefile
314Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315	@case '$?' in \
316	  *config.status*) \
317	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318	  *) \
319	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321	esac;
322
323$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(am__aclocal_m4_deps):
331install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
332	@$(NORMAL_INSTALL)
333	test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
334	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
335	list2=; for p in $$list; do \
336	  if test -f $$p; then \
337	    list2="$$list2 $$p"; \
338	  else :; fi; \
339	done; \
340	test -z "$$list2" || { \
341	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
342	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
343	}
344
345uninstall-moduleLTLIBRARIES:
346	@$(NORMAL_UNINSTALL)
347	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
348	for p in $$list; do \
349	  $(am__strip_dir) \
350	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
351	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
352	done
353
354clean-moduleLTLIBRARIES:
355	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
356	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
357	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
358	  test "$$dir" != "$$p" || dir=.; \
359	  echo "rm -f \"$${dir}/so_locations\""; \
360	  rm -f "$${dir}/so_locations"; \
361	done
362libgroup.la: $(libgroup_la_OBJECTS) $(libgroup_la_DEPENDENCIES)
363	$(libgroup_la_LINK) $(am_libgroup_la_rpath) $(libgroup_la_OBJECTS) $(libgroup_la_LIBADD) $(LIBS)
364
365mostlyclean-compile:
366	-rm -f *.$(OBJEXT)
367
368distclean-compile:
369	-rm -f *.tab.c
370
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group_options.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paint.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queues.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selection.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tab.Plo@am__quote@
379
380.c.o:
381@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@am__fastdepCC_FALSE@	$(COMPILE) -c $<
386
387.c.obj:
388@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
393
394.c.lo:
395@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
400
401mostlyclean-libtool:
402	-rm -f *.lo
403
404clean-libtool:
405	-rm -rf .libs _libs
406
407ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409	unique=`for i in $$list; do \
410	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411	  done | \
412	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413	      END { if (nonempty) { for (i in files) print i; }; }'`; \
414	mkid -fID $$unique
415tags: TAGS
416
417TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418		$(TAGS_FILES) $(LISP)
419	set x; \
420	here=`pwd`; \
421	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422	unique=`for i in $$list; do \
423	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424	  done | \
425	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427	shift; \
428	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429	  test -n "$$unique" || unique=$$empty_fix; \
430	  if test $$# -gt 0; then \
431	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432	      "$$@" $$unique; \
433	  else \
434	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435	      $$unique; \
436	  fi; \
437	fi
438ctags: CTAGS
439CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440		$(TAGS_FILES) $(LISP)
441	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442	unique=`for i in $$list; do \
443	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444	  done | \
445	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446	      END { if (nonempty) { for (i in files) print i; }; }'`; \
447	test -z "$(CTAGS_ARGS)$$unique" \
448	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449	     $$unique
450
451GTAGS:
452	here=`$(am__cd) $(top_builddir) && pwd` \
453	  && $(am__cd) $(top_srcdir) \
454	  && gtags -i $(GTAGS_ARGS) "$$here"
455
456distclean-tags:
457	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
459distdir: $(DISTFILES)
460	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462	list='$(DISTFILES)'; \
463	  dist_files=`for file in $$list; do echo $$file; done | \
464	  sed -e "s|^$$srcdirstrip/||;t" \
465	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466	case $$dist_files in \
467	  */*) $(MKDIR_P) `echo "$$dist_files" | \
468			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469			   sort -u` ;; \
470	esac; \
471	for file in $$dist_files; do \
472	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473	  if test -d $$d/$$file; then \
474	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475	    if test -d "$(distdir)/$$file"; then \
476	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477	    fi; \
478	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481	    fi; \
482	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483	  else \
484	    test -f "$(distdir)/$$file" \
485	    || cp -p $$d/$$file "$(distdir)/$$file" \
486	    || exit 1; \
487	  fi; \
488	done
489check-am: all-am
490check: $(BUILT_SOURCES)
491	$(MAKE) $(AM_MAKEFLAGS) check-am
492all-am: Makefile $(LTLIBRARIES)
493installdirs:
494	for dir in "$(DESTDIR)$(moduledir)"; do \
495	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
496	done
497install: $(BUILT_SOURCES)
498	$(MAKE) $(AM_MAKEFLAGS) install-am
499install-exec: install-exec-am
500install-data: install-data-am
501uninstall: uninstall-am
502
503install-am: all-am
504	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
505
506installcheck: installcheck-am
507install-strip:
508	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510	  `test -z '$(STRIP)' || \
511	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
512mostlyclean-generic:
513
514clean-generic:
515	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
516
517distclean-generic:
518	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
519	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
520
521maintainer-clean-generic:
522	@echo "This command is intended for maintainers to use"
523	@echo "it deletes files that may require special tools to rebuild."
524	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
525clean: clean-am
526
527clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
528	mostlyclean-am
529
530distclean: distclean-am
531	-rm -rf ./$(DEPDIR)
532	-rm -f Makefile
533distclean-am: clean-am distclean-compile distclean-generic \
534	distclean-tags
535
536dvi: dvi-am
537
538dvi-am:
539
540html: html-am
541
542html-am:
543
544info: info-am
545
546info-am:
547
548install-data-am: install-moduleLTLIBRARIES
549
550install-dvi: install-dvi-am
551
552install-dvi-am:
553
554install-exec-am:
555
556install-html: install-html-am
557
558install-html-am:
559
560install-info: install-info-am
561
562install-info-am:
563
564install-man:
565
566install-pdf: install-pdf-am
567
568install-pdf-am:
569
570install-ps: install-ps-am
571
572install-ps-am:
573
574installcheck-am:
575
576maintainer-clean: maintainer-clean-am
577	-rm -rf ./$(DEPDIR)
578	-rm -f Makefile
579maintainer-clean-am: distclean-am maintainer-clean-generic
580
581mostlyclean: mostlyclean-am
582
583mostlyclean-am: mostlyclean-compile mostlyclean-generic \
584	mostlyclean-libtool
585
586pdf: pdf-am
587
588pdf-am:
589
590ps: ps-am
591
592ps-am:
593
594uninstall-am: uninstall-moduleLTLIBRARIES
595
596.MAKE: all check install install-am install-strip
597
598.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
599	clean-libtool clean-moduleLTLIBRARIES ctags distclean \
600	distclean-compile distclean-generic distclean-libtool \
601	distclean-tags distdir dvi dvi-am html html-am info info-am \
602	install install-am install-data install-data-am install-dvi \
603	install-dvi-am install-exec install-exec-am install-html \
604	install-html-am install-info install-info-am install-man \
605	install-moduleLTLIBRARIES install-pdf install-pdf-am \
606	install-ps install-ps-am install-strip installcheck \
607	installcheck-am installdirs maintainer-clean \
608	maintainer-clean-generic mostlyclean mostlyclean-compile \
609	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
610	tags uninstall uninstall-am uninstall-moduleLTLIBRARIES
611
612
613group_options.h: ../../metadata/group.xml.in
614		$(BCOP_BIN) --header $@ $<
615
616group_options.c: ../../metadata/group.xml.in group_options.h
617		$(BCOP_BIN) --source $@ $<
618
619# Tell versions [3.59,3.63) of GNU make to not export all variables.
620# Otherwise a system limit (for SysV at least) may be exceeded.
621.NOEXPORT:
622