Makefile.in revision 14c0a534
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
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
39srcdir = @srcdir@
40top_srcdir = @top_srcdir@
41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45top_builddir = .
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_HEADER = $(INSTALL_DATA)
52transform = $(program_transform_name)
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59build_triplet = @build@
60host_triplet = @host@
61bin_PROGRAMS = smproxy$(EXEEXT)
62DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
63	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
64	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
65	compile config.guess config.sub depcomp install-sh missing
66subdir = .
67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno configure.status.lineno
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES =
76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
77binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
78PROGRAMS = $(bin_PROGRAMS)
79am_smproxy_OBJECTS = smproxy-save.$(OBJEXT) smproxy-smproxy.$(OBJEXT)
80smproxy_OBJECTS = $(am_smproxy_OBJECTS)
81am__DEPENDENCIES_1 =
82smproxy_DEPENDENCIES = $(am__DEPENDENCIES_1)
83DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88CCLD = $(CC)
89LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90SOURCES = $(smproxy_SOURCES)
91DIST_SOURCES = $(smproxy_SOURCES)
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
98appmanDATA_INSTALL = $(INSTALL_DATA)
99DATA = $(appman_DATA)
100ETAGS = etags
101CTAGS = ctags
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103distdir = $(PACKAGE)-$(VERSION)
104top_distdir = $(distdir)
105am__remove_distdir = \
106  { test ! -d $(distdir) \
107    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
108         && rm -fr $(distdir); }; }
109DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
110GZIP_ENV = --best
111distuninstallcheck_listfiles = find . -type f -print
112distcleancheck_listfiles = find . -type f -print
113ACLOCAL = @ACLOCAL@
114ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
115ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
116AMDEP_FALSE = @AMDEP_FALSE@
117AMDEP_TRUE = @AMDEP_TRUE@
118AMTAR = @AMTAR@
119APP_MAN_DIR = @APP_MAN_DIR@
120APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
121AUTOCONF = @AUTOCONF@
122AUTOHEADER = @AUTOHEADER@
123AUTOMAKE = @AUTOMAKE@
124AWK = @AWK@
125CC = @CC@
126CCDEPMODE = @CCDEPMODE@
127CFLAGS = @CFLAGS@
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
133DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
134ECHO_C = @ECHO_C@
135ECHO_N = @ECHO_N@
136ECHO_T = @ECHO_T@
137EXEEXT = @EXEEXT@
138FILE_MAN_DIR = @FILE_MAN_DIR@
139FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIB_MAN_DIR = @LIB_MAN_DIR@
148LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
149LTLIBOBJS = @LTLIBOBJS@
150MAINT = @MAINT@
151MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
152MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
153MAKEINFO = @MAKEINFO@
154MISC_MAN_DIR = @MISC_MAN_DIR@
155MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
156OBJEXT = @OBJEXT@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164PKG_CONFIG = @PKG_CONFIG@
165SET_MAKE = @SET_MAKE@
166SHELL = @SHELL@
167SMPROXY_CFLAGS = @SMPROXY_CFLAGS@
168SMPROXY_LIBS = @SMPROXY_LIBS@
169STRIP = @STRIP@
170VERSION = @VERSION@
171ac_ct_CC = @ac_ct_CC@
172ac_ct_STRIP = @ac_ct_STRIP@
173ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
174am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187datadir = @datadir@
188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
194includedir = @includedir@
195infodir = @infodir@
196install_sh = @install_sh@
197libdir = @libdir@
198libexecdir = @libexecdir@
199localstatedir = @localstatedir@
200mandir = @mandir@
201mkdir_p = @mkdir_p@
202oldincludedir = @oldincludedir@
203prefix = @prefix@
204program_transform_name = @program_transform_name@
205sbindir = @sbindir@
206sharedstatedir = @sharedstatedir@
207sysconfdir = @sysconfdir@
208target_alias = @target_alias@
209smproxy_CFLAGS = $(SMPROXY_CFLAGS)
210smproxy_LDADD = $(SMPROXY_LIBS)
211smproxy_SOURCES = \
212        save.c \
213        smproxy.c \
214        smproxy.h
215
216appman_PRE = \
217        smproxy.man
218
219appmandir = $(APP_MAN_DIR)
220appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
221EXTRA_DIST = $(appman_PRE)
222CLEANFILES = $(appman_DATA)
223SED = sed
224
225# Strings to replace in man pages
226XORGRELSTRING = @PACKAGE_STRING@
227XORGMANNAME = X Version 11
228MAN_SUBSTS = \
229	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
230	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
231	-e 's|__xservername__|Xorg|g' \
232	-e 's|__xconfigfile__|xorg.conf|g' \
233	-e 's|__projectroot__|$(prefix)|g' \
234	-e 's|__apploaddir__|$(appdefaultdir)|' \
235	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
236	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
237	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
238	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
239	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
240
241SUFFIXES = .$(APP_MAN_SUFFIX) .man
242all: config.h
243	$(MAKE) $(AM_MAKEFLAGS) all-am
244
245.SUFFIXES:
246.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
247am--refresh:
248	@:
249$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
250	@for dep in $?; do \
251	  case '$(am__configure_deps)' in \
252	    *$$dep*) \
253	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
254	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
255		&& exit 0; \
256	      exit 1;; \
257	  esac; \
258	done; \
259	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
260	cd $(top_srcdir) && \
261	  $(AUTOMAKE) --gnu  Makefile
262.PRECIOUS: Makefile
263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264	@case '$?' in \
265	  *config.status*) \
266	    echo ' $(SHELL) ./config.status'; \
267	    $(SHELL) ./config.status;; \
268	  *) \
269	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
270	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
271	esac;
272
273$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274	$(SHELL) ./config.status --recheck
275
276$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
277	cd $(srcdir) && $(AUTOCONF)
278$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
280
281config.h: stamp-h1
282	@if test ! -f $@; then \
283	  rm -f stamp-h1; \
284	  $(MAKE) stamp-h1; \
285	else :; fi
286
287stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
288	@rm -f stamp-h1
289	cd $(top_builddir) && $(SHELL) ./config.status config.h
290$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
291	cd $(top_srcdir) && $(AUTOHEADER)
292	rm -f stamp-h1
293	touch $@
294
295distclean-hdr:
296	-rm -f config.h stamp-h1
297install-binPROGRAMS: $(bin_PROGRAMS)
298	@$(NORMAL_INSTALL)
299	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
300	@list='$(bin_PROGRAMS)'; for p in $$list; do \
301	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
302	  if test -f $$p \
303	  ; then \
304	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
305	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
306	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
307	  else :; fi; \
308	done
309
310uninstall-binPROGRAMS:
311	@$(NORMAL_UNINSTALL)
312	@list='$(bin_PROGRAMS)'; for p in $$list; do \
313	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
314	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
315	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
316	done
317
318clean-binPROGRAMS:
319	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
320smproxy$(EXEEXT): $(smproxy_OBJECTS) $(smproxy_DEPENDENCIES) 
321	@rm -f smproxy$(EXEEXT)
322	$(LINK) $(smproxy_LDFLAGS) $(smproxy_OBJECTS) $(smproxy_LDADD) $(LIBS)
323
324mostlyclean-compile:
325	-rm -f *.$(OBJEXT)
326
327distclean-compile:
328	-rm -f *.tab.c
329
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smproxy-save.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smproxy-smproxy.Po@am__quote@
332
333.c.o:
334@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
335@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
336@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@	$(COMPILE) -c $<
339
340.c.obj:
341@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
342@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
346
347smproxy-save.o: save.c
348@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -MT smproxy-save.o -MD -MP -MF "$(DEPDIR)/smproxy-save.Tpo" -c -o smproxy-save.o `test -f 'save.c' || echo '$(srcdir)/'`save.c; \
349@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/smproxy-save.Tpo" "$(DEPDIR)/smproxy-save.Po"; else rm -f "$(DEPDIR)/smproxy-save.Tpo"; exit 1; fi
350@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='save.c' object='smproxy-save.o' libtool=no @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -c -o smproxy-save.o `test -f 'save.c' || echo '$(srcdir)/'`save.c
353
354smproxy-save.obj: save.c
355@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -MT smproxy-save.obj -MD -MP -MF "$(DEPDIR)/smproxy-save.Tpo" -c -o smproxy-save.obj `if test -f 'save.c'; then $(CYGPATH_W) 'save.c'; else $(CYGPATH_W) '$(srcdir)/save.c'; fi`; \
356@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/smproxy-save.Tpo" "$(DEPDIR)/smproxy-save.Po"; else rm -f "$(DEPDIR)/smproxy-save.Tpo"; exit 1; fi
357@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='save.c' object='smproxy-save.obj' libtool=no @AMDEPBACKSLASH@
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -c -o smproxy-save.obj `if test -f 'save.c'; then $(CYGPATH_W) 'save.c'; else $(CYGPATH_W) '$(srcdir)/save.c'; fi`
360
361smproxy-smproxy.o: smproxy.c
362@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -MT smproxy-smproxy.o -MD -MP -MF "$(DEPDIR)/smproxy-smproxy.Tpo" -c -o smproxy-smproxy.o `test -f 'smproxy.c' || echo '$(srcdir)/'`smproxy.c; \
363@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/smproxy-smproxy.Tpo" "$(DEPDIR)/smproxy-smproxy.Po"; else rm -f "$(DEPDIR)/smproxy-smproxy.Tpo"; exit 1; fi
364@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='smproxy.c' object='smproxy-smproxy.o' libtool=no @AMDEPBACKSLASH@
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -c -o smproxy-smproxy.o `test -f 'smproxy.c' || echo '$(srcdir)/'`smproxy.c
367
368smproxy-smproxy.obj: smproxy.c
369@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -MT smproxy-smproxy.obj -MD -MP -MF "$(DEPDIR)/smproxy-smproxy.Tpo" -c -o smproxy-smproxy.obj `if test -f 'smproxy.c'; then $(CYGPATH_W) 'smproxy.c'; else $(CYGPATH_W) '$(srcdir)/smproxy.c'; fi`; \
370@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/smproxy-smproxy.Tpo" "$(DEPDIR)/smproxy-smproxy.Po"; else rm -f "$(DEPDIR)/smproxy-smproxy.Tpo"; exit 1; fi
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='smproxy.c' object='smproxy-smproxy.obj' libtool=no @AMDEPBACKSLASH@
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(smproxy_CFLAGS) $(CFLAGS) -c -o smproxy-smproxy.obj `if test -f 'smproxy.c'; then $(CYGPATH_W) 'smproxy.c'; else $(CYGPATH_W) '$(srcdir)/smproxy.c'; fi`
374uninstall-info-am:
375install-appmanDATA: $(appman_DATA)
376	@$(NORMAL_INSTALL)
377	test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
378	@list='$(appman_DATA)'; for p in $$list; do \
379	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380	  f=$(am__strip_dir) \
381	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
382	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
383	done
384
385uninstall-appmanDATA:
386	@$(NORMAL_UNINSTALL)
387	@list='$(appman_DATA)'; for p in $$list; do \
388	  f=$(am__strip_dir) \
389	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
390	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
391	done
392
393ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395	unique=`for i in $$list; do \
396	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397	  done | \
398	  $(AWK) '    { files[$$0] = 1; } \
399	       END { for (i in files) print i; }'`; \
400	mkid -fID $$unique
401tags: TAGS
402
403TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
404		$(TAGS_FILES) $(LISP)
405	tags=; \
406	here=`pwd`; \
407	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
408	unique=`for i in $$list; do \
409	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410	  done | \
411	  $(AWK) '    { files[$$0] = 1; } \
412	       END { for (i in files) print i; }'`; \
413	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
414	  test -n "$$unique" || unique=$$empty_fix; \
415	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416	    $$tags $$unique; \
417	fi
418ctags: CTAGS
419CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
420		$(TAGS_FILES) $(LISP)
421	tags=; \
422	here=`pwd`; \
423	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
424	unique=`for i in $$list; do \
425	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426	  done | \
427	  $(AWK) '    { files[$$0] = 1; } \
428	       END { for (i in files) print i; }'`; \
429	test -z "$(CTAGS_ARGS)$$tags$$unique" \
430	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431	     $$tags $$unique
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && cd $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) $$here
437
438distclean-tags:
439	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(DISTFILES)
442	$(am__remove_distdir)
443	mkdir $(distdir)
444	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
445	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
446	list='$(DISTFILES)'; for file in $$list; do \
447	  case $$file in \
448	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
449	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
450	  esac; \
451	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
453	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
454	    dir="/$$dir"; \
455	    $(mkdir_p) "$(distdir)$$dir"; \
456	  else \
457	    dir=''; \
458	  fi; \
459	  if test -d $$d/$$file; then \
460	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
462	    fi; \
463	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
464	  else \
465	    test -f $(distdir)/$$file \
466	    || cp -p $$d/$$file $(distdir)/$$file \
467	    || exit 1; \
468	  fi; \
469	done
470	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
471	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
472	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
473	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
474	|| chmod -R a+r $(distdir)
475dist-gzip: distdir
476	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
477	$(am__remove_distdir)
478dist-bzip2: distdir
479	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
480	$(am__remove_distdir)
481
482dist-tarZ: distdir
483	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
484	$(am__remove_distdir)
485
486dist-shar: distdir
487	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
488	$(am__remove_distdir)
489
490dist-zip: distdir
491	-rm -f $(distdir).zip
492	zip -rq $(distdir).zip $(distdir)
493	$(am__remove_distdir)
494
495dist dist-all: distdir
496	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
497	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
498	$(am__remove_distdir)
499
500# This target untars the dist file and tries a VPATH configuration.  Then
501# it guarantees that the distribution is self-contained by making another
502# tarfile.
503distcheck: dist
504	case '$(DIST_ARCHIVES)' in \
505	*.tar.gz*) \
506	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
507	*.tar.bz2*) \
508	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
509	*.tar.Z*) \
510	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
511	*.shar.gz*) \
512	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
513	*.zip*) \
514	  unzip $(distdir).zip ;;\
515	esac
516	chmod -R a-w $(distdir); chmod a+w $(distdir)
517	mkdir $(distdir)/_build
518	mkdir $(distdir)/_inst
519	chmod a-w $(distdir)
520	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
521	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
522	  && cd $(distdir)/_build \
523	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
524	    $(DISTCHECK_CONFIGURE_FLAGS) \
525	  && $(MAKE) $(AM_MAKEFLAGS) \
526	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
527	  && $(MAKE) $(AM_MAKEFLAGS) check \
528	  && $(MAKE) $(AM_MAKEFLAGS) install \
529	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
530	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
531	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
532	        distuninstallcheck \
533	  && chmod -R a-w "$$dc_install_base" \
534	  && ({ \
535	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
536	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
537	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
538	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
539	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
540	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
541	  && rm -rf "$$dc_destdir" \
542	  && $(MAKE) $(AM_MAKEFLAGS) dist \
543	  && rm -rf $(DIST_ARCHIVES) \
544	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
545	$(am__remove_distdir)
546	@(echo "$(distdir) archives ready for distribution: "; \
547	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
548	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
549distuninstallcheck:
550	@cd $(distuninstallcheck_dir) \
551	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
552	   || { echo "ERROR: files left after uninstall:" ; \
553	        if test -n "$(DESTDIR)"; then \
554	          echo "  (check DESTDIR support)"; \
555	        fi ; \
556	        $(distuninstallcheck_listfiles) ; \
557	        exit 1; } >&2
558distcleancheck: distclean
559	@if test '$(srcdir)' = . ; then \
560	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
561	  exit 1 ; \
562	fi
563	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
564	  || { echo "ERROR: files left in build directory after distclean:" ; \
565	       $(distcleancheck_listfiles) ; \
566	       exit 1; } >&2
567check-am: all-am
568check: check-am
569all-am: Makefile $(PROGRAMS) $(DATA) config.h
570installdirs:
571	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
572	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
573	done
574install: install-am
575install-exec: install-exec-am
576install-data: install-data-am
577uninstall: uninstall-am
578
579install-am: all-am
580	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581
582installcheck: installcheck-am
583install-strip:
584	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586	  `test -z '$(STRIP)' || \
587	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
588mostlyclean-generic:
589
590clean-generic:
591	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
592
593distclean-generic:
594	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595
596maintainer-clean-generic:
597	@echo "This command is intended for maintainers to use"
598	@echo "it deletes files that may require special tools to rebuild."
599clean: clean-am
600
601clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
602
603distclean: distclean-am
604	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
605	-rm -rf ./$(DEPDIR)
606	-rm -f Makefile
607distclean-am: clean-am distclean-compile distclean-generic \
608	distclean-hdr distclean-tags
609
610dvi: dvi-am
611
612dvi-am:
613
614html: html-am
615
616info: info-am
617
618info-am:
619
620install-data-am: install-appmanDATA
621
622install-exec-am: install-binPROGRAMS
623
624install-info: install-info-am
625
626install-man:
627
628installcheck-am:
629
630maintainer-clean: maintainer-clean-am
631	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
632	-rm -rf $(top_srcdir)/autom4te.cache
633	-rm -rf ./$(DEPDIR)
634	-rm -f Makefile
635maintainer-clean-am: distclean-am maintainer-clean-generic
636
637mostlyclean: mostlyclean-am
638
639mostlyclean-am: mostlyclean-compile mostlyclean-generic
640
641pdf: pdf-am
642
643pdf-am:
644
645ps: ps-am
646
647ps-am:
648
649uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
650	uninstall-info-am
651
652.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
653	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
654	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
655	distclean-compile distclean-generic distclean-hdr \
656	distclean-tags distcleancheck distdir distuninstallcheck dvi \
657	dvi-am html html-am info info-am install install-am \
658	install-appmanDATA install-binPROGRAMS install-data \
659	install-data-am install-exec install-exec-am install-info \
660	install-info-am install-man install-strip installcheck \
661	installcheck-am installdirs maintainer-clean \
662	maintainer-clean-generic mostlyclean mostlyclean-compile \
663	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
664	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
665	uninstall-info-am
666
667
668.man.$(APP_MAN_SUFFIX):
669	sed $(MAN_SUBSTS) < $< > $@
670# Tell versions [3.59,3.63) of GNU make to not export all variables.
671# Otherwise a system limit (for SysV at least) may be exceeded.
672.NOEXPORT:
673