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@
37libexec_PROGRAMS = polkit-gnome-authentication-agent-1$(EXEEXT)
38subdir = src
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
42	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__installdirs = "$(DESTDIR)$(libexecdir)"
52PROGRAMS = $(libexec_PROGRAMS)
53am__objects_1 =
54am_polkit_gnome_authentication_agent_1_OBJECTS = polkit_gnome_authentication_agent_1-polkitgnomelistener.$(OBJEXT) \
55	polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.$(OBJEXT) \
56	polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.$(OBJEXT) \
57	polkit_gnome_authentication_agent_1-main.$(OBJEXT) \
58	$(am__objects_1)
59polkit_gnome_authentication_agent_1_OBJECTS =  \
60	$(am_polkit_gnome_authentication_agent_1_OBJECTS)
61am__DEPENDENCIES_1 =
62polkit_gnome_authentication_agent_1_DEPENDENCIES =  \
63	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
64	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
65	$(am__DEPENDENCIES_1)
66AM_V_lt = $(am__v_lt_$(V))
67am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
68am__v_lt_0 = --silent
69polkit_gnome_authentication_agent_1_LINK = $(LIBTOOL) $(AM_V_lt) \
70	--tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
71	$(CCLD) $(polkit_gnome_authentication_agent_1_CFLAGS) \
72	$(CFLAGS) $(polkit_gnome_authentication_agent_1_LDFLAGS) \
73	$(LDFLAGS) -o $@
74DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75depcomp = $(SHELL) $(top_srcdir)/depcomp
76am__depfiles_maybe = depfiles
77am__mv = mv -f
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
81	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
82	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83	$(AM_CFLAGS) $(CFLAGS)
84AM_V_CC = $(am__v_CC_$(V))
85am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
86am__v_CC_0 = @echo "  CC    " $@;
87AM_V_at = $(am__v_at_$(V))
88am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
89am__v_at_0 = @
90CCLD = $(CC)
91LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
93	$(AM_LDFLAGS) $(LDFLAGS) -o $@
94AM_V_CCLD = $(am__v_CCLD_$(V))
95am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
96am__v_CCLD_0 = @echo "  CCLD  " $@;
97AM_V_GEN = $(am__v_GEN_$(V))
98am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
99am__v_GEN_0 = @echo "  GEN   " $@;
100SOURCES = $(polkit_gnome_authentication_agent_1_SOURCES)
101DIST_SOURCES = $(polkit_gnome_authentication_agent_1_SOURCES)
102ETAGS = etags
103CTAGS = ctags
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105ACLOCAL = @ACLOCAL@
106ALL_LINGUAS = @ALL_LINGUAS@
107AMTAR = @AMTAR@
108AM_CFLAGS = @AM_CFLAGS@
109AM_CPPFLAGS = @AM_CPPFLAGS@
110AM_CXXFLAGS = @AM_CXXFLAGS@
111AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
112AM_LDFLAGS = @AM_LDFLAGS@
113AR = @AR@
114AUTOCONF = @AUTOCONF@
115AUTOHEADER = @AUTOHEADER@
116AUTOMAKE = @AUTOMAKE@
117AWK = @AWK@
118CATALOGS = @CATALOGS@
119CATOBJEXT = @CATOBJEXT@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
126DATADIRNAME = @DATADIRNAME@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DLLTOOL = @DLLTOOL@
130DSYMUTIL = @DSYMUTIL@
131DUMPBIN = @DUMPBIN@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137FGREP = @FGREP@
138GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
139GLIB_CFLAGS = @GLIB_CFLAGS@
140GLIB_LIBS = @GLIB_LIBS@
141GMOFILES = @GMOFILES@
142GMSGFMT = @GMSGFMT@
143GREP = @GREP@
144GTK_CFLAGS = @GTK_CFLAGS@
145GTK_LIBS = @GTK_LIBS@
146INSTALL = @INSTALL@
147INSTALL_DATA = @INSTALL_DATA@
148INSTALL_PROGRAM = @INSTALL_PROGRAM@
149INSTALL_SCRIPT = @INSTALL_SCRIPT@
150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151INSTOBJEXT = @INSTOBJEXT@
152INTLLIBS = @INTLLIBS@
153INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
154INTLTOOL_MERGE = @INTLTOOL_MERGE@
155INTLTOOL_PERL = @INTLTOOL_PERL@
156INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
157LD = @LD@
158LDFLAGS = @LDFLAGS@
159LIBOBJS = @LIBOBJS@
160LIBS = @LIBS@
161LIBTOOL = @LIBTOOL@
162LIPO = @LIPO@
163LN_S = @LN_S@
164LTLIBOBJS = @LTLIBOBJS@
165LT_AGE = @LT_AGE@
166LT_CURRENT = @LT_CURRENT@
167LT_REVISION = @LT_REVISION@
168MAINT = @MAINT@
169MAKEINFO = @MAKEINFO@
170MANIFEST_TOOL = @MANIFEST_TOOL@
171MKDIR_P = @MKDIR_P@
172MKINSTALLDIRS = @MKINSTALLDIRS@
173MSGFMT = @MSGFMT@
174MSGFMT_OPTS = @MSGFMT_OPTS@
175MSGMERGE = @MSGMERGE@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PKG_CONFIG = @PKG_CONFIG@
191PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
192PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
193POFILES = @POFILES@
194POLKIT_AGENT_CFLAGS = @POLKIT_AGENT_CFLAGS@
195POLKIT_AGENT_LIBS = @POLKIT_AGENT_LIBS@
196POLKIT_GOBJECT_CFLAGS = @POLKIT_GOBJECT_CFLAGS@
197POLKIT_GOBJECT_LIBS = @POLKIT_GOBJECT_LIBS@
198POSUB = @POSUB@
199PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
200PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
201RANLIB = @RANLIB@
202SED = @SED@
203SET_MAKE = @SET_MAKE@
204SHELL = @SHELL@
205STRIP = @STRIP@
206USE_NLS = @USE_NLS@
207VERSION = @VERSION@
208WARN_CFLAGS = @WARN_CFLAGS@
209XGETTEXT = @XGETTEXT@
210abs_builddir = @abs_builddir@
211abs_srcdir = @abs_srcdir@
212abs_top_builddir = @abs_top_builddir@
213abs_top_srcdir = @abs_top_srcdir@
214ac_ct_AR = @ac_ct_AR@
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@
240includedir = @includedir@
241infodir = @infodir@
242install_sh = @install_sh@
243libdir = @libdir@
244libexecdir = @libexecdir@
245localedir = @localedir@
246localstatedir = @localstatedir@
247mandir = @mandir@
248mkdir_p = @mkdir_p@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254sbindir = @sbindir@
255sharedstatedir = @sharedstatedir@
256srcdir = @srcdir@
257sysconfdir = @sysconfdir@
258target_alias = @target_alias@
259top_build_prefix = @top_build_prefix@
260top_builddir = @top_builddir@
261top_srcdir = @top_srcdir@
262NULL =
263FULL_LIBEXECDIR = $(libexecdir)
264polkit_gnome_authentication_agent_1_SOURCES = \
265	polkitgnomelistener.h			polkitgnomelistener.c			\
266	polkitgnomeauthenticator.h		polkitgnomeauthenticator.c		\
267	polkitgnomeauthenticationdialog.h	polkitgnomeauthenticationdialog.c	\
268	main.c										\
269	$(BUILT_SOURCES)								\
270	$(NULL)
271
272polkit_gnome_authentication_agent_1_CPPFLAGS = \
273	-I$(top_srcdir)					\
274	-DG_LOG_DOMAIN=\"polkit-gnome-1\"		\
275	-DDATADIR=\""$(pkgdatadir)"\"			\
276	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
277	-DPOLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE	\
278	$(DISABLE_DEPRECATED)				\
279	$(AM_CPPFLAGS)
280
281polkit_gnome_authentication_agent_1_CFLAGS = \
282	$(GTK_CFLAGS)					\
283	$(GLIB_CFLAGS)					\
284	$(GCONF_CFLAGS)					\
285	$(POLKIT_AGENT_CFLAGS)				\
286	$(POLKIT_GOBJECT_CFLAGS)			\
287	$(WARN_CFLAGS)					\
288	$(AM_CFLAGS)
289
290polkit_gnome_authentication_agent_1_LDFLAGS = \
291	$(AM_LDFLAGS)
292
293polkit_gnome_authentication_agent_1_LDADD = \
294	$(GTK_LIBS)					\
295	$(GLIB_LIBS)					\
296	$(GCONF_LIBS)					\
297	$(POLKIT_AGENT_LIBS)				\
298	$(POLKIT_GOBJECT_LIBS)				\
299	$(INTLLIBS)
300
301all: all-am
302
303.SUFFIXES:
304.SUFFIXES: .c .lo .o .obj
305$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
306	@for dep in $?; do \
307	  case '$(am__configure_deps)' in \
308	    *$$dep*) \
309	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
310	        && { if test -f $@; then exit 0; else break; fi; }; \
311	      exit 1;; \
312	  esac; \
313	done; \
314	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
315	$(am__cd) $(top_srcdir) && \
316	  $(AUTOMAKE) --foreign src/Makefile
317.PRECIOUS: Makefile
318Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319	@case '$?' in \
320	  *config.status*) \
321	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322	  *) \
323	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325	esac;
326
327$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
330$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334$(am__aclocal_m4_deps):
335install-libexecPROGRAMS: $(libexec_PROGRAMS)
336	@$(NORMAL_INSTALL)
337	test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
338	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
339	for p in $$list; do echo "$$p $$p"; done | \
340	sed 's/$(EXEEXT)$$//' | \
341	while read p p1; do if test -f $$p || test -f $$p1; \
342	  then echo "$$p"; echo "$$p"; else :; fi; \
343	done | \
344	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
345	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
346	sed 'N;N;N;s,\n, ,g' | \
347	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
348	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
349	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
350	    else { print "f", $$3 "/" $$4, $$1; } } \
351	  END { for (d in files) print "f", d, files[d] }' | \
352	while read type dir files; do \
353	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
354	    test -z "$$files" || { \
355	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
356	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
357	    } \
358	; done
359
360uninstall-libexecPROGRAMS:
361	@$(NORMAL_UNINSTALL)
362	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
363	files=`for p in $$list; do echo "$$p"; done | \
364	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
365	      -e 's/$$/$(EXEEXT)/' `; \
366	test -n "$$list" || exit 0; \
367	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
368	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
369
370clean-libexecPROGRAMS:
371	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
372	echo " rm -f" $$list; \
373	rm -f $$list || exit $$?; \
374	test -n "$(EXEEXT)" || exit 0; \
375	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
376	echo " rm -f" $$list; \
377	rm -f $$list
378polkit-gnome-authentication-agent-1$(EXEEXT): $(polkit_gnome_authentication_agent_1_OBJECTS) $(polkit_gnome_authentication_agent_1_DEPENDENCIES)
379	@rm -f polkit-gnome-authentication-agent-1$(EXEEXT)
380	$(AM_V_CCLD)$(polkit_gnome_authentication_agent_1_LINK) $(polkit_gnome_authentication_agent_1_OBJECTS) $(polkit_gnome_authentication_agent_1_LDADD) $(LIBS)
381
382mostlyclean-compile:
383	-rm -f *.$(OBJEXT)
384
385distclean-compile:
386	-rm -f *.tab.c
387
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkit_gnome_authentication_agent_1-main.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Po@am__quote@
392
393.c.o:
394@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
395@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
396@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399@am__fastdepCC_FALSE@	$(COMPILE) -c $<
400
401.c.obj:
402@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
403@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
408
409.c.lo:
410@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
412@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
414@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
416
417polkit_gnome_authentication_agent_1-polkitgnomelistener.o: polkitgnomelistener.c
418@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomelistener.o -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomelistener.o `test -f 'polkitgnomelistener.c' || echo '$(srcdir)/'`polkitgnomelistener.c
419@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Po
420@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomelistener.c' object='polkit_gnome_authentication_agent_1-polkitgnomelistener.o' libtool=no @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomelistener.o `test -f 'polkitgnomelistener.c' || echo '$(srcdir)/'`polkitgnomelistener.c
424
425polkit_gnome_authentication_agent_1-polkitgnomelistener.obj: polkitgnomelistener.c
426@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomelistener.obj -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomelistener.obj `if test -f 'polkitgnomelistener.c'; then $(CYGPATH_W) 'polkitgnomelistener.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomelistener.c'; fi`
427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomelistener.Po
428@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomelistener.c' object='polkit_gnome_authentication_agent_1-polkitgnomelistener.obj' libtool=no @AMDEPBACKSLASH@
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomelistener.obj `if test -f 'polkitgnomelistener.c'; then $(CYGPATH_W) 'polkitgnomelistener.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomelistener.c'; fi`
432
433polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.o: polkitgnomeauthenticator.c
434@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.o -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.o `test -f 'polkitgnomeauthenticator.c' || echo '$(srcdir)/'`polkitgnomeauthenticator.c
435@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Po
436@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomeauthenticator.c' object='polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.o' libtool=no @AMDEPBACKSLASH@
438@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.o `test -f 'polkitgnomeauthenticator.c' || echo '$(srcdir)/'`polkitgnomeauthenticator.c
440
441polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.obj: polkitgnomeauthenticator.c
442@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.obj -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.obj `if test -f 'polkitgnomeauthenticator.c'; then $(CYGPATH_W) 'polkitgnomeauthenticator.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomeauthenticator.c'; fi`
443@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.Po
444@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomeauthenticator.c' object='polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.obj' libtool=no @AMDEPBACKSLASH@
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticator.obj `if test -f 'polkitgnomeauthenticator.c'; then $(CYGPATH_W) 'polkitgnomeauthenticator.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomeauthenticator.c'; fi`
448
449polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.o: polkitgnomeauthenticationdialog.c
450@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.o -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.o `test -f 'polkitgnomeauthenticationdialog.c' || echo '$(srcdir)/'`polkitgnomeauthenticationdialog.c
451@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Po
452@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomeauthenticationdialog.c' object='polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.o' libtool=no @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.o `test -f 'polkitgnomeauthenticationdialog.c' || echo '$(srcdir)/'`polkitgnomeauthenticationdialog.c
456
457polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.obj: polkitgnomeauthenticationdialog.c
458@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.obj -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Tpo -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.obj `if test -f 'polkitgnomeauthenticationdialog.c'; then $(CYGPATH_W) 'polkitgnomeauthenticationdialog.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomeauthenticationdialog.c'; fi`
459@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.Po
460@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polkitgnomeauthenticationdialog.c' object='polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.obj' libtool=no @AMDEPBACKSLASH@
462@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-polkitgnomeauthenticationdialog.obj `if test -f 'polkitgnomeauthenticationdialog.c'; then $(CYGPATH_W) 'polkitgnomeauthenticationdialog.c'; else $(CYGPATH_W) '$(srcdir)/polkitgnomeauthenticationdialog.c'; fi`
464
465polkit_gnome_authentication_agent_1-main.o: main.c
466@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-main.o -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Tpo -c -o polkit_gnome_authentication_agent_1-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
467@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Po
468@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
469@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='polkit_gnome_authentication_agent_1-main.o' libtool=no @AMDEPBACKSLASH@
470@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
472
473polkit_gnome_authentication_agent_1-main.obj: main.c
474@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -MT polkit_gnome_authentication_agent_1-main.obj -MD -MP -MF $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Tpo -c -o polkit_gnome_authentication_agent_1-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
475@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Tpo $(DEPDIR)/polkit_gnome_authentication_agent_1-main.Po
476@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
477@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='polkit_gnome_authentication_agent_1-main.obj' libtool=no @AMDEPBACKSLASH@
478@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(polkit_gnome_authentication_agent_1_CPPFLAGS) $(CPPFLAGS) $(polkit_gnome_authentication_agent_1_CFLAGS) $(CFLAGS) -c -o polkit_gnome_authentication_agent_1-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
480
481mostlyclean-libtool:
482	-rm -f *.lo
483
484clean-libtool:
485	-rm -rf .libs _libs
486
487ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
488	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
489	unique=`for i in $$list; do \
490	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491	  done | \
492	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493	      END { if (nonempty) { for (i in files) print i; }; }'`; \
494	mkid -fID $$unique
495tags: TAGS
496
497TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
498		$(TAGS_FILES) $(LISP)
499	set x; \
500	here=`pwd`; \
501	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
502	unique=`for i in $$list; do \
503	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504	  done | \
505	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506	      END { if (nonempty) { for (i in files) print i; }; }'`; \
507	shift; \
508	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
509	  test -n "$$unique" || unique=$$empty_fix; \
510	  if test $$# -gt 0; then \
511	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512	      "$$@" $$unique; \
513	  else \
514	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515	      $$unique; \
516	  fi; \
517	fi
518ctags: CTAGS
519CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520		$(TAGS_FILES) $(LISP)
521	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
522	unique=`for i in $$list; do \
523	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524	  done | \
525	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526	      END { if (nonempty) { for (i in files) print i; }; }'`; \
527	test -z "$(CTAGS_ARGS)$$unique" \
528	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529	     $$unique
530
531GTAGS:
532	here=`$(am__cd) $(top_builddir) && pwd` \
533	  && $(am__cd) $(top_srcdir) \
534	  && gtags -i $(GTAGS_ARGS) "$$here"
535
536distclean-tags:
537	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
538
539distdir: $(DISTFILES)
540	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542	list='$(DISTFILES)'; \
543	  dist_files=`for file in $$list; do echo $$file; done | \
544	  sed -e "s|^$$srcdirstrip/||;t" \
545	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
546	case $$dist_files in \
547	  */*) $(MKDIR_P) `echo "$$dist_files" | \
548			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
549			   sort -u` ;; \
550	esac; \
551	for file in $$dist_files; do \
552	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553	  if test -d $$d/$$file; then \
554	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555	    if test -d "$(distdir)/$$file"; then \
556	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557	    fi; \
558	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561	    fi; \
562	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
563	  else \
564	    test -f "$(distdir)/$$file" \
565	    || cp -p $$d/$$file "$(distdir)/$$file" \
566	    || exit 1; \
567	  fi; \
568	done
569check-am: all-am
570check: check-am
571all-am: Makefile $(PROGRAMS)
572installdirs:
573	for dir in "$(DESTDIR)$(libexecdir)"; do \
574	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
575	done
576install: install-am
577install-exec: install-exec-am
578install-data: install-data-am
579uninstall: uninstall-am
580
581install-am: all-am
582	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583
584installcheck: installcheck-am
585install-strip:
586	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588	  `test -z '$(STRIP)' || \
589	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
590mostlyclean-generic:
591
592clean-generic:
593
594distclean-generic:
595	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597
598maintainer-clean-generic:
599	@echo "This command is intended for maintainers to use"
600	@echo "it deletes files that may require special tools to rebuild."
601clean: clean-am
602
603clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
604	clean-local mostlyclean-am
605
606distclean: distclean-am
607	-rm -rf ./$(DEPDIR)
608	-rm -f Makefile
609distclean-am: clean-am distclean-compile distclean-generic \
610	distclean-tags
611
612dvi: dvi-am
613
614dvi-am:
615
616html: html-am
617
618html-am:
619
620info: info-am
621
622info-am:
623
624install-data-am:
625
626install-dvi: install-dvi-am
627
628install-dvi-am:
629
630install-exec-am: install-libexecPROGRAMS
631
632install-html: install-html-am
633
634install-html-am:
635
636install-info: install-info-am
637
638install-info-am:
639
640install-man:
641
642install-pdf: install-pdf-am
643
644install-pdf-am:
645
646install-ps: install-ps-am
647
648install-ps-am:
649
650installcheck-am:
651
652maintainer-clean: maintainer-clean-am
653	-rm -rf ./$(DEPDIR)
654	-rm -f Makefile
655maintainer-clean-am: distclean-am maintainer-clean-generic
656
657mostlyclean: mostlyclean-am
658
659mostlyclean-am: mostlyclean-compile mostlyclean-generic \
660	mostlyclean-libtool
661
662pdf: pdf-am
663
664pdf-am:
665
666ps: ps-am
667
668ps-am:
669
670uninstall-am: uninstall-libexecPROGRAMS
671
672.MAKE: install-am install-strip
673
674.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
675	clean-libexecPROGRAMS clean-libtool clean-local ctags \
676	distclean distclean-compile distclean-generic \
677	distclean-libtool distclean-tags distdir dvi dvi-am html \
678	html-am info info-am install install-am install-data \
679	install-data-am install-dvi install-dvi-am install-exec \
680	install-exec-am install-html install-html-am install-info \
681	install-info-am install-libexecPROGRAMS install-man \
682	install-pdf install-pdf-am install-ps install-ps-am \
683	install-strip installcheck installcheck-am installdirs \
684	maintainer-clean maintainer-clean-generic mostlyclean \
685	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
686	pdf pdf-am ps ps-am tags uninstall uninstall-am \
687	uninstall-libexecPROGRAMS
688
689
690clean-local :
691	rm -f *~
692
693# Tell versions [3.59,3.63) of GNU make to not export all variables.
694# Otherwise a system limit (for SysV at least) may be exceeded.
695.NOEXPORT:
696