1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/configure $(am__configure_deps) \
84	$(srcdir)/config.h.in COPYING TODO ./autotools//compile \
85	./autotools//config.guess ./autotools//config.sub \
86	./autotools//install-sh ./autotools//missing \
87	./autotools//ltmain.sh $(top_srcdir)/./autotools/compile \
88	$(top_srcdir)/./autotools/config.guess \
89	$(top_srcdir)/./autotools/config.sub \
90	$(top_srcdir)/./autotools/install-sh \
91	$(top_srcdir)/./autotools/ltmain.sh \
92	$(top_srcdir)/./autotools/missing
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.in
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 configure.lineno config.status.lineno
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131  distclean-recursive maintainer-clean-recursive
132am__recursive_targets = \
133  $(RECURSIVE_TARGETS) \
134  $(RECURSIVE_CLEAN_TARGETS) \
135  $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137	cscope distdir dist dist-all distcheck
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
139	$(LISP)config.h.in
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates.  Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144  BEGIN { nonempty = 0; } \
145  { items[$$0] = 1; nonempty = 1; } \
146  END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique.  This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152  list='$(am__tagged_files)'; \
153  unique=`for i in $$list; do \
154    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155  done | $(am__uniquify_input)`
156ETAGS = etags
157CTAGS = ctags
158CSCOPE = cscope
159DIST_SUBDIRS = $(SUBDIRS)
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161distdir = $(PACKAGE)-$(VERSION)
162top_distdir = $(distdir)
163am__remove_distdir = \
164  if test -d "$(distdir)"; then \
165    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
166      && rm -rf "$(distdir)" \
167      || { sleep 5 && rm -rf "$(distdir)"; }; \
168  else :; fi
169am__post_remove_distdir = $(am__remove_distdir)
170am__relativize = \
171  dir0=`pwd`; \
172  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
173  sed_rest='s,^[^/]*/*,,'; \
174  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
175  sed_butlast='s,/*[^/]*$$,,'; \
176  while test -n "$$dir1"; do \
177    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
178    if test "$$first" != "."; then \
179      if test "$$first" = ".."; then \
180        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
181        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
182      else \
183        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
184        if test "$$first2" = "$$first"; then \
185          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
186        else \
187          dir2="../$$dir2"; \
188        fi; \
189        dir0="$$dir0"/"$$first"; \
190      fi; \
191    fi; \
192    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
193  done; \
194  reldir="$$dir2"
195DIST_ARCHIVES = $(distdir).tar.gz
196GZIP_ENV = --best
197DIST_TARGETS = dist-gzip
198distuninstallcheck_listfiles = find . -type f -print
199am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
200  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
201distcleancheck_listfiles = find . -type f -print
202ACLOCAL = @ACLOCAL@
203AMTAR = @AMTAR@
204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205AR = @AR@
206AUTOCONF = @AUTOCONF@
207AUTOHEADER = @AUTOHEADER@
208AUTOMAKE = @AUTOMAKE@
209AWK = @AWK@
210BASH = @BASH@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CFLAGS = @CFLAGS@
214CLI_DIR = @CLI_DIR@
215CNEE_INFO = @CNEE_INFO@
216CONVERT = @CONVERT@
217CPP = @CPP@
218CPPFLAGS = @CPPFLAGS@
219CYGPATH_W = @CYGPATH_W@
220DEFS = @DEFS@
221DEPDIR = @DEPDIR@
222DIA = @DIA@
223DLLTOOL = @DLLTOOL@
224DOC_DIR =
225DOC_TARGETS = @DOC_TARGETS@
226DSYMUTIL = @DSYMUTIL@
227DUMPBIN = @DUMPBIN@
228DVIPDF = @DVIPDF@
229ECHO_C = @ECHO_C@
230ECHO_N = @ECHO_N@
231ECHO_T = @ECHO_T@
232EGREP = @EGREP@
233EPSTOPDF = @EPSTOPDF@
234EXEEXT = @EXEEXT@
235FGREP = @FGREP@
236FOO_DIR = @FOO_DIR@
237GNOME_APPLET_DIR = @GNOME_APPLET_DIR@
238GREP = @GREP@
239GTKCONF = @GTKCONF@
240GUI_DIR = @GUI_DIR@
241INSTALL = @INSTALL@
242INSTALL_DATA = @INSTALL_DATA@
243INSTALL_PROGRAM = @INSTALL_PROGRAM@
244INSTALL_SCRIPT = @INSTALL_SCRIPT@
245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246LD = @LD@
247LDFLAGS = @LDFLAGS@
248LIBDL = @LIBDL@
249LIBOBJS = @LIBOBJS@
250LIBS = @LIBS@
251LIBSEMA = @LIBSEMA@
252LIBTOOL = @LIBTOOL@
253LIB_DIR = @LIB_DIR@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBOBJS = @LTLIBOBJS@
257MAINT = @MAINT@
258MAKEFILES_TO_GEN = @MAKEFILES_TO_GEN@
259MAKEINFO = @MAKEINFO@
260MANIFEST_TOOL = @MANIFEST_TOOL@
261MKDIR_P = @MKDIR_P@
262NM = @NM@
263NMEDIT = @NMEDIT@
264OBJDUMP = @OBJDUMP@
265OBJEXT = @OBJEXT@
266OTOOL = @OTOOL@
267OTOOL64 = @OTOOL64@
268PACKAGE = @PACKAGE@
269PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270PACKAGE_NAME = @PACKAGE_NAME@
271PACKAGE_STRING = @PACKAGE_STRING@
272PACKAGE_TARNAME = @PACKAGE_TARNAME@
273PACKAGE_URL = @PACKAGE_URL@
274PACKAGE_VERSION = @PACKAGE_VERSION@
275PANEL_APPLET_DIR = @PANEL_APPLET_DIR@
276PANEL_FLAGS = @PANEL_FLAGS@
277PANEL_LD_FLAGS = @PANEL_LD_FLAGS@
278PANEL_SERVER_DIR = @PANEL_SERVER_DIR@
279PATH_SEPARATOR = @PATH_SEPARATOR@
280PDF2PS = @PDF2PS@
281PIXMAP_DIR = pixmap
282PKGCFG = @PKGCFG@
283PS2PDF = @PS2PDF@
284RANLIB = @RANLIB@
285SED = @SED@
286SET_MAKE = @SET_MAKE@
287SHELL = @SHELL@
288STRIP = @STRIP@
289TEXI2HTML = @TEXI2HTML@
290TEXI2PDF = @TEXI2PDF@
291VERSION = @VERSION@
292WANTED_LIBXNEE = @WANTED_LIBXNEE@
293X11_LIBS = @X11_LIBS@
294XMKMF = @XMKMF@
295XNEE_DOC_DIR = @XNEE_DOC_DIR@
296X_CFLAGS = @X_CFLAGS@
297X_EXTRA_LIBS = @X_EXTRA_LIBS@
298X_LIBS = @X_LIBS@
299X_PRE_LIBS = @X_PRE_LIBS@
300abs_builddir = @abs_builddir@
301abs_srcdir = @abs_srcdir@
302abs_top_builddir = @abs_top_builddir@
303abs_top_srcdir = @abs_top_srcdir@
304ac_ct_AR = @ac_ct_AR@
305ac_ct_CC = @ac_ct_CC@
306ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
307am__include = @am__include@
308am__leading_dot = @am__leading_dot@
309am__quote = @am__quote@
310am__tar = @am__tar@
311am__untar = @am__untar@
312bindir = @bindir@
313build = @build@
314build_alias = @build_alias@
315build_cpu = @build_cpu@
316build_os = @build_os@
317build_vendor = @build_vendor@
318builddir = @builddir@
319datadir = @datadir@
320datarootdir = @datarootdir@
321docdir = @docdir@
322dvidir = @dvidir@
323exec_prefix = @exec_prefix@
324gtk_CFLAGS = @gtk_CFLAGS@
325gtk_LIBS = @gtk_LIBS@
326host = @host@
327host_alias = @host_alias@
328host_cpu = @host_cpu@
329host_os = @host_os@
330host_vendor = @host_vendor@
331htmldir = @htmldir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337libgnomeui_CFLAGS = @libgnomeui_CFLAGS@
338libgnomeui_LIBS = @libgnomeui_LIBS@
339localedir = @localedir@
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
344pdfdir = @pdfdir@
345prefix = @prefix@
346program_transform_name = @program_transform_name@
347psdir = @psdir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351sysconfdir = @sysconfdir@
352target_alias = @target_alias@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
356SUBDIRS = libxnee  cnee gnee pnee ${DOC_DIR} share examples sessions pixmap man
357#${LIB_DIR}  ${CLI_DIR} ${GUI_DIR} ${GNOME_APPLET_DIR} ${DOC_DIR} share examples sessions ${PIXMAP_DIR} man
358AUTOMAKE_OPTIONS = gnu
359EXTRA_DIST = Makefile.xnee Makefile.cvs autotools/* projects/test.xnp sessions/example1.xns README README.debian README.cvs BUGS FAQ EXAMPLES doc/Makefile.am doc/Makefile.in ChangeLog build/autobuild.sh
360all: config.h
361	$(MAKE) $(AM_MAKEFLAGS) all-recursive
362
363.SUFFIXES:
364am--refresh: Makefile
365	@:
366$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
367	@for dep in $?; do \
368	  case '$(am__configure_deps)' in \
369	    *$$dep*) \
370	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
371	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
372		&& exit 0; \
373	      exit 1;; \
374	  esac; \
375	done; \
376	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
377	$(am__cd) $(top_srcdir) && \
378	  $(AUTOMAKE) --gnu Makefile
379.PRECIOUS: Makefile
380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381	@case '$?' in \
382	  *config.status*) \
383	    echo ' $(SHELL) ./config.status'; \
384	    $(SHELL) ./config.status;; \
385	  *) \
386	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
387	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
388	esac;
389
390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391	$(SHELL) ./config.status --recheck
392
393$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
394	$(am__cd) $(srcdir) && $(AUTOCONF)
395$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
396	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
397$(am__aclocal_m4_deps):
398
399config.h: stamp-h1
400	@test -f $@ || rm -f stamp-h1
401	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
402
403stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
404	@rm -f stamp-h1
405	cd $(top_builddir) && $(SHELL) ./config.status config.h
406$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
407	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
408	rm -f stamp-h1
409	touch $@
410
411distclean-hdr:
412	-rm -f config.h stamp-h1
413
414mostlyclean-libtool:
415	-rm -f *.lo
416
417clean-libtool:
418	-rm -rf .libs _libs
419
420distclean-libtool:
421	-rm -f libtool config.lt
422
423# This directory's subdirectories are mostly independent; you can cd
424# into them and run 'make' without going through this Makefile.
425# To change the values of 'make' variables: instead of editing Makefiles,
426# (1) if the variable is set in 'config.status', edit 'config.status'
427#     (which will cause the Makefiles to be regenerated when you run 'make');
428# (2) otherwise, pass the desired values on the 'make' command line.
429$(am__recursive_targets):
430	@fail=; \
431	if $(am__make_keepgoing); then \
432	  failcom='fail=yes'; \
433	else \
434	  failcom='exit 1'; \
435	fi; \
436	dot_seen=no; \
437	target=`echo $@ | sed s/-recursive//`; \
438	case "$@" in \
439	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
440	  *) list='$(SUBDIRS)' ;; \
441	esac; \
442	for subdir in $$list; do \
443	  echo "Making $$target in $$subdir"; \
444	  if test "$$subdir" = "."; then \
445	    dot_seen=yes; \
446	    local_target="$$target-am"; \
447	  else \
448	    local_target="$$target"; \
449	  fi; \
450	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451	  || eval $$failcom; \
452	done; \
453	if test "$$dot_seen" = "no"; then \
454	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
455	fi; test -z "$$fail"
456
457ID: $(am__tagged_files)
458	$(am__define_uniq_tagged_files); mkid -fID $$unique
459tags: tags-recursive
460TAGS: tags
461
462tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
463	set x; \
464	here=`pwd`; \
465	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466	  include_option=--etags-include; \
467	  empty_fix=.; \
468	else \
469	  include_option=--include; \
470	  empty_fix=; \
471	fi; \
472	list='$(SUBDIRS)'; for subdir in $$list; do \
473	  if test "$$subdir" = .; then :; else \
474	    test ! -f $$subdir/TAGS || \
475	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
476	  fi; \
477	done; \
478	$(am__define_uniq_tagged_files); \
479	shift; \
480	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481	  test -n "$$unique" || unique=$$empty_fix; \
482	  if test $$# -gt 0; then \
483	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484	      "$$@" $$unique; \
485	  else \
486	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487	      $$unique; \
488	  fi; \
489	fi
490ctags: ctags-recursive
491
492CTAGS: ctags
493ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494	$(am__define_uniq_tagged_files); \
495	test -z "$(CTAGS_ARGS)$$unique" \
496	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497	     $$unique
498
499GTAGS:
500	here=`$(am__cd) $(top_builddir) && pwd` \
501	  && $(am__cd) $(top_srcdir) \
502	  && gtags -i $(GTAGS_ARGS) "$$here"
503cscope: cscope.files
504	test ! -s cscope.files \
505	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
506clean-cscope:
507	-rm -f cscope.files
508cscope.files: clean-cscope cscopelist
509cscopelist: cscopelist-recursive
510
511cscopelist-am: $(am__tagged_files)
512	list='$(am__tagged_files)'; \
513	case "$(srcdir)" in \
514	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
515	  *) sdir=$(subdir)/$(srcdir) ;; \
516	esac; \
517	for i in $$list; do \
518	  if test -f "$$i"; then \
519	    echo "$(subdir)/$$i"; \
520	  else \
521	    echo "$$sdir/$$i"; \
522	  fi; \
523	done >> $(top_builddir)/cscope.files
524
525distclean-tags:
526	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
527	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
528
529distdir: $(DISTFILES)
530	$(am__remove_distdir)
531	test -d "$(distdir)" || mkdir "$(distdir)"
532	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534	list='$(DISTFILES)'; \
535	  dist_files=`for file in $$list; do echo $$file; done | \
536	  sed -e "s|^$$srcdirstrip/||;t" \
537	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538	case $$dist_files in \
539	  */*) $(MKDIR_P) `echo "$$dist_files" | \
540			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541			   sort -u` ;; \
542	esac; \
543	for file in $$dist_files; do \
544	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545	  if test -d $$d/$$file; then \
546	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547	    if test -d "$(distdir)/$$file"; then \
548	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549	    fi; \
550	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553	    fi; \
554	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555	  else \
556	    test -f "$(distdir)/$$file" \
557	    || cp -p $$d/$$file "$(distdir)/$$file" \
558	    || exit 1; \
559	  fi; \
560	done
561	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
562	  if test "$$subdir" = .; then :; else \
563	    $(am__make_dryrun) \
564	      || test -d "$(distdir)/$$subdir" \
565	      || $(MKDIR_P) "$(distdir)/$$subdir" \
566	      || exit 1; \
567	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
568	    $(am__relativize); \
569	    new_distdir=$$reldir; \
570	    dir1=$$subdir; dir2="$(top_distdir)"; \
571	    $(am__relativize); \
572	    new_top_distdir=$$reldir; \
573	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
574	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
575	    ($(am__cd) $$subdir && \
576	      $(MAKE) $(AM_MAKEFLAGS) \
577	        top_distdir="$$new_top_distdir" \
578	        distdir="$$new_distdir" \
579		am__remove_distdir=: \
580		am__skip_length_check=: \
581		am__skip_mode_fix=: \
582	        distdir) \
583	      || exit 1; \
584	  fi; \
585	done
586	-test -n "$(am__skip_mode_fix)" \
587	|| find "$(distdir)" -type d ! -perm -755 \
588		-exec chmod u+rwx,go+rx {} \; -o \
589	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
590	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
591	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
592	|| chmod -R a+r "$(distdir)"
593dist-gzip: distdir
594	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
595	$(am__post_remove_distdir)
596
597dist-bzip2: distdir
598	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
599	$(am__post_remove_distdir)
600
601dist-lzip: distdir
602	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
603	$(am__post_remove_distdir)
604
605dist-xz: distdir
606	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
607	$(am__post_remove_distdir)
608
609dist-tarZ: distdir
610	@echo WARNING: "Support for shar distribution archives is" \
611	               "deprecated." >&2
612	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
613	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
614	$(am__post_remove_distdir)
615
616dist-shar: distdir
617	@echo WARNING: "Support for distribution archives compressed with" \
618		       "legacy program 'compress' is deprecated." >&2
619	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
620	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
621	$(am__post_remove_distdir)
622
623dist-zip: distdir
624	-rm -f $(distdir).zip
625	zip -rq $(distdir).zip $(distdir)
626	$(am__post_remove_distdir)
627
628dist dist-all:
629	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
630	$(am__post_remove_distdir)
631
632# This target untars the dist file and tries a VPATH configuration.  Then
633# it guarantees that the distribution is self-contained by making another
634# tarfile.
635distcheck: dist
636	case '$(DIST_ARCHIVES)' in \
637	*.tar.gz*) \
638	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
639	*.tar.bz2*) \
640	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
641	*.tar.lz*) \
642	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
643	*.tar.xz*) \
644	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
645	*.tar.Z*) \
646	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
647	*.shar.gz*) \
648	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
649	*.zip*) \
650	  unzip $(distdir).zip ;;\
651	esac
652	chmod -R a-w $(distdir)
653	chmod u+w $(distdir)
654	mkdir $(distdir)/_build $(distdir)/_inst
655	chmod a-w $(distdir)
656	test -d $(distdir)/_build || exit 0; \
657	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
658	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
659	  && am__cwd=`pwd` \
660	  && $(am__cd) $(distdir)/_build \
661	  && ../configure \
662	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
663	    $(DISTCHECK_CONFIGURE_FLAGS) \
664	    --srcdir=.. --prefix="$$dc_install_base" \
665	  && $(MAKE) $(AM_MAKEFLAGS) \
666	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
667	  && $(MAKE) $(AM_MAKEFLAGS) check \
668	  && $(MAKE) $(AM_MAKEFLAGS) install \
669	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
670	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
671	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
672	        distuninstallcheck \
673	  && chmod -R a-w "$$dc_install_base" \
674	  && ({ \
675	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
676	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
677	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
678	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
679	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
680	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
681	  && rm -rf "$$dc_destdir" \
682	  && $(MAKE) $(AM_MAKEFLAGS) dist \
683	  && rm -rf $(DIST_ARCHIVES) \
684	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
685	  && cd "$$am__cwd" \
686	  || exit 1
687	$(am__post_remove_distdir)
688	@(echo "$(distdir) archives ready for distribution: "; \
689	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
690	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
691distuninstallcheck:
692	@test -n '$(distuninstallcheck_dir)' || { \
693	  echo 'ERROR: trying to run $@ with an empty' \
694	       '$$(distuninstallcheck_dir)' >&2; \
695	  exit 1; \
696	}; \
697	$(am__cd) '$(distuninstallcheck_dir)' || { \
698	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
699	  exit 1; \
700	}; \
701	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
702	   || { echo "ERROR: files left after uninstall:" ; \
703	        if test -n "$(DESTDIR)"; then \
704	          echo "  (check DESTDIR support)"; \
705	        fi ; \
706	        $(distuninstallcheck_listfiles) ; \
707	        exit 1; } >&2
708distcleancheck: distclean
709	@if test '$(srcdir)' = . ; then \
710	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
711	  exit 1 ; \
712	fi
713	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
714	  || { echo "ERROR: files left in build directory after distclean:" ; \
715	       $(distcleancheck_listfiles) ; \
716	       exit 1; } >&2
717check-am: all-am
718check: check-recursive
719all-am: Makefile config.h
720installdirs: installdirs-recursive
721installdirs-am:
722install: install-recursive
723install-exec: install-exec-recursive
724install-data: install-data-recursive
725uninstall: uninstall-recursive
726
727install-am: all-am
728	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
729
730installcheck: installcheck-recursive
731install-strip:
732	if test -z '$(STRIP)'; then \
733	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
734	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
735	      install; \
736	else \
737	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
738	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
739	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
740	fi
741mostlyclean-generic:
742
743clean-generic:
744
745distclean-generic:
746	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
747	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
748
749maintainer-clean-generic:
750	@echo "This command is intended for maintainers to use"
751	@echo "it deletes files that may require special tools to rebuild."
752clean: clean-recursive
753
754clean-am: clean-generic clean-libtool mostlyclean-am
755
756distclean: distclean-recursive
757	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
758	-rm -f Makefile
759distclean-am: clean-am distclean-generic distclean-hdr \
760	distclean-libtool distclean-tags
761
762dvi: dvi-recursive
763
764dvi-am:
765
766html: html-recursive
767
768html-am:
769
770info: info-recursive
771
772info-am:
773
774install-data-am:
775
776install-dvi: install-dvi-recursive
777
778install-dvi-am:
779
780install-exec-am:
781
782install-html: install-html-recursive
783
784install-html-am:
785
786install-info: install-info-recursive
787
788install-info-am:
789
790install-man:
791
792install-pdf: install-pdf-recursive
793
794install-pdf-am:
795
796install-ps: install-ps-recursive
797
798install-ps-am:
799
800installcheck-am:
801
802maintainer-clean: maintainer-clean-recursive
803	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
804	-rm -rf $(top_srcdir)/autom4te.cache
805	-rm -f Makefile
806maintainer-clean-am: distclean-am maintainer-clean-generic
807
808mostlyclean: mostlyclean-recursive
809
810mostlyclean-am: mostlyclean-generic mostlyclean-libtool
811
812pdf: pdf-recursive
813
814pdf-am:
815
816ps: ps-recursive
817
818ps-am:
819
820uninstall-am:
821
822.MAKE: $(am__recursive_targets) all install-am install-strip
823
824.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
825	am--refresh check check-am clean clean-cscope clean-generic \
826	clean-libtool cscope cscopelist-am ctags ctags-am dist \
827	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
828	dist-xz dist-zip distcheck distclean distclean-generic \
829	distclean-hdr distclean-libtool distclean-tags distcleancheck \
830	distdir distuninstallcheck dvi dvi-am html html-am info \
831	info-am install install-am install-data install-data-am \
832	install-dvi install-dvi-am install-exec install-exec-am \
833	install-html install-html-am install-info install-info-am \
834	install-man install-pdf install-pdf-am install-ps \
835	install-ps-am install-strip installcheck installcheck-am \
836	installdirs installdirs-am maintainer-clean \
837	maintainer-clean-generic mostlyclean mostlyclean-generic \
838	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
839	uninstall-am
840
841
842devel-doc:
843	-rm -fr src-html/
844	mkdir src-html/
845	DATE="$(shell date)" && \
846	grep AM_INIT_AUTOMAKE configure.in |  sed -e 's/AM_INIT_AUTOMAKE//g' -e 's/\,[a-zA-Z0-9\.]*//g' -e 's,[()]*,,g'  && \
847	XNEE_NAME="$(shell grep AM_INIT_AUTOMAKE configure.in |  sed -e 's/AM_INIT_AUTOMAKE//g' -e 's/\,[a-zA-Z0-9\.]*//g' -e 's,[()]*,,g') " && \
848	XNEE_VERSION="$(shell grep AM_INIT_AUTOMAKE configure.in |  sed -e 's/AM_INIT_AUTOMAKE//g' -e 's/[a-zA-Z0-9\.]*\,//g' -e 's,[()]*,,g') " && \
849	echo "Date: \"$$DATE\"  $$XNEE_NAME  $$XNEE_VERSION  "  && \
850	cat tmpl/header.html.tmpl | sed \
851	-e "s,PRODUCT_TMPL,$$XNEE_NAME (libxnee),g"  \
852	-e "s,PRODUCT_VERSION_TMPL,$$XNEE_VERSION,g"  \
853	-e "s,PRODUCT_BUILD_TMPL,$$DATE,g"  \
854	-e "s,GNU_WWW_TMPL,http://www\.gnu\.org,g"  \
855	-e "s,XNEE_WWW_TMPL,http://www\.gnu\.org/software/xnee,g"  \
856	> libxnee/src/header.html
857	cat tmpl/header.html.tmpl | sed \
858	-e 's,PRODUCT_TMPL,$$XNEE_NAME (cnee),g'  \
859	-e 's,PRODUCT_VERSION_TMPL,$$XNEE_VERSION,g'  \
860	-e 's,PRODUCT_BUILD_TMPL,$$DATE,g'  \
861	-e "s,GNU_WWW_TMPL,http://www\.gnu\.org,g"  \
862	-e "s,XNEE_WWW_TMPL,http://www\.gnu\.org/software/xnee,g"  \
863	> cnee/src/header.html && \
864	mkdir -p src-html/libxnee/src
865	mkdir -p src-html/libxnee/include/libxnee
866	mkdir -p src-html/cnee/src
867	cd libxnee/src/     && ${MAKE} devel-doc
868#	cd cnee/src/ && ${MAKE} src-html && cp *.html ../../src-html/cnee/src
869
870manual:
871	cd ./doc/ && $(MAKE) all manual
872
873man:
874	cd ./cnee/src && make man
875	cd pnee/man && make
876	cd gnee/man && make
877
878test:
879	cd libxnee/test && make clean all test
880
881check: all
882	cd libxnee/test && make test
883	cd cnee/test    && ./test_all.sh
884
885xcheck: all
886	cd libxnee/test && make xtest
887	cd cnee/test    && ./test_all.sh
888
889$(srcdir)/package.m4 : $(topdir)/configure.in
890	:;{\
891	echo '# ' && \
892	echo 'm4_define([AT_PACKAGE_NAME],  [@PACKAGE_NAME@])' ; \
893	} > '$$(srcdir)/package.m4'
894
895autobuild:
896	cd build && autobuild.sh
897
898# Tell versions [3.59,3.63) of GNU make to not export all variables.
899# Otherwise a system limit (for SysV at least) may be exceeded.
900.NOEXPORT:
901