1# Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6# Foundation, 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@
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53target_triplet = @target@
54subdir = packaging/win32
55DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56	$(srcdir)/findrequires.pl.in $(srcdir)/isccwrap.sh.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/compat.m4 \
59	$(top_srcdir)/m4/flags.m4 $(top_srcdir)/m4/flibcurl.m4 \
60	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
61	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
62	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
63	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
66	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rcversion.m4 \
67	$(top_srcdir)/m4/svnrev.m4 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70mkinstalldirs = $(SHELL) $(top_srcdir)/conf/mkinstalldirs
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES = findrequires.pl isccwrap.sh
73CONFIG_CLEAN_VPATH_FILES =
74AM_V_GEN = $(am__v_GEN_@AM_V@)
75am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
76am__v_GEN_0 = @echo "  GEN   " $@;
77AM_V_at = $(am__v_at_@AM_V@)
78am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
79am__v_at_0 = @
80SOURCES =
81DIST_SOURCES =
82RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83	html-recursive info-recursive install-data-recursive \
84	install-dvi-recursive install-exec-recursive \
85	install-html-recursive install-info-recursive \
86	install-pdf-recursive install-ps-recursive install-recursive \
87	installcheck-recursive installdirs-recursive pdf-recursive \
88	ps-recursive uninstall-recursive
89am__can_run_installinfo = \
90  case $$AM_UPDATE_INFO_DIR in \
91    n|no|NO) false;; \
92    *) (install-info --version) >/dev/null 2>&1;; \
93  esac
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
95  distclean-recursive maintainer-clean-recursive
96AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98	distdir
99ETAGS = etags
100CTAGS = ctags
101DIST_SUBDIRS = $(SUBDIRS)
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103am__relativize = \
104  dir0=`pwd`; \
105  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106  sed_rest='s,^[^/]*/*,,'; \
107  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
108  sed_butlast='s,/*[^/]*$$,,'; \
109  while test -n "$$dir1"; do \
110    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
111    if test "$$first" != "."; then \
112      if test "$$first" = ".."; then \
113        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
114        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
115      else \
116        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
117        if test "$$first2" = "$$first"; then \
118          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
119        else \
120          dir2="../$$dir2"; \
121        fi; \
122        dir0="$$dir0"/"$$first"; \
123      fi; \
124    fi; \
125    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
126  done; \
127  reldir="$$dir2"
128ACLOCAL = @ACLOCAL@
129AMTAR = @AMTAR@
130AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131APP_LDADD = @APP_LDADD@
132AR = @AR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137BUILDXMING = @BUILDXMING@
138BUNDLE = @BUNDLE@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CPP = @CPP@
143CPPFLAGS = @CPPFLAGS@
144CURL = @CURL@
145CXX = @CXX@
146CXXCPP = @CXXCPP@
147CXXDEPMODE = @CXXDEPMODE@
148CXXFLAGS = @CXXFLAGS@
149CYGBINS = @CYGBINS@
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153DLLPATH = @DLLPATH@
154DLLTOOL = @DLLTOOL@
155DPKG_BUILDPACKAGE = @DPKG_BUILDPACKAGE@
156DSYMUTIL = @DSYMUTIL@
157DUMPBIN = @DUMPBIN@
158ECHO_C = @ECHO_C@
159ECHO_N = @ECHO_N@
160ECHO_T = @ECHO_T@
161EGREP = @EGREP@
162EXEEXT = @EXEEXT@
163FGREP = @FGREP@
164FULLVERSION = @FULLVERSION@
165GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
166GMSGFMT = @GMSGFMT@
167GMSGFMT_015 = @GMSGFMT_015@
168GREP = @GREP@
169INSTALL = @INSTALL@
170INSTALL_DATA = @INSTALL_DATA@
171INSTALL_PROGRAM = @INSTALL_PROGRAM@
172INSTALL_SCRIPT = @INSTALL_SCRIPT@
173INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174INTLLIBS = @INTLLIBS@
175INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
176ISCC = @ISCC@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBCURL = @LIBCURL@
180LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
181LIBICONV = @LIBICONV@
182LIBINTL = @LIBINTL@
183LIBOBJS = @LIBOBJS@
184LIBS = @LIBS@
185LIBSSH2_BTYPE = @LIBSSH2_BTYPE@
186LIBTOOL = @LIBTOOL@
187LIPO = @LIPO@
188LN_S = @LN_S@
189LTLIBICONV = @LTLIBICONV@
190LTLIBINTL = @LTLIBINTL@
191LTLIBOBJS = @LTLIBOBJS@
192MACFINDREADER = @MACFINDREADER@
193MACTESTKBD = @MACTESTKBD@
194MACUNINSTALL = @MACUNINSTALL@
195MAKEINFO = @MAKEINFO@
196MANIFEST_TOOL = @MANIFEST_TOOL@
197MKDIR_P = @MKDIR_P@
198MSGFMT = @MSGFMT@
199MSGFMT_015 = @MSGFMT_015@
200MSGMERGE = @MSGMERGE@
201NM = @NM@
202NMEDIT = @NMEDIT@
203NXBUILD = @NXBUILD@
204NX_BTYPE = @NX_BTYPE@
205OBJDUMP = @OBJDUMP@
206OBJEXT = @OBJEXT@
207OPENNX_RES = @OPENNX_RES@
208OSRESDEPS = @OSRESDEPS@
209OSX_MINVER = @OSX_MINVER@
210OSX_SDKFLAGS = @OSX_SDKFLAGS@
211OSX_SYSROOT = @OSX_SYSROOT@
212OTOOL = @OTOOL@
213OTOOL64 = @OTOOL64@
214PACKAGE = @PACKAGE@
215PACKAGEMAKER = @PACKAGEMAKER@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PAHEADER = @PAHEADER@
223PATH_SEPARATOR = @PATH_SEPARATOR@
224PERL = @PERL@
225PLATFORMDIST = @PLATFORMDIST@
226PLATFORM_DEPENDENCIES = @PLATFORM_DEPENDENCIES@
227PLATFORM_INCLUDES = @PLATFORM_INCLUDES@
228PLATFORM_SUBDIRS = @PLATFORM_SUBDIRS@
229POSUB = @POSUB@
230PULSE_BTYPE = @PULSE_BTYPE@
231RANLIB = @RANLIB@
232RC_VERSION = @RC_VERSION@
233RC_VERSION_STR = @RC_VERSION_STR@
234RESLIB = @RESLIB@
235RPMBUILD = @RPMBUILD@
236SED = @SED@
237SETUP = @SETUP@
238SET_MAKE = @SET_MAKE@
239SHELL = @SHELL@
240STATIC_LOCAL_INSTALLDATA_TARGET = @STATIC_LOCAL_INSTALLDATA_TARGET@
241STRIP = @STRIP@
242SVNREV = @SVNREV@
243TESTXAUTH = @TESTXAUTH@
244TRACELOG = @TRACELOG@
245TRACELOG_RES = @TRACELOG_RES@
246UNIFLAGS = @UNIFLAGS@
247UNRAR = @UNRAR@
248USE_NLS = @USE_NLS@
249VERSION = @VERSION@
250WATCHREADER = @WATCHREADER@
251WATCHREADER_RES = @WATCHREADER_RES@
252WATCHUSBIP = @WATCHUSBIP@
253WGET = @WGET@
254WINE = @WINE@
255WS2LIB = @WS2LIB@
256WX_CFLAGS = @WX_CFLAGS@
257WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
258WX_CONFIG_PATH = @WX_CONFIG_PATH@
259WX_CPPFLAGS = @WX_CPPFLAGS@
260WX_CXXFLAGS = @WX_CXXFLAGS@
261WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
262WX_LIBS = @WX_LIBS@
263WX_LIBS_STATIC = @WX_LIBS_STATIC@
264WX_PREFIX = @WX_PREFIX@
265WX_RESCOMP = @WX_RESCOMP@
266WX_VERSION = @WX_VERSION@
267XGETTEXT = @XGETTEXT@
268XGETTEXT_015 = @XGETTEXT_015@
269XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
270XMING_BTYPE = @XMING_BTYPE@
271XMING_PLATFORM_PATCHES = @XMING_PLATFORM_PATCHES@
272XMKMF = @XMKMF@
273X_CFLAGS = @X_CFLAGS@
274X_EXTRA_LIBS = @X_EXTRA_LIBS@
275X_LIBS = @X_LIBS@
276X_PRE_LIBS = @X_PRE_LIBS@
277ZIP = @ZIP@
278_libcurl_config = @_libcurl_config@
279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
283ac_ct_AR = @ac_ct_AR@
284ac_ct_CC = @ac_ct_CC@
285ac_ct_CXX = @ac_ct_CXX@
286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287am__include = @am__include@
288am__leading_dot = @am__leading_dot@
289am__quote = @am__quote@
290am__tar = @am__tar@
291am__untar = @am__untar@
292bindir = @bindir@
293build = @build@
294build_alias = @build_alias@
295build_cpu = @build_cpu@
296build_os = @build_os@
297build_vendor = @build_vendor@
298builddir = @builddir@
299cupsd = @cupsd@
300datadir = @datadir@
301datarootdir = @datarootdir@
302docdir = @docdir@
303dvidir = @dvidir@
304exec_prefix = @exec_prefix@
305host = @host@
306host_alias = @host_alias@
307host_cpu = @host_cpu@
308host_os = @host_os@
309host_vendor = @host_vendor@
310htmldir = @htmldir@
311includedir = @includedir@
312infodir = @infodir@
313install_sh = @install_sh@
314libdir = @libdir@
315libexecdir = @libexecdir@
316localedir = @localedir@
317localstatedir = @localstatedir@
318mandir = @mandir@
319mkdir_p = @mkdir_p@
320oldincludedir = @oldincludedir@
321pdfdir = @pdfdir@
322prefix = @prefix@
323program_transform_name = @program_transform_name@
324psdir = @psdir@
325sbindir = @sbindir@
326sharedstatedir = @sharedstatedir@
327srcdir = @srcdir@
328sysconfdir = @sysconfdir@
329target = @target@
330target_alias = @target_alias@
331target_cpu = @target_cpu@
332target_os = @target_os@
333target_vendor = @target_vendor@
334top_build_prefix = @top_build_prefix@
335top_builddir = @top_builddir@
336top_srcdir = @top_srcdir@
337SUBDIRS = xming nx cygnx pulse
338FNT1DIR = dejavu-fonts-ttf-2.32
339FNT1BALL = $(FNT1DIR).tar.bz2
340FNT1URL = http://sourceforge.net/projects/dejavu/files/$(FNT1BALL)
341FNT2DIR = font-misc-misc-1.1.0
342FNT2BALL = $(FNT2DIR).tar.bz2
343FNT2URL = ftp://ftp.gwdg.de/pub/x11/x.org/pub/X11R7.5/src/font/$(FNT2BALL)
344EXTRA_DIST = opennx.iss
345MAINTAINERCLEANFILES = Makefile.in $(FNT1BALL) $(FNT2BALL)
346CLEANFILES = -r .setupdir .dlldeps .stripsetup setupdir $(FNT1DIR) $(FNT2DIR)
347all: all-recursive
348
349.SUFFIXES:
350$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
351	@for dep in $?; do \
352	  case '$(am__configure_deps)' in \
353	    *$$dep*) \
354	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
355	        && { if test -f $@; then exit 0; else break; fi; }; \
356	      exit 1;; \
357	  esac; \
358	done; \
359	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packaging/win32/Makefile'; \
360	$(am__cd) $(top_srcdir) && \
361	  $(AUTOMAKE) --foreign packaging/win32/Makefile
362.PRECIOUS: Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375$(top_srcdir)/configure:  $(am__configure_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(am__aclocal_m4_deps):
380findrequires.pl: $(top_builddir)/config.status $(srcdir)/findrequires.pl.in
381	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
382isccwrap.sh: $(top_builddir)/config.status $(srcdir)/isccwrap.sh.in
383	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
384
385mostlyclean-libtool:
386	-rm -f *.lo
387
388clean-libtool:
389	-rm -rf .libs _libs
390
391# This directory's subdirectories are mostly independent; you can cd
392# into them and run `make' without going through this Makefile.
393# To change the values of `make' variables: instead of editing Makefiles,
394# (1) if the variable is set in `config.status', edit `config.status'
395#     (which will cause the Makefiles to be regenerated when you run `make');
396# (2) otherwise, pass the desired values on the `make' command line.
397$(RECURSIVE_TARGETS):
398	@fail= failcom='exit 1'; \
399	for f in x $$MAKEFLAGS; do \
400	  case $$f in \
401	    *=* | --[!k]*);; \
402	    *k*) failcom='fail=yes';; \
403	  esac; \
404	done; \
405	dot_seen=no; \
406	target=`echo $@ | sed s/-recursive//`; \
407	list='$(SUBDIRS)'; for subdir in $$list; do \
408	  echo "Making $$target in $$subdir"; \
409	  if test "$$subdir" = "."; then \
410	    dot_seen=yes; \
411	    local_target="$$target-am"; \
412	  else \
413	    local_target="$$target"; \
414	  fi; \
415	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416	  || eval $$failcom; \
417	done; \
418	if test "$$dot_seen" = "no"; then \
419	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
420	fi; test -z "$$fail"
421
422$(RECURSIVE_CLEAN_TARGETS):
423	@fail= failcom='exit 1'; \
424	for f in x $$MAKEFLAGS; do \
425	  case $$f in \
426	    *=* | --[!k]*);; \
427	    *k*) failcom='fail=yes';; \
428	  esac; \
429	done; \
430	dot_seen=no; \
431	case "$@" in \
432	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433	  *) list='$(SUBDIRS)' ;; \
434	esac; \
435	rev=''; for subdir in $$list; do \
436	  if test "$$subdir" = "."; then :; else \
437	    rev="$$subdir $$rev"; \
438	  fi; \
439	done; \
440	rev="$$rev ."; \
441	target=`echo $@ | sed s/-recursive//`; \
442	for subdir in $$rev; do \
443	  echo "Making $$target in $$subdir"; \
444	  if test "$$subdir" = "."; then \
445	    local_target="$$target-am"; \
446	  else \
447	    local_target="$$target"; \
448	  fi; \
449	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450	  || eval $$failcom; \
451	done && test -z "$$fail"
452tags-recursive:
453	list='$(SUBDIRS)'; for subdir in $$list; do \
454	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
455	done
456ctags-recursive:
457	list='$(SUBDIRS)'; for subdir in $$list; do \
458	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
459	done
460
461ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
462	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	mkid -fID $$unique
469tags: TAGS
470
471TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472		$(TAGS_FILES) $(LISP)
473	set x; \
474	here=`pwd`; \
475	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
476	  include_option=--etags-include; \
477	  empty_fix=.; \
478	else \
479	  include_option=--include; \
480	  empty_fix=; \
481	fi; \
482	list='$(SUBDIRS)'; for subdir in $$list; do \
483	  if test "$$subdir" = .; then :; else \
484	    test ! -f $$subdir/TAGS || \
485	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
486	  fi; \
487	done; \
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	shift; \
495	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496	  test -n "$$unique" || unique=$$empty_fix; \
497	  if test $$# -gt 0; then \
498	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499	      "$$@" $$unique; \
500	  else \
501	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502	      $$unique; \
503	  fi; \
504	fi
505ctags: CTAGS
506CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507		$(TAGS_FILES) $(LISP)
508	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
509	unique=`for i in $$list; do \
510	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511	  done | \
512	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513	      END { if (nonempty) { for (i in files) print i; }; }'`; \
514	test -z "$(CTAGS_ARGS)$$unique" \
515	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516	     $$unique
517
518GTAGS:
519	here=`$(am__cd) $(top_builddir) && pwd` \
520	  && $(am__cd) $(top_srcdir) \
521	  && gtags -i $(GTAGS_ARGS) "$$here"
522
523distclean-tags:
524	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525
526distdir: $(DISTFILES)
527	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529	list='$(DISTFILES)'; \
530	  dist_files=`for file in $$list; do echo $$file; done | \
531	  sed -e "s|^$$srcdirstrip/||;t" \
532	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
533	case $$dist_files in \
534	  */*) $(MKDIR_P) `echo "$$dist_files" | \
535			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
536			   sort -u` ;; \
537	esac; \
538	for file in $$dist_files; do \
539	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
540	  if test -d $$d/$$file; then \
541	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
542	    if test -d "$(distdir)/$$file"; then \
543	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544	    fi; \
545	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
546	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
547	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548	    fi; \
549	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550	  else \
551	    test -f "$(distdir)/$$file" \
552	    || cp -p $$d/$$file "$(distdir)/$$file" \
553	    || exit 1; \
554	  fi; \
555	done
556	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
557	  if test "$$subdir" = .; then :; else \
558	    $(am__make_dryrun) \
559	      || test -d "$(distdir)/$$subdir" \
560	      || $(MKDIR_P) "$(distdir)/$$subdir" \
561	      || exit 1; \
562	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
563	    $(am__relativize); \
564	    new_distdir=$$reldir; \
565	    dir1=$$subdir; dir2="$(top_distdir)"; \
566	    $(am__relativize); \
567	    new_top_distdir=$$reldir; \
568	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570	    ($(am__cd) $$subdir && \
571	      $(MAKE) $(AM_MAKEFLAGS) \
572	        top_distdir="$$new_top_distdir" \
573	        distdir="$$new_distdir" \
574		am__remove_distdir=: \
575		am__skip_length_check=: \
576		am__skip_mode_fix=: \
577	        distdir) \
578	      || exit 1; \
579	  fi; \
580	done
581check-am: all-am
582check: check-recursive
583all-am: Makefile
584installdirs: installdirs-recursive
585installdirs-am:
586install: install-recursive
587install-exec: install-exec-recursive
588install-data: install-data-recursive
589uninstall: uninstall-recursive
590
591install-am: all-am
592	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593
594installcheck: installcheck-recursive
595install-strip:
596	if test -z '$(STRIP)'; then \
597	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599	      install; \
600	else \
601	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
604	fi
605mostlyclean-generic:
606
607clean-generic:
608	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
609
610distclean-generic:
611	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
614maintainer-clean-generic:
615	@echo "This command is intended for maintainers to use"
616	@echo "it deletes files that may require special tools to rebuild."
617	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
618clean: clean-recursive
619
620clean-am: clean-generic clean-libtool mostlyclean-am
621
622distclean: distclean-recursive
623	-rm -f Makefile
624distclean-am: clean-am distclean-generic distclean-tags
625
626dvi: dvi-recursive
627
628dvi-am:
629
630html: html-recursive
631
632html-am:
633
634info: info-recursive
635
636info-am:
637
638install-data-am:
639
640install-dvi: install-dvi-recursive
641
642install-dvi-am:
643
644install-exec-am:
645
646install-html: install-html-recursive
647
648install-html-am:
649
650install-info: install-info-recursive
651
652install-info-am:
653
654install-man:
655
656install-pdf: install-pdf-recursive
657
658install-pdf-am:
659
660install-ps: install-ps-recursive
661
662install-ps-am:
663
664installcheck-am:
665
666maintainer-clean: maintainer-clean-recursive
667	-rm -f Makefile
668maintainer-clean-am: distclean-am maintainer-clean-generic
669
670mostlyclean: mostlyclean-recursive
671
672mostlyclean-am: mostlyclean-generic mostlyclean-libtool
673
674pdf: pdf-recursive
675
676pdf-am:
677
678ps: ps-recursive
679
680ps-am:
681
682uninstall-am:
683
684.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
685	install-am install-strip tags-recursive
686
687.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
688	all all-am check check-am clean clean-generic clean-libtool \
689	ctags ctags-recursive distclean distclean-generic \
690	distclean-libtool distclean-tags distdir dvi dvi-am html \
691	html-am info info-am install install-am install-data \
692	install-data-am install-dvi install-dvi-am install-exec \
693	install-exec-am install-html install-html-am install-info \
694	install-info-am install-man install-pdf install-pdf-am \
695	install-ps install-ps-am install-strip installcheck \
696	installcheck-am installdirs installdirs-am maintainer-clean \
697	maintainer-clean-generic mostlyclean mostlyclean-generic \
698	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
699	uninstall uninstall-am
700
701
702.setupdir: $(FNT1DIR) .miscfonts
703	$(RM) -rf setupdir
704	$(MAKE) -C $(top_builddir) DESTDIR=$(abs_builddir)/setupdir \
705		transform= prefix=/ bindir=/bin datadir=/share install
706	test $(BUILDXMING) = no || $(MAKE) -C xming tmpinstall
707	test $(BUILDXMING) = no || $(INSTALL_PROGRAM) xming/dist/usr/X11R6/bin/*.exe setupdir/bin
708	test $(BUILDXMING) = no || $(INSTALL_PROGRAM) xming/dist/usr/X11R6/bin/*.dll setupdir/bin
709	test $(BUILDXMING) = no || $(INSTALL) -d setupdir/share/Xming
710	test $(BUILDXMING) = no || $(INSTALL_DATA) xming/dist/usr/X11R6/lib/X11/XErrorDB setupdir/share/Xming
711	test $(BUILDXMING) = no || $(INSTALL_DATA) xming/dist/usr/X11R6/lib/X11/XKeysymDB setupdir/share/Xming
712	test $(BUILDXMING) = no || $(INSTALL_DATA) xming/dist/usr/X11R6/lib/X11/xserver/SecurityPolicy setupdir/share/Xming
713	test $(BUILDXMING) = no || cp -r xming/dist/usr/X11R6/lib/X11/locale setupdir/share/Xming/locale
714	test $(BUILDXMING) = no || $(INSTALL_DATA) xming/xc/programs/rgb/rgb.txt setupdir/share/Xming
715	test $(BUILDXMING) = no || $(INSTALL) -d setupdir/share/Xming/fonts/TTF
716	test $(BUILDXMING) = no || $(INSTALL_DATA) $(FNT1DIR)/ttf/* setupdir/share/Xming/fonts/TTF
717	test $(BUILDXMING) = no || $(MAKE) -C $(FNT2DIR) DESTDIR=$(abs_builddir)/setupdir install
718	$(MAKE) -C $(NXBUILD) tmpinstall
719	$(INSTALL_PROGRAM) $(NXBUILD)/dist/bin/*.exe setupdir/bin
720	$(INSTALL_PROGRAM) $(NXBUILD)/dist/bin/*.dll setupdir/bin
721	$(INSTALL_PROGRAM) $(NXBUILD)/dist/lib/*.dll setupdir/bin
722	test $(BUILDXMING) = yes || cp -r $(NXBUILD)/dist/share/* setupdir/share
723	$(MAKE) -C pulse tmpdist
724	$(INSTALL_PROGRAM) pulse/dist/bin/*.exe setupdir/bin
725	$(INSTALL_PROGRAM) pulse/dist/bin/*.dll setupdir/bin
726	cp -av pulse/dist/etc setupdir
727	cp -av pulse/dist/lib setupdir
728	for lang in $(shell cat $(top_srcdir)/po/LINGUAS) ; do \
729		$(INSTALL_DATA) $(localedir)/$$lang/LC_MESSAGES/wxstd.mo \
730			setupdir/share/locale/$$lang/LC_MESSAGES/ ; \
731	done
732	$(INSTALL_DATA) $(top_srcdir)/extres/nx.ico setupdir/bin/
733	touch $@
734
735.dlldeps: .setupdir findrequires.pl
736	env DEPDEBUG=1 perl findrequires.pl "$(DLLPATH)" setupdir/bin/*.{exe,dll} 2>$@|xargs cp -t setupdir/bin
737	touch $@
738
739.stripsetup: .setupdir
740	$(RM) -rf setupdir/share/icons setupdir/share/applnk
741	$(STRIP) --strip-unneeded setupdir/bin/*.exe `ls setupdir/bin/*.dll|grep -v cyg`
742	touch $@
743
744nativesetup: .setupdir .dlldeps .stripsetup
745	"$(ISCC)" "$(srcdir)/opennx.iss" -dBUILDXMING=$(BUILDXMING)
746
747crosssetup: .setupdir .dlldeps .stripsetup isccwrap.sh
748	"$(ISCC)" "$(srcdir)/opennx.iss" -dBUILDXMING=$(BUILDXMING)
749
750setup: $(SETUP)
751
752$(FNT1BALL):
753	@echo downloading tarball $(FNT1BALL)
754	@$(WGET) "$(FNT1URL)"
755
756$(FNT1DIR): $(FNT1BALL)
757	@tar xjf $<
758
759$(FNT2BALL):
760	@echo downloading tarball $(FNT2BALL)
761	@$(WGET) "$(FNT2URL)"
762
763$(FNT2DIR): $(FNT2BALL)
764	@tar xjf $<
765
766.miscfonts: $(FNT2DIR)
767	@(cd $(FNT2DIR) && ./configure \
768		--with-fontrootdir=/share/Xming/fonts \
769		--with-compression=gzip )
770	touch $@
771
772# Tell versions [3.59,3.63) of GNU make to not export all variables.
773# Otherwise a system limit (for SysV at least) may be exceeded.
774.NOEXPORT:
775