1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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@
17
18# $Id: Makefile.am 4759 2008-06-19 19:02:27Z vbuzuev $
19
20# DYMO LabelWriter Drivers
21# Copyright (C) 2008 Sanford L.P.
22
23# This program is free software; you can redistribute it and/or
24# modify it under the terms of the GNU General Public License
25# as published by the Free Software Foundation; either version 2
26# of the License, or (at your option) any later version.
27
28# This program is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU General Public License for more details.
32
33# You should have received a copy of the GNU General Public License
34# along with this program; if not, write to the Free Software
35# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53subdir = src
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55	$(srcdir)/config.h.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59	$(ACLOCAL_M4)
60mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61CONFIG_HEADER = config.h
62CONFIG_CLEAN_FILES =
63CONFIG_CLEAN_VPATH_FILES =
64SOURCES =
65DIST_SOURCES =
66RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67	html-recursive info-recursive install-data-recursive \
68	install-dvi-recursive install-exec-recursive \
69	install-html-recursive install-info-recursive \
70	install-pdf-recursive install-ps-recursive install-recursive \
71	installcheck-recursive installdirs-recursive pdf-recursive \
72	ps-recursive uninstall-recursive
73RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
74  distclean-recursive maintainer-clean-recursive
75AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77	distdir
78ETAGS = etags
79CTAGS = ctags
80DIST_SUBDIRS = $(SUBDIRS)
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82am__relativize = \
83  dir0=`pwd`; \
84  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85  sed_rest='s,^[^/]*/*,,'; \
86  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87  sed_butlast='s,/*[^/]*$$,,'; \
88  while test -n "$$dir1"; do \
89    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90    if test "$$first" != "."; then \
91      if test "$$first" = ".."; then \
92        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94      else \
95        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96        if test "$$first2" = "$$first"; then \
97          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
98        else \
99          dir2="../$$dir2"; \
100        fi; \
101        dir0="$$dir0"/"$$first"; \
102      fi; \
103    fi; \
104    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
105  done; \
106  reldir="$$dir2"
107ACLOCAL = @ACLOCAL@
108AMTAR = @AMTAR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113CC = @CC@
114CCDEPMODE = @CCDEPMODE@
115CFLAGS = @CFLAGS@
116CPP = @CPP@
117CPPFLAGS = @CPPFLAGS@
118CUPS_LIBS = @CUPS_LIBS@
119CXX = @CXX@
120CXXDEPMODE = @CXXDEPMODE@
121CXXFLAGS = @CXXFLAGS@
122CYGPATH_W = @CYGPATH_W@
123DEFS = @DEFS@
124DEPDIR = @DEPDIR@
125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
130GREP = @GREP@
131INSTALL = @INSTALL@
132INSTALL_DATA = @INSTALL_DATA@
133INSTALL_PROGRAM = @INSTALL_PROGRAM@
134INSTALL_SCRIPT = @INSTALL_SCRIPT@
135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136LDFLAGS = @LDFLAGS@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LTLIBOBJS = @LTLIBOBJS@
140MAKEINFO = @MAKEINFO@
141MKDIR_P = @MKDIR_P@
142OBJEXT = @OBJEXT@
143PACKAGE = @PACKAGE@
144PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145PACKAGE_NAME = @PACKAGE_NAME@
146PACKAGE_STRING = @PACKAGE_STRING@
147PACKAGE_TARNAME = @PACKAGE_TARNAME@
148PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151SET_MAKE = @SET_MAKE@
152SHELL = @SHELL@
153STRIP = @STRIP@
154VERSION = @VERSION@
155abs_builddir = @abs_builddir@
156abs_srcdir = @abs_srcdir@
157abs_top_builddir = @abs_top_builddir@
158abs_top_srcdir = @abs_top_srcdir@
159ac_ct_CC = @ac_ct_CC@
160ac_ct_CXX = @ac_ct_CXX@
161am__include = @am__include@
162am__leading_dot = @am__leading_dot@
163am__quote = @am__quote@
164am__tar = @am__tar@
165am__untar = @am__untar@
166bindir = @bindir@
167build_alias = @build_alias@
168builddir = @builddir@
169cups_cflags = @cups_cflags@
170cupsc = @cupsc@
171cupsfilterdir = @cupsfilterdir@
172cupsmodeldir = @cupsmodeldir@
173datadir = @datadir@
174datarootdir = @datarootdir@
175docdir = @docdir@
176dvidir = @dvidir@
177exec_prefix = @exec_prefix@
178host_alias = @host_alias@
179htmldir = @htmldir@
180includedir = @includedir@
181infodir = @infodir@
182install_sh = @install_sh@
183libdir = @libdir@
184libexecdir = @libexecdir@
185localedir = @localedir@
186localstatedir = @localstatedir@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
196srcdir = @srcdir@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
199top_build_prefix = @top_build_prefix@
200top_builddir = @top_builddir@
201top_srcdir = @top_srcdir@
202SUBDIRS = lw lm common/tests
203all: config.h
204	$(MAKE) $(AM_MAKEFLAGS) all-recursive
205
206.SUFFIXES:
207$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208	@for dep in $?; do \
209	  case '$(am__configure_deps)' in \
210	    *$$dep*) \
211	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
212	        && { if test -f $@; then exit 0; else break; fi; }; \
213	      exit 1;; \
214	  esac; \
215	done; \
216	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
217	$(am__cd) $(top_srcdir) && \
218	  $(AUTOMAKE) --gnu src/Makefile
219.PRECIOUS: Makefile
220Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221	@case '$?' in \
222	  *config.status*) \
223	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224	  *) \
225	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227	esac;
228
229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232$(top_srcdir)/configure:  $(am__configure_deps)
233	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236$(am__aclocal_m4_deps):
237
238config.h: stamp-h1
239	@if test ! -f $@; then \
240	  rm -f stamp-h1; \
241	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
242	else :; fi
243
244stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
245	@rm -f stamp-h1
246	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
247$(srcdir)/config.h.in:  $(am__configure_deps)
248	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
249	rm -f stamp-h1
250	touch $@
251
252distclean-hdr:
253	-rm -f config.h stamp-h1
254
255# This directory's subdirectories are mostly independent; you can cd
256# into them and run `make' without going through this Makefile.
257# To change the values of `make' variables: instead of editing Makefiles,
258# (1) if the variable is set in `config.status', edit `config.status'
259#     (which will cause the Makefiles to be regenerated when you run `make');
260# (2) otherwise, pass the desired values on the `make' command line.
261$(RECURSIVE_TARGETS):
262	@fail= failcom='exit 1'; \
263	for f in x $$MAKEFLAGS; do \
264	  case $$f in \
265	    *=* | --[!k]*);; \
266	    *k*) failcom='fail=yes';; \
267	  esac; \
268	done; \
269	dot_seen=no; \
270	target=`echo $@ | sed s/-recursive//`; \
271	list='$(SUBDIRS)'; for subdir in $$list; do \
272	  echo "Making $$target in $$subdir"; \
273	  if test "$$subdir" = "."; then \
274	    dot_seen=yes; \
275	    local_target="$$target-am"; \
276	  else \
277	    local_target="$$target"; \
278	  fi; \
279	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280	  || eval $$failcom; \
281	done; \
282	if test "$$dot_seen" = "no"; then \
283	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284	fi; test -z "$$fail"
285
286$(RECURSIVE_CLEAN_TARGETS):
287	@fail= failcom='exit 1'; \
288	for f in x $$MAKEFLAGS; do \
289	  case $$f in \
290	    *=* | --[!k]*);; \
291	    *k*) failcom='fail=yes';; \
292	  esac; \
293	done; \
294	dot_seen=no; \
295	case "$@" in \
296	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
297	  *) list='$(SUBDIRS)' ;; \
298	esac; \
299	rev=''; for subdir in $$list; do \
300	  if test "$$subdir" = "."; then :; else \
301	    rev="$$subdir $$rev"; \
302	  fi; \
303	done; \
304	rev="$$rev ."; \
305	target=`echo $@ | sed s/-recursive//`; \
306	for subdir in $$rev; do \
307	  echo "Making $$target in $$subdir"; \
308	  if test "$$subdir" = "."; then \
309	    local_target="$$target-am"; \
310	  else \
311	    local_target="$$target"; \
312	  fi; \
313	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314	  || eval $$failcom; \
315	done && test -z "$$fail"
316tags-recursive:
317	list='$(SUBDIRS)'; for subdir in $$list; do \
318	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
319	done
320ctags-recursive:
321	list='$(SUBDIRS)'; for subdir in $$list; do \
322	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
323	done
324
325ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
326	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327	unique=`for i in $$list; do \
328	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329	  done | \
330	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331	      END { if (nonempty) { for (i in files) print i; }; }'`; \
332	mkid -fID $$unique
333tags: TAGS
334
335TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
336		$(TAGS_FILES) $(LISP)
337	set x; \
338	here=`pwd`; \
339	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
340	  include_option=--etags-include; \
341	  empty_fix=.; \
342	else \
343	  include_option=--include; \
344	  empty_fix=; \
345	fi; \
346	list='$(SUBDIRS)'; for subdir in $$list; do \
347	  if test "$$subdir" = .; then :; else \
348	    test ! -f $$subdir/TAGS || \
349	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
350	  fi; \
351	done; \
352	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
353	unique=`for i in $$list; do \
354	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355	  done | \
356	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357	      END { if (nonempty) { for (i in files) print i; }; }'`; \
358	shift; \
359	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
360	  test -n "$$unique" || unique=$$empty_fix; \
361	  if test $$# -gt 0; then \
362	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363	      "$$@" $$unique; \
364	  else \
365	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366	      $$unique; \
367	  fi; \
368	fi
369ctags: CTAGS
370CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371		$(TAGS_FILES) $(LISP)
372	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
373	unique=`for i in $$list; do \
374	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375	  done | \
376	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377	      END { if (nonempty) { for (i in files) print i; }; }'`; \
378	test -z "$(CTAGS_ARGS)$$unique" \
379	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380	     $$unique
381
382GTAGS:
383	here=`$(am__cd) $(top_builddir) && pwd` \
384	  && $(am__cd) $(top_srcdir) \
385	  && gtags -i $(GTAGS_ARGS) "$$here"
386
387distclean-tags:
388	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389
390distdir: $(DISTFILES)
391	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393	list='$(DISTFILES)'; \
394	  dist_files=`for file in $$list; do echo $$file; done | \
395	  sed -e "s|^$$srcdirstrip/||;t" \
396	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397	case $$dist_files in \
398	  */*) $(MKDIR_P) `echo "$$dist_files" | \
399			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400			   sort -u` ;; \
401	esac; \
402	for file in $$dist_files; do \
403	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404	  if test -d $$d/$$file; then \
405	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406	    if test -d "$(distdir)/$$file"; then \
407	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408	    fi; \
409	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
411	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412	    fi; \
413	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
414	  else \
415	    test -f "$(distdir)/$$file" \
416	    || cp -p $$d/$$file "$(distdir)/$$file" \
417	    || exit 1; \
418	  fi; \
419	done
420	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
421	  if test "$$subdir" = .; then :; else \
422	    test -d "$(distdir)/$$subdir" \
423	    || $(MKDIR_P) "$(distdir)/$$subdir" \
424	    || exit 1; \
425	  fi; \
426	done
427	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
428	  if test "$$subdir" = .; then :; else \
429	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
430	    $(am__relativize); \
431	    new_distdir=$$reldir; \
432	    dir1=$$subdir; dir2="$(top_distdir)"; \
433	    $(am__relativize); \
434	    new_top_distdir=$$reldir; \
435	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
436	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
437	    ($(am__cd) $$subdir && \
438	      $(MAKE) $(AM_MAKEFLAGS) \
439	        top_distdir="$$new_top_distdir" \
440	        distdir="$$new_distdir" \
441		am__remove_distdir=: \
442		am__skip_length_check=: \
443		am__skip_mode_fix=: \
444	        distdir) \
445	      || exit 1; \
446	  fi; \
447	done
448check-am: all-am
449check: check-recursive
450all-am: Makefile config.h
451installdirs: installdirs-recursive
452installdirs-am:
453install: install-recursive
454install-exec: install-exec-recursive
455install-data: install-data-recursive
456uninstall: uninstall-recursive
457
458install-am: all-am
459	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461installcheck: installcheck-recursive
462install-strip:
463	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465	  `test -z '$(STRIP)' || \
466	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467mostlyclean-generic:
468
469clean-generic:
470
471distclean-generic:
472	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
475maintainer-clean-generic:
476	@echo "This command is intended for maintainers to use"
477	@echo "it deletes files that may require special tools to rebuild."
478clean: clean-recursive
479
480clean-am: clean-generic mostlyclean-am
481
482distclean: distclean-recursive
483	-rm -f Makefile
484distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
485
486dvi: dvi-recursive
487
488dvi-am:
489
490html: html-recursive
491
492html-am:
493
494info: info-recursive
495
496info-am:
497
498install-data-am:
499
500install-dvi: install-dvi-recursive
501
502install-dvi-am:
503
504install-exec-am:
505
506install-html: install-html-recursive
507
508install-html-am:
509
510install-info: install-info-recursive
511
512install-info-am:
513
514install-man:
515
516install-pdf: install-pdf-recursive
517
518install-pdf-am:
519
520install-ps: install-ps-recursive
521
522install-ps-am:
523
524installcheck-am:
525
526maintainer-clean: maintainer-clean-recursive
527	-rm -f Makefile
528maintainer-clean-am: distclean-am maintainer-clean-generic
529
530mostlyclean: mostlyclean-recursive
531
532mostlyclean-am: mostlyclean-generic
533
534pdf: pdf-recursive
535
536pdf-am:
537
538ps: ps-recursive
539
540ps-am:
541
542uninstall-am:
543
544.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
545	ctags-recursive install-am install-strip tags-recursive
546
547.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
548	all all-am check check-am clean clean-generic ctags \
549	ctags-recursive distclean distclean-generic distclean-hdr \
550	distclean-tags distdir dvi dvi-am html html-am info info-am \
551	install install-am install-data install-data-am install-dvi \
552	install-dvi-am install-exec install-exec-am install-html \
553	install-html-am install-info install-info-am install-man \
554	install-pdf install-pdf-am install-ps install-ps-am \
555	install-strip installcheck installcheck-am installdirs \
556	installdirs-am maintainer-clean maintainer-clean-generic \
557	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
558	tags-recursive uninstall uninstall-am
559
560
561#
562#  End of $Id: Makefile.am 4759 2008-06-19 19:02:27Z vbuzuev $
563#
564
565# Tell versions [3.59,3.63) of GNU make to not export all variables.
566# Otherwise a system limit (for SysV at least) may be exceeded.
567.NOEXPORT:
568