1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# 
18#  Copyright 2005  Red Hat, Inc.
19# 
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29# 
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkgincludedir = $(includedir)/@PACKAGE@
97pkglibdir = $(libdir)/@PACKAGE@
98pkglibexecdir = $(libexecdir)/@PACKAGE@
99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100install_sh_DATA = $(install_sh) -c -m 644
101install_sh_PROGRAM = $(install_sh) -c
102install_sh_SCRIPT = $(install_sh) -c
103INSTALL_HEADER = $(INSTALL_DATA)
104transform = $(program_transform_name)
105NORMAL_INSTALL = :
106PRE_INSTALL = :
107POST_INSTALL = :
108NORMAL_UNINSTALL = :
109PRE_UNINSTALL = :
110POST_UNINSTALL = :
111build_triplet = @build@
112host_triplet = @host@
113bin_PROGRAMS = proxymngr$(EXEEXT)
114subdir = .
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
120	$(am__configure_deps) $(am__DIST_COMMON)
121am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
122 configure.lineno config.status.lineno
123mkinstalldirs = $(install_sh) -d
124CONFIG_HEADER = xconfig.h
125CONFIG_CLEAN_FILES =
126CONFIG_CLEAN_VPATH_FILES =
127am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" \
128	"$(DESTDIR)$(configdir)"
129PROGRAMS = $(bin_PROGRAMS)
130am_proxymngr_OBJECTS = config.$(OBJEXT) main.$(OBJEXT) pmdb.$(OBJEXT)
131proxymngr_OBJECTS = $(am_proxymngr_OBJECTS)
132am__DEPENDENCIES_1 =
133proxymngr_DEPENDENCIES = $(am__DEPENDENCIES_1)
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo "  GEN     " $@;
141am__v_GEN_1 = 
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 = 
146DEFAULT_INCLUDES = -I.@am__isrc@
147depcomp = $(SHELL) $(top_srcdir)/depcomp
148am__depfiles_maybe = depfiles
149am__mv = mv -f
150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152AM_V_CC = $(am__v_CC_@AM_V@)
153am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
154am__v_CC_0 = @echo "  CC      " $@;
155am__v_CC_1 = 
156CCLD = $(CC)
157LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160am__v_CCLD_0 = @echo "  CCLD    " $@;
161am__v_CCLD_1 = 
162SOURCES = $(proxymngr_SOURCES)
163DIST_SOURCES = $(proxymngr_SOURCES)
164am__can_run_installinfo = \
165  case $$AM_UPDATE_INFO_DIR in \
166    n|no|NO) false;; \
167    *) (install-info --version) >/dev/null 2>&1;; \
168  esac
169am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
170am__vpath_adj = case $$p in \
171    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
172    *) f=$$p;; \
173  esac;
174am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175am__install_max = 40
176am__nobase_strip_setup = \
177  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178am__nobase_strip = \
179  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
180am__nobase_list = $(am__nobase_strip_setup); \
181  for p in $$list; do echo "$$p $$p"; done | \
182  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
183  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
184    if (++n[$$2] == $(am__install_max)) \
185      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
186    END { for (dir in files) print dir, files[dir] }'
187am__base_list = \
188  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
189  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
190am__uninstall_files_from_dir = { \
191  test -z "$$files" \
192    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
193    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
194         $(am__cd) "$$dir" && rm -f $$files; }; \
195  }
196DATA = $(appman_DATA) $(config_DATA)
197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
198	$(LISP)xconfig.h.in
199# Read a list of newline-separated strings from the standard input,
200# and print each of them once, without duplicates.  Input order is
201# *not* preserved.
202am__uniquify_input = $(AWK) '\
203  BEGIN { nonempty = 0; } \
204  { items[$$0] = 1; nonempty = 1; } \
205  END { if (nonempty) { for (i in items) print i; }; } \
206'
207# Make sure the list of sources is unique.  This is necessary because,
208# e.g., the same source file might be shared among _SOURCES variables
209# for different programs/libraries.
210am__define_uniq_tagged_files = \
211  list='$(am__tagged_files)'; \
212  unique=`for i in $$list; do \
213    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214  done | $(am__uniquify_input)`
215ETAGS = etags
216CTAGS = ctags
217CSCOPE = cscope
218AM_RECURSIVE_TARGETS = cscope
219am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xconfig.h.in COPYING \
220	ChangeLog README compile config.guess config.sub depcomp \
221	install-sh missing
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223distdir = $(PACKAGE)-$(VERSION)
224top_distdir = $(distdir)
225am__remove_distdir = \
226  if test -d "$(distdir)"; then \
227    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
228      && rm -rf "$(distdir)" \
229      || { sleep 5 && rm -rf "$(distdir)"; }; \
230  else :; fi
231am__post_remove_distdir = $(am__remove_distdir)
232DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
233GZIP_ENV = --best
234DIST_TARGETS = dist-bzip2 dist-gzip
235distuninstallcheck_listfiles = find . -type f -print
236am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
237  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
238distcleancheck_listfiles = find . -type f -print
239ACLOCAL = @ACLOCAL@
240ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
241ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
242AMTAR = @AMTAR@
243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244APP_MAN_DIR = @APP_MAN_DIR@
245APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
246AUTOCONF = @AUTOCONF@
247AUTOHEADER = @AUTOHEADER@
248AUTOMAKE = @AUTOMAKE@
249AWK = @AWK@
250BASE_CFLAGS = @BASE_CFLAGS@
251CC = @CC@
252CCDEPMODE = @CCDEPMODE@
253CFLAGS = @CFLAGS@
254CHANGELOG_CMD = @CHANGELOG_CMD@
255CPP = @CPP@
256CPPFLAGS = @CPPFLAGS@
257CWARNFLAGS = @CWARNFLAGS@
258CYGPATH_W = @CYGPATH_W@
259DEFS = @DEFS@
260DEPDIR = @DEPDIR@
261DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
262DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
263ECHO_C = @ECHO_C@
264ECHO_N = @ECHO_N@
265ECHO_T = @ECHO_T@
266EGREP = @EGREP@
267EXEEXT = @EXEEXT@
268FILE_MAN_DIR = @FILE_MAN_DIR@
269FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
270GREP = @GREP@
271INSTALL = @INSTALL@
272INSTALL_CMD = @INSTALL_CMD@
273INSTALL_DATA = @INSTALL_DATA@
274INSTALL_PROGRAM = @INSTALL_PROGRAM@
275INSTALL_SCRIPT = @INSTALL_SCRIPT@
276INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
277LBXPROXY = @LBXPROXY@
278LDFLAGS = @LDFLAGS@
279LIBOBJS = @LIBOBJS@
280LIBS = @LIBS@
281LIB_MAN_DIR = @LIB_MAN_DIR@
282LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
283LTLIBOBJS = @LTLIBOBJS@
284MAKEINFO = @MAKEINFO@
285
286# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
287MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__configdir__|$(CONFIG_DIR)|g'
288MISC_MAN_DIR = @MISC_MAN_DIR@
289MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
290MKDIR_P = @MKDIR_P@
291OBJEXT = @OBJEXT@
292PACKAGE = @PACKAGE@
293PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294PACKAGE_NAME = @PACKAGE_NAME@
295PACKAGE_STRING = @PACKAGE_STRING@
296PACKAGE_TARNAME = @PACKAGE_TARNAME@
297PACKAGE_URL = @PACKAGE_URL@
298PACKAGE_VERSION = @PACKAGE_VERSION@
299PATH_SEPARATOR = @PATH_SEPARATOR@
300PKG_CONFIG = @PKG_CONFIG@
301PROXYMNGR_CFLAGS = @PROXYMNGR_CFLAGS@
302PROXYMNGR_LIBS = @PROXYMNGR_LIBS@
303SED = @SED@
304SET_MAKE = @SET_MAKE@
305SHELL = @SHELL@
306STRICT_CFLAGS = @STRICT_CFLAGS@
307STRIP = @STRIP@
308VERSION = @VERSION@
309XORG_MAN_PAGE = @XORG_MAN_PAGE@
310abs_builddir = @abs_builddir@
311abs_srcdir = @abs_srcdir@
312abs_top_builddir = @abs_top_builddir@
313abs_top_srcdir = @abs_top_srcdir@
314ac_ct_CC = @ac_ct_CC@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332host = @host@
333host_alias = @host_alias@
334host_cpu = @host_cpu@
335host_os = @host_os@
336host_vendor = @host_vendor@
337htmldir = @htmldir@
338includedir = @includedir@
339infodir = @infodir@
340install_sh = @install_sh@
341libdir = @libdir@
342libexecdir = @libexecdir@
343localedir = @localedir@
344localstatedir = @localstatedir@
345mandir = @mandir@
346mkdir_p = @mkdir_p@
347oldincludedir = @oldincludedir@
348pdfdir = @pdfdir@
349prefix = @prefix@
350program_transform_name = @program_transform_name@
351psdir = @psdir@
352sbindir = @sbindir@
353sharedstatedir = @sharedstatedir@
354srcdir = @srcdir@
355sysconfdir = @sysconfdir@
356target_alias = @target_alias@
357top_build_prefix = @top_build_prefix@
358top_builddir = @top_builddir@
359top_srcdir = @top_srcdir@
360CONFIG_DIR = $(sysconfdir)/X11/proxymngr
361AM_CFLAGS = \
362	$(CWARNFLAGS)					\
363	$(PROXYMNGR_CFLAGS)				\
364	-DXVENDORNAME=\"The\ X\.Org\ Foundation\"	\
365	-DXORG_RELEASE=\"Release\ $(VERSION)\"		\
366	-DCONFIG_FILE=\"$(CONFIG_DIR)/proxymngr/pmconfig\"
367
368proxymngr_LDADD = $(PROXYMNGR_LIBS)
369proxymngr_SOURCES = \
370        config.c \
371        config.h \
372        main.c \
373        pmdb.c \
374        pmdb.h \
375        pmint.h
376
377appman_PRE = \
378        proxymngr.man
379
380configdir = $(CONFIG_DIR)
381config_DATA = pmconfig
382EXTRA_DIST = pmconfig.cpp $(appman_PRE) ChangeLog
383CLEANFILES = pmconfig $(appman_DATA)
384appmandir = $(APP_MAN_DIR)
385appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
386SUFFIXES = .$(APP_MAN_SUFFIX) .man
387MAINTAINERCLEANFILES = ChangeLog
388all: xconfig.h
389	$(MAKE) $(AM_MAKEFLAGS) all-am
390
391.SUFFIXES:
392.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
393am--refresh: Makefile
394	@:
395$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
396	@for dep in $?; do \
397	  case '$(am__configure_deps)' in \
398	    *$$dep*) \
399	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
400	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
401		&& exit 0; \
402	      exit 1;; \
403	  esac; \
404	done; \
405	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
406	$(am__cd) $(top_srcdir) && \
407	  $(AUTOMAKE) --foreign Makefile
408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409	@case '$?' in \
410	  *config.status*) \
411	    echo ' $(SHELL) ./config.status'; \
412	    $(SHELL) ./config.status;; \
413	  *) \
414	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
415	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
416	esac;
417
418$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419	$(SHELL) ./config.status --recheck
420
421$(top_srcdir)/configure:  $(am__configure_deps)
422	$(am__cd) $(srcdir) && $(AUTOCONF)
423$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
425$(am__aclocal_m4_deps):
426
427xconfig.h: stamp-h1
428	@test -f $@ || rm -f stamp-h1
429	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
430
431stamp-h1: $(srcdir)/xconfig.h.in $(top_builddir)/config.status
432	@rm -f stamp-h1
433	cd $(top_builddir) && $(SHELL) ./config.status xconfig.h
434$(srcdir)/xconfig.h.in:  $(am__configure_deps) 
435	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
436	rm -f stamp-h1
437	touch $@
438
439distclean-hdr:
440	-rm -f xconfig.h stamp-h1
441install-binPROGRAMS: $(bin_PROGRAMS)
442	@$(NORMAL_INSTALL)
443	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
444	if test -n "$$list"; then \
445	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
446	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
447	fi; \
448	for p in $$list; do echo "$$p $$p"; done | \
449	sed 's/$(EXEEXT)$$//' | \
450	while read p p1; do if test -f $$p \
451	  ; then echo "$$p"; echo "$$p"; else :; fi; \
452	done | \
453	sed -e 'p;s,.*/,,;n;h' \
454	    -e 's|.*|.|' \
455	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
456	sed 'N;N;N;s,\n, ,g' | \
457	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
458	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
459	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
460	    else { print "f", $$3 "/" $$4, $$1; } } \
461	  END { for (d in files) print "f", d, files[d] }' | \
462	while read type dir files; do \
463	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
464	    test -z "$$files" || { \
465	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
466	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
467	    } \
468	; done
469
470uninstall-binPROGRAMS:
471	@$(NORMAL_UNINSTALL)
472	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
473	files=`for p in $$list; do echo "$$p"; done | \
474	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
475	      -e 's/$$/$(EXEEXT)/' \
476	`; \
477	test -n "$$list" || exit 0; \
478	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
479	cd "$(DESTDIR)$(bindir)" && rm -f $$files
480
481clean-binPROGRAMS:
482	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
483
484proxymngr$(EXEEXT): $(proxymngr_OBJECTS) $(proxymngr_DEPENDENCIES) $(EXTRA_proxymngr_DEPENDENCIES) 
485	@rm -f proxymngr$(EXEEXT)
486	$(AM_V_CCLD)$(LINK) $(proxymngr_OBJECTS) $(proxymngr_LDADD) $(LIBS)
487
488mostlyclean-compile:
489	-rm -f *.$(OBJEXT)
490
491distclean-compile:
492	-rm -f *.tab.c
493
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmdb.Po@am__quote@
497
498.c.o:
499@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
500@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
501@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
502@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
504
505.c.obj:
506@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
507@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
508@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
509@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
511install-appmanDATA: $(appman_DATA)
512	@$(NORMAL_INSTALL)
513	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
514	if test -n "$$list"; then \
515	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
516	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
517	fi; \
518	for p in $$list; do \
519	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
520	  echo "$$d$$p"; \
521	done | $(am__base_list) | \
522	while read files; do \
523	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
524	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
525	done
526
527uninstall-appmanDATA:
528	@$(NORMAL_UNINSTALL)
529	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
530	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
531	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
532install-configDATA: $(config_DATA)
533	@$(NORMAL_INSTALL)
534	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
535	if test -n "$$list"; then \
536	  echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \
537	  $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \
538	fi; \
539	for p in $$list; do \
540	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
541	  echo "$$d$$p"; \
542	done | $(am__base_list) | \
543	while read files; do \
544	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
545	  $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
546	done
547
548uninstall-configDATA:
549	@$(NORMAL_UNINSTALL)
550	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
551	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
552	dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
553
554ID: $(am__tagged_files)
555	$(am__define_uniq_tagged_files); mkid -fID $$unique
556tags: tags-am
557TAGS: tags
558
559tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560	set x; \
561	here=`pwd`; \
562	$(am__define_uniq_tagged_files); \
563	shift; \
564	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
565	  test -n "$$unique" || unique=$$empty_fix; \
566	  if test $$# -gt 0; then \
567	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568	      "$$@" $$unique; \
569	  else \
570	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571	      $$unique; \
572	  fi; \
573	fi
574ctags: ctags-am
575
576CTAGS: ctags
577ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
578	$(am__define_uniq_tagged_files); \
579	test -z "$(CTAGS_ARGS)$$unique" \
580	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
581	     $$unique
582
583GTAGS:
584	here=`$(am__cd) $(top_builddir) && pwd` \
585	  && $(am__cd) $(top_srcdir) \
586	  && gtags -i $(GTAGS_ARGS) "$$here"
587cscope: cscope.files
588	test ! -s cscope.files \
589	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
590clean-cscope:
591	-rm -f cscope.files
592cscope.files: clean-cscope cscopelist
593cscopelist: cscopelist-am
594
595cscopelist-am: $(am__tagged_files)
596	list='$(am__tagged_files)'; \
597	case "$(srcdir)" in \
598	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
599	  *) sdir=$(subdir)/$(srcdir) ;; \
600	esac; \
601	for i in $$list; do \
602	  if test -f "$$i"; then \
603	    echo "$(subdir)/$$i"; \
604	  else \
605	    echo "$$sdir/$$i"; \
606	  fi; \
607	done >> $(top_builddir)/cscope.files
608
609distclean-tags:
610	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
611	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
612
613distdir: $(DISTFILES)
614	$(am__remove_distdir)
615	test -d "$(distdir)" || mkdir "$(distdir)"
616	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618	list='$(DISTFILES)'; \
619	  dist_files=`for file in $$list; do echo $$file; done | \
620	  sed -e "s|^$$srcdirstrip/||;t" \
621	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622	case $$dist_files in \
623	  */*) $(MKDIR_P) `echo "$$dist_files" | \
624			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625			   sort -u` ;; \
626	esac; \
627	for file in $$dist_files; do \
628	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629	  if test -d $$d/$$file; then \
630	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631	    if test -d "$(distdir)/$$file"; then \
632	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633	    fi; \
634	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639	  else \
640	    test -f "$(distdir)/$$file" \
641	    || cp -p $$d/$$file "$(distdir)/$$file" \
642	    || exit 1; \
643	  fi; \
644	done
645	$(MAKE) $(AM_MAKEFLAGS) \
646	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
647	  dist-hook
648	-test -n "$(am__skip_mode_fix)" \
649	|| find "$(distdir)" -type d ! -perm -755 \
650		-exec chmod u+rwx,go+rx {} \; -o \
651	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
652	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
653	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
654	|| chmod -R a+r "$(distdir)"
655dist-gzip: distdir
656	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
657	$(am__post_remove_distdir)
658dist-bzip2: distdir
659	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
660	$(am__post_remove_distdir)
661
662dist-lzip: distdir
663	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
664	$(am__post_remove_distdir)
665
666dist-xz: distdir
667	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
668	$(am__post_remove_distdir)
669
670dist-tarZ: distdir
671	@echo WARNING: "Support for distribution archives compressed with" \
672		       "legacy program 'compress' is deprecated." >&2
673	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
674	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
675	$(am__post_remove_distdir)
676
677dist-shar: distdir
678	@echo WARNING: "Support for shar distribution archives is" \
679	               "deprecated." >&2
680	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
681	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
682	$(am__post_remove_distdir)
683
684dist-zip: distdir
685	-rm -f $(distdir).zip
686	zip -rq $(distdir).zip $(distdir)
687	$(am__post_remove_distdir)
688
689dist dist-all:
690	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
691	$(am__post_remove_distdir)
692
693# This target untars the dist file and tries a VPATH configuration.  Then
694# it guarantees that the distribution is self-contained by making another
695# tarfile.
696distcheck: dist
697	case '$(DIST_ARCHIVES)' in \
698	*.tar.gz*) \
699	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
700	*.tar.bz2*) \
701	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
702	*.tar.lz*) \
703	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
704	*.tar.xz*) \
705	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
706	*.tar.Z*) \
707	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
708	*.shar.gz*) \
709	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
710	*.zip*) \
711	  unzip $(distdir).zip ;;\
712	esac
713	chmod -R a-w $(distdir)
714	chmod u+w $(distdir)
715	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
716	chmod a-w $(distdir)
717	test -d $(distdir)/_build || exit 0; \
718	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
719	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
720	  && am__cwd=`pwd` \
721	  && $(am__cd) $(distdir)/_build/sub \
722	  && ../../configure \
723	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
724	    $(DISTCHECK_CONFIGURE_FLAGS) \
725	    --srcdir=../.. --prefix="$$dc_install_base" \
726	  && $(MAKE) $(AM_MAKEFLAGS) \
727	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
728	  && $(MAKE) $(AM_MAKEFLAGS) check \
729	  && $(MAKE) $(AM_MAKEFLAGS) install \
730	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
731	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
732	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
733	        distuninstallcheck \
734	  && chmod -R a-w "$$dc_install_base" \
735	  && ({ \
736	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
737	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
738	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
739	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
740	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
741	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
742	  && rm -rf "$$dc_destdir" \
743	  && $(MAKE) $(AM_MAKEFLAGS) dist \
744	  && rm -rf $(DIST_ARCHIVES) \
745	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
746	  && cd "$$am__cwd" \
747	  || exit 1
748	$(am__post_remove_distdir)
749	@(echo "$(distdir) archives ready for distribution: "; \
750	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
751	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
752distuninstallcheck:
753	@test -n '$(distuninstallcheck_dir)' || { \
754	  echo 'ERROR: trying to run $@ with an empty' \
755	       '$$(distuninstallcheck_dir)' >&2; \
756	  exit 1; \
757	}; \
758	$(am__cd) '$(distuninstallcheck_dir)' || { \
759	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
760	  exit 1; \
761	}; \
762	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
763	   || { echo "ERROR: files left after uninstall:" ; \
764	        if test -n "$(DESTDIR)"; then \
765	          echo "  (check DESTDIR support)"; \
766	        fi ; \
767	        $(distuninstallcheck_listfiles) ; \
768	        exit 1; } >&2
769distcleancheck: distclean
770	@if test '$(srcdir)' = . ; then \
771	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
772	  exit 1 ; \
773	fi
774	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
775	  || { echo "ERROR: files left in build directory after distclean:" ; \
776	       $(distcleancheck_listfiles) ; \
777	       exit 1; } >&2
778check-am: all-am
779check: check-am
780all-am: Makefile $(PROGRAMS) $(DATA) xconfig.h
781installdirs:
782	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(configdir)"; do \
783	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
784	done
785install: install-am
786install-exec: install-exec-am
787install-data: install-data-am
788uninstall: uninstall-am
789
790install-am: all-am
791	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
792
793installcheck: installcheck-am
794install-strip:
795	if test -z '$(STRIP)'; then \
796	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798	      install; \
799	else \
800	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
803	fi
804mostlyclean-generic:
805
806clean-generic:
807	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
808
809distclean-generic:
810	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812
813maintainer-clean-generic:
814	@echo "This command is intended for maintainers to use"
815	@echo "it deletes files that may require special tools to rebuild."
816	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
817clean: clean-am
818
819clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
820
821distclean: distclean-am
822	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
823	-rm -rf ./$(DEPDIR)
824	-rm -f Makefile
825distclean-am: clean-am distclean-compile distclean-generic \
826	distclean-hdr distclean-tags
827
828dvi: dvi-am
829
830dvi-am:
831
832html: html-am
833
834html-am:
835
836info: info-am
837
838info-am:
839
840install-data-am: install-appmanDATA install-configDATA
841
842install-dvi: install-dvi-am
843
844install-dvi-am:
845
846install-exec-am: install-binPROGRAMS
847
848install-html: install-html-am
849
850install-html-am:
851
852install-info: install-info-am
853
854install-info-am:
855
856install-man:
857
858install-pdf: install-pdf-am
859
860install-pdf-am:
861
862install-ps: install-ps-am
863
864install-ps-am:
865
866installcheck-am:
867
868maintainer-clean: maintainer-clean-am
869	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
870	-rm -rf $(top_srcdir)/autom4te.cache
871	-rm -rf ./$(DEPDIR)
872	-rm -f Makefile
873maintainer-clean-am: distclean-am maintainer-clean-generic
874
875mostlyclean: mostlyclean-am
876
877mostlyclean-am: mostlyclean-compile mostlyclean-generic
878
879pdf: pdf-am
880
881pdf-am:
882
883ps: ps-am
884
885ps-am:
886
887uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
888	uninstall-configDATA
889
890.MAKE: all install-am install-strip
891
892.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
893	clean-binPROGRAMS clean-cscope clean-generic cscope \
894	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
895	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
896	dist-zip distcheck distclean distclean-compile \
897	distclean-generic distclean-hdr distclean-tags distcleancheck \
898	distdir distuninstallcheck dvi dvi-am html html-am info \
899	info-am install install-am install-appmanDATA \
900	install-binPROGRAMS install-configDATA install-data \
901	install-data-am install-dvi install-dvi-am install-exec \
902	install-exec-am install-html install-html-am install-info \
903	install-info-am install-man install-pdf install-pdf-am \
904	install-ps install-ps-am install-strip installcheck \
905	installcheck-am installdirs maintainer-clean \
906	maintainer-clean-generic mostlyclean mostlyclean-compile \
907	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
908	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
909	uninstall-configDATA
910
911.PRECIOUS: Makefile
912
913
914pmconfig: pmconfig.cpp
915	$(AM_V_GEN)$(SED) -e s/LBXPROXY/`echo @LBXPROXY@ | sed -e s/\\\\//\\\\\\\\\\\\//g`/ < $(srcdir)/pmconfig.cpp > $@
916
917# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
918.man.$(APP_MAN_SUFFIX):
919	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
920
921.PHONY: ChangeLog
922
923ChangeLog:
924	$(CHANGELOG_CMD)
925
926dist-hook: ChangeLog
927
928# Tell versions [3.59,3.63) of GNU make to not export all variables.
929# Otherwise a system limit (for SysV at least) may be exceeded.
930.NOEXPORT:
931