Makefile.in revision ac92798b
1# Makefile.in generated by automake 1.14 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@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82bin_PROGRAMS = cxpm$(EXEEXT)
83subdir = cxpm
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(top_srcdir)/depcomp
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
88	$(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95am__installdirs = "$(DESTDIR)$(bindir)"
96PROGRAMS = $(bin_PROGRAMS)
97am_cxpm_OBJECTS = cxpm.$(OBJEXT)
98cxpm_OBJECTS = $(am_cxpm_OBJECTS)
99cxpm_LDADD = $(LDADD)
100AM_V_lt = $(am__v_lt_@AM_V@)
101am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
102am__v_lt_0 = --silent
103am__v_lt_1 = 
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 = 
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 = 
116DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117depcomp = $(SHELL) $(top_srcdir)/depcomp
118am__depfiles_maybe = depfiles
119am__mv = mv -f
120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
124	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125	$(AM_CFLAGS) $(CFLAGS)
126AM_V_CC = $(am__v_CC_@AM_V@)
127am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128am__v_CC_0 = @echo "  CC      " $@;
129am__v_CC_1 = 
130CCLD = $(CC)
131LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133	$(AM_LDFLAGS) $(LDFLAGS) -o $@
134AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136am__v_CCLD_0 = @echo "  CCLD    " $@;
137am__v_CCLD_1 = 
138SOURCES = $(cxpm_SOURCES)
139DIST_SOURCES = $(cxpm_SOURCES)
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145DATA = $(noinst_DATA)
146am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147# Read a list of newline-separated strings from the standard input,
148# and print each of them once, without duplicates.  Input order is
149# *not* preserved.
150am__uniquify_input = $(AWK) '\
151  BEGIN { nonempty = 0; } \
152  { items[$$0] = 1; nonempty = 1; } \
153  END { if (nonempty) { for (i in items) print i; }; } \
154'
155# Make sure the list of sources is unique.  This is necessary because,
156# e.g., the same source file might be shared among _SOURCES variables
157# for different programs/libraries.
158am__define_uniq_tagged_files = \
159  list='$(am__tagged_files)'; \
160  unique=`for i in $$list; do \
161    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162  done | $(am__uniquify_input)`
163ETAGS = etags
164CTAGS = ctags
165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166ACLOCAL = @ACLOCAL@
167ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
168ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
169AMTAR = @AMTAR@
170AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171APP_MAN_DIR = @APP_MAN_DIR@
172APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
173AR = @AR@
174AUTOCONF = @AUTOCONF@
175AUTOHEADER = @AUTOHEADER@
176AUTOMAKE = @AUTOMAKE@
177AWK = @AWK@
178BASE_CFLAGS = @BASE_CFLAGS@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CHANGELOG_CMD = @CHANGELOG_CMD@
183CPP = @CPP@
184CPPFLAGS = @CPPFLAGS@
185CWARNFLAGS = @CWARNFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
191DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
192DSYMUTIL = @DSYMUTIL@
193DUMPBIN = @DUMPBIN@
194ECHO_C = @ECHO_C@
195ECHO_N = @ECHO_N@
196ECHO_T = @ECHO_T@
197EGREP = @EGREP@
198EXEEXT = @EXEEXT@
199FGREP = @FGREP@
200FILE_MAN_DIR = @FILE_MAN_DIR@
201FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
202GREP = @GREP@
203INSTALL = @INSTALL@
204INSTALL_CMD = @INSTALL_CMD@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209LD = @LD@
210LDFLAGS = @LDFLAGS@
211LIBOBJS = @LIBOBJS@
212LIBS = @LIBS@
213LIBTOOL = @LIBTOOL@
214LIB_MAN_DIR = @LIB_MAN_DIR@
215LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
216LIPO = @LIPO@
217LN_S = @LN_S@
218LOCALEDIR = @LOCALEDIR@
219LTLIBOBJS = @LTLIBOBJS@
220MAKEINFO = @MAKEINFO@
221MANIFEST_TOOL = @MANIFEST_TOOL@
222MAN_SUBSTS = @MAN_SUBSTS@
223MISC_MAN_DIR = @MISC_MAN_DIR@
224MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
225MKDIR_P = @MKDIR_P@
226NM = @NM@
227NMEDIT = @NMEDIT@
228OBJDUMP = @OBJDUMP@
229OBJEXT = @OBJEXT@
230OTOOL = @OTOOL@
231OTOOL64 = @OTOOL64@
232PACKAGE = @PACKAGE@
233PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234PACKAGE_NAME = @PACKAGE_NAME@
235PACKAGE_STRING = @PACKAGE_STRING@
236PACKAGE_TARNAME = @PACKAGE_TARNAME@
237PACKAGE_URL = @PACKAGE_URL@
238PACKAGE_VERSION = @PACKAGE_VERSION@
239PATH_SEPARATOR = @PATH_SEPARATOR@
240PKG_CONFIG = @PKG_CONFIG@
241RANLIB = @RANLIB@
242SED = @SED@
243SET_MAKE = @SET_MAKE@
244SHELL = @SHELL@
245STRICT_CFLAGS = @STRICT_CFLAGS@
246STRIP = @STRIP@
247SXPM_CFLAGS = @SXPM_CFLAGS@
248SXPM_LIBS = @SXPM_LIBS@
249VERSION = @VERSION@
250XORG_MAN_PAGE = @XORG_MAN_PAGE@
251XPM_CFLAGS = @XPM_CFLAGS@
252XPM_LIBS = @XPM_LIBS@
253abs_builddir = @abs_builddir@
254abs_srcdir = @abs_srcdir@
255abs_top_builddir = @abs_top_builddir@
256abs_top_srcdir = @abs_top_srcdir@
257ac_ct_AR = @ac_ct_AR@
258ac_ct_CC = @ac_ct_CC@
259ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260am__include = @am__include@
261am__leading_dot = @am__leading_dot@
262am__quote = @am__quote@
263am__tar = @am__tar@
264am__untar = @am__untar@
265bindir = @bindir@
266build = @build@
267build_alias = @build_alias@
268build_cpu = @build_cpu@
269build_os = @build_os@
270build_vendor = @build_vendor@
271builddir = @builddir@
272datadir = @datadir@
273datarootdir = @datarootdir@
274docdir = @docdir@
275dvidir = @dvidir@
276exec_prefix = @exec_prefix@
277host = @host@
278host_alias = @host_alias@
279host_cpu = @host_cpu@
280host_os = @host_os@
281host_vendor = @host_vendor@
282htmldir = @htmldir@
283includedir = @includedir@
284infodir = @infodir@
285install_sh = @install_sh@
286libdir = @libdir@
287libexecdir = @libexecdir@
288localedir = @localedir@
289localstatedir = @localstatedir@
290mandir = @mandir@
291mkdir_p = @mkdir_p@
292oldincludedir = @oldincludedir@
293pdfdir = @pdfdir@
294prefix = @prefix@
295program_transform_name = @program_transform_name@
296psdir = @psdir@
297sbindir = @sbindir@
298sharedstatedir = @sharedstatedir@
299srcdir = @srcdir@
300sysconfdir = @sysconfdir@
301target_alias = @target_alias@
302top_build_prefix = @top_build_prefix@
303top_builddir = @top_builddir@
304top_srcdir = @top_srcdir@
305AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include/X11
306AM_CFLAGS = $(CWARNFLAGS) $(XPM_CFLAGS)
307cxpm_SOURCES = cxpm.c
308@USE_GETTEXT_TRUE@noinst_DATA = cxpm.po
309@USE_GETTEXT_TRUE@CLEANFILES = cxpm.po
310all: all-am
311
312.SUFFIXES:
313.SUFFIXES: .c .lo .o .obj
314$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
315	@for dep in $?; do \
316	  case '$(am__configure_deps)' in \
317	    *$$dep*) \
318	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319	        && { if test -f $@; then exit 0; else break; fi; }; \
320	      exit 1;; \
321	  esac; \
322	done; \
323	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cxpm/Makefile'; \
324	$(am__cd) $(top_srcdir) && \
325	  $(AUTOMAKE) --foreign cxpm/Makefile
326.PRECIOUS: Makefile
327Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328	@case '$?' in \
329	  *config.status*) \
330	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331	  *) \
332	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334	esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339$(top_srcdir)/configure:  $(am__configure_deps)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(am__aclocal_m4_deps):
344install-binPROGRAMS: $(bin_PROGRAMS)
345	@$(NORMAL_INSTALL)
346	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
347	if test -n "$$list"; then \
348	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
349	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
350	fi; \
351	for p in $$list; do echo "$$p $$p"; done | \
352	sed 's/$(EXEEXT)$$//' | \
353	while read p p1; do if test -f $$p \
354	 || test -f $$p1 \
355	  ; then echo "$$p"; echo "$$p"; else :; fi; \
356	done | \
357	sed -e 'p;s,.*/,,;n;h' \
358	    -e 's|.*|.|' \
359	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360	sed 'N;N;N;s,\n, ,g' | \
361	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
362	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
363	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
364	    else { print "f", $$3 "/" $$4, $$1; } } \
365	  END { for (d in files) print "f", d, files[d] }' | \
366	while read type dir files; do \
367	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
368	    test -z "$$files" || { \
369	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
370	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
371	    } \
372	; done
373
374uninstall-binPROGRAMS:
375	@$(NORMAL_UNINSTALL)
376	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
377	files=`for p in $$list; do echo "$$p"; done | \
378	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379	      -e 's/$$/$(EXEEXT)/' \
380	`; \
381	test -n "$$list" || exit 0; \
382	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
383	cd "$(DESTDIR)$(bindir)" && rm -f $$files
384
385clean-binPROGRAMS:
386	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
387	echo " rm -f" $$list; \
388	rm -f $$list || exit $$?; \
389	test -n "$(EXEEXT)" || exit 0; \
390	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
391	echo " rm -f" $$list; \
392	rm -f $$list
393
394cxpm$(EXEEXT): $(cxpm_OBJECTS) $(cxpm_DEPENDENCIES) $(EXTRA_cxpm_DEPENDENCIES) 
395	@rm -f cxpm$(EXEEXT)
396	$(AM_V_CCLD)$(LINK) $(cxpm_OBJECTS) $(cxpm_LDADD) $(LIBS)
397
398mostlyclean-compile:
399	-rm -f *.$(OBJEXT)
400
401distclean-compile:
402	-rm -f *.tab.c
403
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxpm.Po@am__quote@
405
406.c.o:
407@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
412
413.c.obj:
414@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
419
420.c.lo:
421@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
423@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
424@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
426
427mostlyclean-libtool:
428	-rm -f *.lo
429
430clean-libtool:
431	-rm -rf .libs _libs
432
433ID: $(am__tagged_files)
434	$(am__define_uniq_tagged_files); mkid -fID $$unique
435tags: tags-am
436TAGS: tags
437
438tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
439	set x; \
440	here=`pwd`; \
441	$(am__define_uniq_tagged_files); \
442	shift; \
443	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444	  test -n "$$unique" || unique=$$empty_fix; \
445	  if test $$# -gt 0; then \
446	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447	      "$$@" $$unique; \
448	  else \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      $$unique; \
451	  fi; \
452	fi
453ctags: ctags-am
454
455CTAGS: ctags
456ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
457	$(am__define_uniq_tagged_files); \
458	test -z "$(CTAGS_ARGS)$$unique" \
459	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460	     $$unique
461
462GTAGS:
463	here=`$(am__cd) $(top_builddir) && pwd` \
464	  && $(am__cd) $(top_srcdir) \
465	  && gtags -i $(GTAGS_ARGS) "$$here"
466cscopelist: cscopelist-am
467
468cscopelist-am: $(am__tagged_files)
469	list='$(am__tagged_files)'; \
470	case "$(srcdir)" in \
471	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
472	  *) sdir=$(subdir)/$(srcdir) ;; \
473	esac; \
474	for i in $$list; do \
475	  if test -f "$$i"; then \
476	    echo "$(subdir)/$$i"; \
477	  else \
478	    echo "$$sdir/$$i"; \
479	  fi; \
480	done >> $(top_builddir)/cscope.files
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	list='$(DISTFILES)'; \
489	  dist_files=`for file in $$list; do echo $$file; done | \
490	  sed -e "s|^$$srcdirstrip/||;t" \
491	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492	case $$dist_files in \
493	  */*) $(MKDIR_P) `echo "$$dist_files" | \
494			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495			   sort -u` ;; \
496	esac; \
497	for file in $$dist_files; do \
498	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499	  if test -d $$d/$$file; then \
500	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501	    if test -d "$(distdir)/$$file"; then \
502	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503	    fi; \
504	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509	  else \
510	    test -f "$(distdir)/$$file" \
511	    || cp -p $$d/$$file "$(distdir)/$$file" \
512	    || exit 1; \
513	  fi; \
514	done
515check-am: all-am
516check: check-am
517all-am: Makefile $(PROGRAMS) $(DATA)
518installdirs:
519	for dir in "$(DESTDIR)$(bindir)"; do \
520	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
521	done
522install: install-am
523install-exec: install-exec-am
524install-data: install-data-am
525uninstall: uninstall-am
526
527install-am: all-am
528	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529
530installcheck: installcheck-am
531install-strip:
532	if test -z '$(STRIP)'; then \
533	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535	      install; \
536	else \
537	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
540	fi
541mostlyclean-generic:
542
543clean-generic:
544	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-am
554
555clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
556
557distclean: distclean-am
558	-rm -rf ./$(DEPDIR)
559	-rm -f Makefile
560distclean-am: clean-am distclean-compile distclean-generic \
561	distclean-tags
562
563dvi: dvi-am
564
565dvi-am:
566
567html: html-am
568
569html-am:
570
571info: info-am
572
573info-am:
574
575install-data-am:
576
577install-dvi: install-dvi-am
578
579install-dvi-am:
580
581install-exec-am: install-binPROGRAMS
582
583install-html: install-html-am
584
585install-html-am:
586
587install-info: install-info-am
588
589install-info-am:
590
591install-man:
592
593install-pdf: install-pdf-am
594
595install-pdf-am:
596
597install-ps: install-ps-am
598
599install-ps-am:
600
601installcheck-am:
602
603maintainer-clean: maintainer-clean-am
604	-rm -rf ./$(DEPDIR)
605	-rm -f Makefile
606maintainer-clean-am: distclean-am maintainer-clean-generic
607
608mostlyclean: mostlyclean-am
609
610mostlyclean-am: mostlyclean-compile mostlyclean-generic \
611	mostlyclean-libtool
612
613pdf: pdf-am
614
615pdf-am:
616
617ps: ps-am
618
619ps-am:
620
621uninstall-am: uninstall-binPROGRAMS
622
623.MAKE: install-am install-strip
624
625.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
626	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
627	ctags ctags-am distclean distclean-compile distclean-generic \
628	distclean-libtool distclean-tags distdir dvi dvi-am html \
629	html-am info info-am install install-am install-binPROGRAMS \
630	install-data install-data-am install-dvi install-dvi-am \
631	install-exec install-exec-am install-html install-html-am \
632	install-info install-info-am install-man install-pdf \
633	install-pdf-am install-ps install-ps-am install-strip \
634	installcheck installcheck-am installdirs maintainer-clean \
635	maintainer-clean-generic mostlyclean mostlyclean-compile \
636	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
637	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
638
639
640@USE_GETTEXT_TRUE@cxpm.po: $(cxpm_SOURCES:%=$(srcdir)/%)
641@USE_GETTEXT_TRUE@	$(AM_V_GEN)xgettext -c"L10N_Comments" -d cxpm -n $(cxpm_SOURCES:%=$(srcdir)/%)
642
643# Tell versions [3.59,3.63) of GNU make to not export all variables.
644# Otherwise a system limit (for SysV at least) may be exceeded.
645.NOEXPORT:
646