Makefile.in revision 566738d7
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38ACLOCAL = @ACLOCAL@
39AMTAR = @AMTAR@
40AUTOCONF = @AUTOCONF@
41AUTOHEADER = @AUTOHEADER@
42AUTOMAKE = @AUTOMAKE@
43AWK = @AWK@
44CYGPATH_W = @CYGPATH_W@
45DEFS = @DEFS@
46ECHO_C = @ECHO_C@
47ECHO_N = @ECHO_N@
48ECHO_T = @ECHO_T@
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
53LIBOBJS = @LIBOBJS@
54LIBS = @LIBS@
55LTLIBOBJS = @LTLIBOBJS@
56MAKEINFO = @MAKEINFO@
57PACKAGE = @PACKAGE@
58PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
59PACKAGE_NAME = @PACKAGE_NAME@
60PACKAGE_STRING = @PACKAGE_STRING@
61PACKAGE_TARNAME = @PACKAGE_TARNAME@
62PACKAGE_VERSION = @PACKAGE_VERSION@
63PATH_SEPARATOR = @PATH_SEPARATOR@
64SET_MAKE = @SET_MAKE@
65SHELL = @SHELL@
66STRIP = @STRIP@
67VERSION = @VERSION@
68ac_ct_STRIP = @ac_ct_STRIP@
69am__leading_dot = @am__leading_dot@
70bindir = @bindir@
71build_alias = @build_alias@
72datadir = @datadir@
73exec_prefix = @exec_prefix@
74host_alias = @host_alias@
75includedir = @includedir@
76infodir = @infodir@
77install_sh = @install_sh@
78libdir = @libdir@
79libexecdir = @libexecdir@
80localstatedir = @localstatedir@
81mandir = @mandir@
82oldincludedir = @oldincludedir@
83prefix = @prefix@
84program_transform_name = @program_transform_name@
85sbindir = @sbindir@
86sharedstatedir = @sharedstatedir@
87sysconfdir = @sysconfdir@
88target_alias = @target_alias@
89xproxymngdir = $(includedir)/X11/PM
90xproxymng_HEADERS = \
91	PM.h \
92	PMproto.h
93
94
95pkgconfigdir = $(libdir)/pkgconfig
96pkgconfig_DATA = xproxymngproto.pc
97
98EXTRA_DIST = autogen.sh xproxymngproto.pc.in
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_CLEAN_FILES = xproxymngproto.pc
103DIST_SOURCES =
104DATA = $(pkgconfig_DATA)
105
106HEADERS = $(xproxymng_HEADERS)
107
108DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure \
109	$(xproxymng_HEADERS) COPYING ChangeLog Makefile.am aclocal.m4 \
110	configure configure.ac install-sh missing mkinstalldirs \
111	xproxymngproto.pc.in
112all: all-am
113
114.SUFFIXES:
115
116am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
117 configure.lineno
118$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119	cd $(top_srcdir) && \
120	  $(AUTOMAKE) --foreign  Makefile
121Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
122	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
123
124$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
125	$(SHELL) ./config.status --recheck
126$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127	cd $(srcdir) && $(AUTOCONF)
128
129$(ACLOCAL_M4):  configure.ac 
130	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
131xproxymngproto.pc: $(top_builddir)/config.status xproxymngproto.pc.in
132	cd $(top_builddir) && $(SHELL) ./config.status $@
133uninstall-info-am:
134pkgconfigDATA_INSTALL = $(INSTALL_DATA)
135install-pkgconfigDATA: $(pkgconfig_DATA)
136	@$(NORMAL_INSTALL)
137	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
138	@list='$(pkgconfig_DATA)'; for p in $$list; do \
139	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
140	  f="`echo $$p | sed -e 's|^.*/||'`"; \
141	  echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
142	  $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
143	done
144
145uninstall-pkgconfigDATA:
146	@$(NORMAL_UNINSTALL)
147	@list='$(pkgconfig_DATA)'; for p in $$list; do \
148	  f="`echo $$p | sed -e 's|^.*/||'`"; \
149	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
150	  rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
151	done
152xproxymngHEADERS_INSTALL = $(INSTALL_HEADER)
153install-xproxymngHEADERS: $(xproxymng_HEADERS)
154	@$(NORMAL_INSTALL)
155	$(mkinstalldirs) $(DESTDIR)$(xproxymngdir)
156	@list='$(xproxymng_HEADERS)'; for p in $$list; do \
157	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
158	  f="`echo $$p | sed -e 's|^.*/||'`"; \
159	  echo " $(xproxymngHEADERS_INSTALL) $$d$$p $(DESTDIR)$(xproxymngdir)/$$f"; \
160	  $(xproxymngHEADERS_INSTALL) $$d$$p $(DESTDIR)$(xproxymngdir)/$$f; \
161	done
162
163uninstall-xproxymngHEADERS:
164	@$(NORMAL_UNINSTALL)
165	@list='$(xproxymng_HEADERS)'; for p in $$list; do \
166	  f="`echo $$p | sed -e 's|^.*/||'`"; \
167	  echo " rm -f $(DESTDIR)$(xproxymngdir)/$$f"; \
168	  rm -f $(DESTDIR)$(xproxymngdir)/$$f; \
169	done
170
171ETAGS = etags
172ETAGSFLAGS =
173
174CTAGS = ctags
175CTAGSFLAGS =
176
177tags: TAGS
178
179ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
180	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
181	unique=`for i in $$list; do \
182	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183	  done | \
184	  $(AWK) '    { files[$$0] = 1; } \
185	       END { for (i in files) print i; }'`; \
186	mkid -fID $$unique
187
188TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
189		$(TAGS_FILES) $(LISP)
190	tags=; \
191	here=`pwd`; \
192	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
193	unique=`for i in $$list; do \
194	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195	  done | \
196	  $(AWK) '    { files[$$0] = 1; } \
197	       END { for (i in files) print i; }'`; \
198	test -z "$(ETAGS_ARGS)$$tags$$unique" \
199	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
200	     $$tags $$unique
201
202ctags: CTAGS
203CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
204		$(TAGS_FILES) $(LISP)
205	tags=; \
206	here=`pwd`; \
207	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
208	unique=`for i in $$list; do \
209	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210	  done | \
211	  $(AWK) '    { files[$$0] = 1; } \
212	       END { for (i in files) print i; }'`; \
213	test -z "$(CTAGS_ARGS)$$tags$$unique" \
214	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
215	     $$tags $$unique
216
217GTAGS:
218	here=`$(am__cd) $(top_builddir) && pwd` \
219	  && cd $(top_srcdir) \
220	  && gtags -i $(GTAGS_ARGS) $$here
221
222distclean-tags:
223	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225
226top_distdir = .
227distdir = $(PACKAGE)-$(VERSION)
228
229am__remove_distdir = \
230  { test ! -d $(distdir) \
231    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
232         && rm -fr $(distdir); }; }
233
234GZIP_ENV = --best
235distuninstallcheck_listfiles = find . -type f -print
236distcleancheck_listfiles = find . -type f -print
237
238distdir: $(DISTFILES)
239	$(am__remove_distdir)
240	mkdir $(distdir)
241	$(mkinstalldirs) $(distdir)/.
242	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
243	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
244	list='$(DISTFILES)'; for file in $$list; do \
245	  case $$file in \
246	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
247	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
248	  esac; \
249	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
251	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
252	    dir="/$$dir"; \
253	    $(mkinstalldirs) "$(distdir)$$dir"; \
254	  else \
255	    dir=''; \
256	  fi; \
257	  if test -d $$d/$$file; then \
258	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
259	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
260	    fi; \
261	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
262	  else \
263	    test -f $(distdir)/$$file \
264	    || cp -p $$d/$$file $(distdir)/$$file \
265	    || exit 1; \
266	  fi; \
267	done
268	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
269	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
270	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
271	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
272	|| chmod -R a+r $(distdir)
273dist-gzip: distdir
274	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
275	$(am__remove_distdir)
276
277dist-bzip2: distdir
278	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
279	$(am__remove_distdir)
280
281dist dist-all: distdir
282	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
283	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
284	$(am__remove_distdir)
285
286# This target untars the dist file and tries a VPATH configuration.  Then
287# it guarantees that the distribution is self-contained by making another
288# tarfile.
289distcheck: dist
290	$(am__remove_distdir)
291	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
292	chmod -R a-w $(distdir); chmod a+w $(distdir)
293	mkdir $(distdir)/_build
294	mkdir $(distdir)/_inst
295	chmod a-w $(distdir)
296	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
297	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
298	  && cd $(distdir)/_build \
299	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
300	    $(DISTCHECK_CONFIGURE_FLAGS) \
301	  && $(MAKE) $(AM_MAKEFLAGS) \
302	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
303	  && $(MAKE) $(AM_MAKEFLAGS) check \
304	  && $(MAKE) $(AM_MAKEFLAGS) install \
305	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
306	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
307	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
308	        distuninstallcheck \
309	  && chmod -R a-w "$$dc_install_base" \
310	  && ({ \
311	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
312	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
313	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
314	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
315	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
316	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
317	  && rm -rf "$$dc_destdir" \
318	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
319	  && rm -f $(distdir).tar.gz \
320	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
321	$(am__remove_distdir)
322	@echo "$(distdir).tar.gz is ready for distribution" | \
323	  sed 'h;s/./=/g;p;x;p;x'
324distuninstallcheck:
325	@cd $(distuninstallcheck_dir) \
326	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
327	   || { echo "ERROR: files left after uninstall:" ; \
328	        if test -n "$(DESTDIR)"; then \
329	          echo "  (check DESTDIR support)"; \
330	        fi ; \
331	        $(distuninstallcheck_listfiles) ; \
332	        exit 1; } >&2
333distcleancheck: distclean
334	@if test '$(srcdir)' = . ; then \
335	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
336	  exit 1 ; \
337	fi
338	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
339	  || { echo "ERROR: files left in build directory after distclean:" ; \
340	       $(distcleancheck_listfiles) ; \
341	       exit 1; } >&2
342check-am: all-am
343check: check-am
344all-am: Makefile $(DATA) $(HEADERS)
345
346installdirs:
347	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(xproxymngdir)
348install: install-am
349install-exec: install-exec-am
350install-data: install-data-am
351uninstall: uninstall-am
352
353install-am: all-am
354	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
355
356installcheck: installcheck-am
357install-strip:
358	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
360	  `test -z '$(STRIP)' || \
361	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
362mostlyclean-generic:
363
364clean-generic:
365
366distclean-generic:
367	-rm -f $(CONFIG_CLEAN_FILES)
368
369maintainer-clean-generic:
370	@echo "This command is intended for maintainers to use"
371	@echo "it deletes files that may require special tools to rebuild."
372clean: clean-am
373
374clean-am: clean-generic mostlyclean-am
375
376distclean: distclean-am
377	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
378	-rm -f Makefile
379distclean-am: clean-am distclean-generic distclean-tags
380
381dvi: dvi-am
382
383dvi-am:
384
385info: info-am
386
387info-am:
388
389install-data-am: install-pkgconfigDATA install-xproxymngHEADERS
390
391install-exec-am:
392
393install-info: install-info-am
394
395install-man:
396
397installcheck-am:
398
399maintainer-clean: maintainer-clean-am
400	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
401	-rm -rf $(top_srcdir)/autom4te.cache
402	-rm -f Makefile
403maintainer-clean-am: distclean-am maintainer-clean-generic
404
405mostlyclean: mostlyclean-am
406
407mostlyclean-am: mostlyclean-generic
408
409pdf: pdf-am
410
411pdf-am:
412
413ps: ps-am
414
415ps-am:
416
417uninstall-am: uninstall-info-am uninstall-pkgconfigDATA \
418	uninstall-xproxymngHEADERS
419
420.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic ctags \
421	dist dist-all dist-bzip2 dist-gzip distcheck distclean \
422	distclean-generic distclean-tags distcleancheck distdir \
423	distuninstallcheck dvi dvi-am info info-am install install-am \
424	install-data install-data-am install-exec install-exec-am \
425	install-info install-info-am install-man install-pkgconfigDATA \
426	install-strip install-xproxymngHEADERS installcheck \
427	installcheck-am installdirs maintainer-clean \
428	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
429	pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
430	uninstall-pkgconfigDATA uninstall-xproxymngHEADERS
431
432# Tell versions [3.59,3.63) of GNU make to not export all variables.
433# Otherwise a system limit (for SysV at least) may be exceeded.
434.NOEXPORT:
435