tizen 2.3.1 release
[framework/uifw/xorg/util/x11-utils.git] / xlsfonts / Makefile.in
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
19 #  Copyright 2005  Red Hat, Inc.
20
21 #  Permission to use, copy, modify, distribute, and sell this software and its
22 #  documentation for any purpose is hereby granted without fee, provided that
23 #  the above copyright notice appear in all copies and that both that
24 #  copyright notice and this permission notice appear in supporting
25 #  documentation, and that the name of Red Hat not be used in
26 #  advertising or publicity pertaining to distribution of the software without
27 #  specific, written prior permission.  Red Hat makes no
28 #  representations about the suitability of this software for any purpose.  It
29 #  is provided "as is" without express or implied warranty.
30
31 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33 #  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35 #  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37 #  PERFORMANCE OF THIS SOFTWARE.
38
39
40 VPATH = @srcdir@
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 bin_PROGRAMS = xlsfonts$(EXEEXT)
60 subdir = .
61 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
63         $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
64         config.sub depcomp install-sh missing
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70  configure.lineno config.status.lineno
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = config.h
73 CONFIG_CLEAN_FILES =
74 CONFIG_CLEAN_VPATH_FILES =
75 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
76 PROGRAMS = $(bin_PROGRAMS)
77 am_xlsfonts_OBJECTS = dsimple.$(OBJEXT) xlsfonts.$(OBJEXT)
78 xlsfonts_OBJECTS = $(am_xlsfonts_OBJECTS)
79 am__DEPENDENCIES_1 =
80 xlsfonts_DEPENDENCIES = $(am__DEPENDENCIES_1)
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 AM_V_CC = $(am__v_CC_$(V))
88 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89 am__v_CC_0 = @echo "  CC    " $@;
90 AM_V_at = $(am__v_at_$(V))
91 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92 am__v_at_0 = @
93 CCLD = $(CC)
94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95 AM_V_CCLD = $(am__v_CCLD_$(V))
96 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
97 am__v_CCLD_0 = @echo "  CCLD  " $@;
98 AM_V_GEN = $(am__v_GEN_$(V))
99 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100 am__v_GEN_0 = @echo "  GEN   " $@;
101 SOURCES = $(xlsfonts_SOURCES)
102 DIST_SOURCES = $(xlsfonts_SOURCES)
103 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104 am__vpath_adj = case $$p in \
105     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106     *) f=$$p;; \
107   esac;
108 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109 am__install_max = 40
110 am__nobase_strip_setup = \
111   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112 am__nobase_strip = \
113   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114 am__nobase_list = $(am__nobase_strip_setup); \
115   for p in $$list; do echo "$$p $$p"; done | \
116   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118     if (++n[$$2] == $(am__install_max)) \
119       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120     END { for (dir in files) print dir, files[dir] }'
121 am__base_list = \
122   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124 DATA = $(appman_DATA)
125 ETAGS = etags
126 CTAGS = ctags
127 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128 distdir = $(PACKAGE)-$(VERSION)
129 top_distdir = $(distdir)
130 am__remove_distdir = \
131   { test ! -d "$(distdir)" \
132     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
133          && rm -fr "$(distdir)"; }; }
134 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
135 GZIP_ENV = --best
136 distuninstallcheck_listfiles = find . -type f -print
137 distcleancheck_listfiles = find . -type f -print
138 ACLOCAL = @ACLOCAL@
139 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
140 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
141 AMTAR = @AMTAR@
142 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
143 APP_MAN_DIR = @APP_MAN_DIR@
144 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CHANGELOG_CMD = @CHANGELOG_CMD@
153 CPP = @CPP@
154 CPPFLAGS = @CPPFLAGS@
155 CWARNFLAGS = @CWARNFLAGS@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
160 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 EXEEXT = @EXEEXT@
166 FILE_MAN_DIR = @FILE_MAN_DIR@
167 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
168 GREP = @GREP@
169 INSTALL = @INSTALL@
170 INSTALL_CMD = @INSTALL_CMD@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 LDFLAGS = @LDFLAGS@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIB_MAN_DIR = @LIB_MAN_DIR@
179 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
180 LTLIBOBJS = @LTLIBOBJS@
181 MAINT = @MAINT@
182 MAKEINFO = @MAKEINFO@
183 MISC_MAN_DIR = @MISC_MAN_DIR@
184 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
185 MKDIR_P = @MKDIR_P@
186 OBJEXT = @OBJEXT@
187 PACKAGE = @PACKAGE@
188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189 PACKAGE_NAME = @PACKAGE_NAME@
190 PACKAGE_STRING = @PACKAGE_STRING@
191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 PACKAGE_URL = @PACKAGE_URL@
193 PACKAGE_VERSION = @PACKAGE_VERSION@
194 PATH_SEPARATOR = @PATH_SEPARATOR@
195 PKG_CONFIG = @PKG_CONFIG@
196 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
197 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198 SET_MAKE = @SET_MAKE@
199 SHELL = @SHELL@
200 STRIP = @STRIP@
201 VERSION = @VERSION@
202 XLSFONTS_CFLAGS = @XLSFONTS_CFLAGS@
203 XLSFONTS_LIBS = @XLSFONTS_LIBS@
204 abs_builddir = @abs_builddir@
205 abs_srcdir = @abs_srcdir@
206 abs_top_builddir = @abs_top_builddir@
207 abs_top_srcdir = @abs_top_srcdir@
208 ac_ct_CC = @ac_ct_CC@
209 am__include = @am__include@
210 am__leading_dot = @am__leading_dot@
211 am__quote = @am__quote@
212 am__tar = @am__tar@
213 am__untar = @am__untar@
214 bindir = @bindir@
215 build = @build@
216 build_alias = @build_alias@
217 build_cpu = @build_cpu@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 builddir = @builddir@
221 datadir = @datadir@
222 datarootdir = @datarootdir@
223 docdir = @docdir@
224 dvidir = @dvidir@
225 exec_prefix = @exec_prefix@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 htmldir = @htmldir@
232 includedir = @includedir@
233 infodir = @infodir@
234 install_sh = @install_sh@
235 libdir = @libdir@
236 libexecdir = @libexecdir@
237 localedir = @localedir@
238 localstatedir = @localstatedir@
239 mandir = @mandir@
240 mkdir_p = @mkdir_p@
241 oldincludedir = @oldincludedir@
242 pdfdir = @pdfdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target_alias = @target_alias@
251 top_build_prefix = @top_build_prefix@
252 top_builddir = @top_builddir@
253 top_srcdir = @top_srcdir@
254 AM_CFLAGS = $(XLSFONTS_CFLAGS) $(CWARNFLAGS)
255 xlsfonts_LDADD = $(XLSFONTS_LIBS)
256 xlsfonts_SOURCES = \
257         dsimple.c \
258         dsimple.h \
259         xlsfonts.c
260
261 appman_PRE = \
262         xlsfonts.man
263
264 EXTRA_DIST = xlsfonts.sgml autogen.sh $(appman_PRE)
265 appmandir = $(APP_MAN_DIR)
266 appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
267 MAINTAINERCLEANFILES = ChangeLog INSTALL
268 CLEANFILES = $(appman_DATA)
269 SED = sed
270
271 # Strings to replace in man pages
272 XORGRELSTRING = @PACKAGE_STRING@
273 XORGMANNAME = X Version 11
274 MAN_SUBSTS = \
275         -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
276         -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
277         -e 's|__xservername__|Xorg|g' \
278         -e 's|__xconfigfile__|xorg.conf|g' \
279         -e 's|__projectroot__|$(prefix)|g' \
280         -e 's|__apploaddir__|$(appdefaultdir)|' \
281         -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
282         -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
283         -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
284         -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
285         -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
286
287 SUFFIXES = .$(APP_MAN_SUFFIX) .man
288 all: config.h
289         $(MAKE) $(AM_MAKEFLAGS) all-am
290
291 .SUFFIXES:
292 .SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
293 am--refresh:
294         @:
295 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
296         @for dep in $?; do \
297           case '$(am__configure_deps)' in \
298             *$$dep*) \
299               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
300               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
301                 && exit 0; \
302               exit 1;; \
303           esac; \
304         done; \
305         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
306         $(am__cd) $(top_srcdir) && \
307           $(AUTOMAKE) --foreign Makefile
308 .PRECIOUS: Makefile
309 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310         @case '$?' in \
311           *config.status*) \
312             echo ' $(SHELL) ./config.status'; \
313             $(SHELL) ./config.status;; \
314           *) \
315             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
316             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
317         esac;
318
319 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320         $(SHELL) ./config.status --recheck
321
322 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323         $(am__cd) $(srcdir) && $(AUTOCONF)
324 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
326 $(am__aclocal_m4_deps):
327
328 config.h: stamp-h1
329         @if test ! -f $@; then \
330           rm -f stamp-h1; \
331           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
332         else :; fi
333
334 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
335         @rm -f stamp-h1
336         cd $(top_builddir) && $(SHELL) ./config.status config.h
337 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
338         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
339         rm -f stamp-h1
340         touch $@
341
342 distclean-hdr:
343         -rm -f config.h stamp-h1
344 install-binPROGRAMS: $(bin_PROGRAMS)
345         @$(NORMAL_INSTALL)
346         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
347         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
348         for p in $$list; do echo "$$p $$p"; done | \
349         sed 's/$(EXEEXT)$$//' | \
350         while read p p1; do if test -f $$p; \
351           then echo "$$p"; echo "$$p"; else :; fi; \
352         done | \
353         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
354             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
355         sed 'N;N;N;s,\n, ,g' | \
356         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
357           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
358             if ($$2 == $$4) files[d] = files[d] " " $$1; \
359             else { print "f", $$3 "/" $$4, $$1; } } \
360           END { for (d in files) print "f", d, files[d] }' | \
361         while read type dir files; do \
362             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
363             test -z "$$files" || { \
364               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
365               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
366             } \
367         ; done
368
369 uninstall-binPROGRAMS:
370         @$(NORMAL_UNINSTALL)
371         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
372         files=`for p in $$list; do echo "$$p"; done | \
373           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
374               -e 's/$$/$(EXEEXT)/' `; \
375         test -n "$$list" || exit 0; \
376         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
377         cd "$(DESTDIR)$(bindir)" && rm -f $$files
378
379 clean-binPROGRAMS:
380         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
381 xlsfonts$(EXEEXT): $(xlsfonts_OBJECTS) $(xlsfonts_DEPENDENCIES) 
382         @rm -f xlsfonts$(EXEEXT)
383         $(AM_V_CCLD)$(LINK) $(xlsfonts_OBJECTS) $(xlsfonts_LDADD) $(LIBS)
384
385 mostlyclean-compile:
386         -rm -f *.$(OBJEXT)
387
388 distclean-compile:
389         -rm -f *.tab.c
390
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsimple.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsfonts.Po@am__quote@
393
394 .c.o:
395 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
397 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
401
402 .c.obj:
403 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
409 install-appmanDATA: $(appman_DATA)
410         @$(NORMAL_INSTALL)
411         test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
412         @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
413         for p in $$list; do \
414           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415           echo "$$d$$p"; \
416         done | $(am__base_list) | \
417         while read files; do \
418           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
419           $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
420         done
421
422 uninstall-appmanDATA:
423         @$(NORMAL_UNINSTALL)
424         @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
425         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
426         test -n "$$files" || exit 0; \
427         echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
428         cd "$(DESTDIR)$(appmandir)" && rm -f $$files
429
430 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
431         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         mkid -fID $$unique
438 tags: TAGS
439
440 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
441                 $(TAGS_FILES) $(LISP)
442         set x; \
443         here=`pwd`; \
444         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
445         unique=`for i in $$list; do \
446             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447           done | \
448           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449               END { if (nonempty) { for (i in files) print i; }; }'`; \
450         shift; \
451         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452           test -n "$$unique" || unique=$$empty_fix; \
453           if test $$# -gt 0; then \
454             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455               "$$@" $$unique; \
456           else \
457             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458               $$unique; \
459           fi; \
460         fi
461 ctags: CTAGS
462 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
463                 $(TAGS_FILES) $(LISP)
464         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
465         unique=`for i in $$list; do \
466             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467           done | \
468           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469               END { if (nonempty) { for (i in files) print i; }; }'`; \
470         test -z "$(CTAGS_ARGS)$$unique" \
471           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472              $$unique
473
474 GTAGS:
475         here=`$(am__cd) $(top_builddir) && pwd` \
476           && $(am__cd) $(top_srcdir) \
477           && gtags -i $(GTAGS_ARGS) "$$here"
478
479 distclean-tags:
480         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482 distdir: $(DISTFILES)
483         $(am__remove_distdir)
484         test -d "$(distdir)" || mkdir "$(distdir)"
485         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         list='$(DISTFILES)'; \
488           dist_files=`for file in $$list; do echo $$file; done | \
489           sed -e "s|^$$srcdirstrip/||;t" \
490               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491         case $$dist_files in \
492           */*) $(MKDIR_P) `echo "$$dist_files" | \
493                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494                            sort -u` ;; \
495         esac; \
496         for file in $$dist_files; do \
497           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498           if test -d $$d/$$file; then \
499             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500             if test -d "$(distdir)/$$file"; then \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508           else \
509             test -f "$(distdir)/$$file" \
510             || cp -p $$d/$$file "$(distdir)/$$file" \
511             || exit 1; \
512           fi; \
513         done
514         $(MAKE) $(AM_MAKEFLAGS) \
515           top_distdir="$(top_distdir)" distdir="$(distdir)" \
516           dist-hook
517         -test -n "$(am__skip_mode_fix)" \
518         || find "$(distdir)" -type d ! -perm -755 \
519                 -exec chmod u+rwx,go+rx {} \; -o \
520           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
521           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
522           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
523         || chmod -R a+r "$(distdir)"
524 dist-gzip: distdir
525         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
526         $(am__remove_distdir)
527 dist-bzip2: distdir
528         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
529         $(am__remove_distdir)
530
531 dist-lzma: distdir
532         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
533         $(am__remove_distdir)
534
535 dist-xz: distdir
536         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
537         $(am__remove_distdir)
538
539 dist-tarZ: distdir
540         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
541         $(am__remove_distdir)
542
543 dist-shar: distdir
544         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
545         $(am__remove_distdir)
546
547 dist-zip: distdir
548         -rm -f $(distdir).zip
549         zip -rq $(distdir).zip $(distdir)
550         $(am__remove_distdir)
551
552 dist dist-all: distdir
553         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
555         $(am__remove_distdir)
556
557 # This target untars the dist file and tries a VPATH configuration.  Then
558 # it guarantees that the distribution is self-contained by making another
559 # tarfile.
560 distcheck: dist
561         case '$(DIST_ARCHIVES)' in \
562         *.tar.gz*) \
563           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
564         *.tar.bz2*) \
565           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
566         *.tar.lzma*) \
567           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
568         *.tar.xz*) \
569           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
570         *.tar.Z*) \
571           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
572         *.shar.gz*) \
573           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
574         *.zip*) \
575           unzip $(distdir).zip ;;\
576         esac
577         chmod -R a-w $(distdir); chmod a+w $(distdir)
578         mkdir $(distdir)/_build
579         mkdir $(distdir)/_inst
580         chmod a-w $(distdir)
581         test -d $(distdir)/_build || exit 0; \
582         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
583           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
584           && am__cwd=`pwd` \
585           && $(am__cd) $(distdir)/_build \
586           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
587             $(DISTCHECK_CONFIGURE_FLAGS) \
588           && $(MAKE) $(AM_MAKEFLAGS) \
589           && $(MAKE) $(AM_MAKEFLAGS) dvi \
590           && $(MAKE) $(AM_MAKEFLAGS) check \
591           && $(MAKE) $(AM_MAKEFLAGS) install \
592           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
593           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
594           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
595                 distuninstallcheck \
596           && chmod -R a-w "$$dc_install_base" \
597           && ({ \
598                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
599                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
600                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
601                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
602                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
603               } || { rm -rf "$$dc_destdir"; exit 1; }) \
604           && rm -rf "$$dc_destdir" \
605           && $(MAKE) $(AM_MAKEFLAGS) dist \
606           && rm -rf $(DIST_ARCHIVES) \
607           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
608           && cd "$$am__cwd" \
609           || exit 1
610         $(am__remove_distdir)
611         @(echo "$(distdir) archives ready for distribution: "; \
612           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
613           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
614 distuninstallcheck:
615         @$(am__cd) '$(distuninstallcheck_dir)' \
616         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
617            || { echo "ERROR: files left after uninstall:" ; \
618                 if test -n "$(DESTDIR)"; then \
619                   echo "  (check DESTDIR support)"; \
620                 fi ; \
621                 $(distuninstallcheck_listfiles) ; \
622                 exit 1; } >&2
623 distcleancheck: distclean
624         @if test '$(srcdir)' = . ; then \
625           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
626           exit 1 ; \
627         fi
628         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
629           || { echo "ERROR: files left in build directory after distclean:" ; \
630                $(distcleancheck_listfiles) ; \
631                exit 1; } >&2
632 check-am: all-am
633 check: check-am
634 all-am: Makefile $(PROGRAMS) $(DATA) config.h
635 installdirs:
636         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
637           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638         done
639 install: install-am
640 install-exec: install-exec-am
641 install-data: install-data-am
642 uninstall: uninstall-am
643
644 install-am: all-am
645         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647 installcheck: installcheck-am
648 install-strip:
649         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651           `test -z '$(STRIP)' || \
652             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653 mostlyclean-generic:
654
655 clean-generic:
656         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
657
658 distclean-generic:
659         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
662 maintainer-clean-generic:
663         @echo "This command is intended for maintainers to use"
664         @echo "it deletes files that may require special tools to rebuild."
665         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
666 clean: clean-am
667
668 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
669
670 distclean: distclean-am
671         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
672         -rm -rf ./$(DEPDIR)
673         -rm -f Makefile
674 distclean-am: clean-am distclean-compile distclean-generic \
675         distclean-hdr distclean-tags
676
677 dvi: dvi-am
678
679 dvi-am:
680
681 html: html-am
682
683 html-am:
684
685 info: info-am
686
687 info-am:
688
689 install-data-am: install-appmanDATA
690
691 install-dvi: install-dvi-am
692
693 install-dvi-am:
694
695 install-exec-am: install-binPROGRAMS
696
697 install-html: install-html-am
698
699 install-html-am:
700
701 install-info: install-info-am
702
703 install-info-am:
704
705 install-man:
706
707 install-pdf: install-pdf-am
708
709 install-pdf-am:
710
711 install-ps: install-ps-am
712
713 install-ps-am:
714
715 installcheck-am:
716
717 maintainer-clean: maintainer-clean-am
718         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719         -rm -rf $(top_srcdir)/autom4te.cache
720         -rm -rf ./$(DEPDIR)
721         -rm -f Makefile
722 maintainer-clean-am: distclean-am maintainer-clean-generic
723
724 mostlyclean: mostlyclean-am
725
726 mostlyclean-am: mostlyclean-compile mostlyclean-generic
727
728 pdf: pdf-am
729
730 pdf-am:
731
732 ps: ps-am
733
734 ps-am:
735
736 uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
737
738 .MAKE: all install-am install-strip
739
740 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
741         clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
742         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
743         dist-zip distcheck distclean distclean-compile \
744         distclean-generic distclean-hdr distclean-tags distcleancheck \
745         distdir distuninstallcheck dvi dvi-am html html-am info \
746         info-am install install-am install-appmanDATA \
747         install-binPROGRAMS install-data install-data-am install-dvi \
748         install-dvi-am install-exec install-exec-am install-html \
749         install-html-am install-info install-info-am install-man \
750         install-pdf install-pdf-am install-ps install-ps-am \
751         install-strip installcheck installcheck-am installdirs \
752         maintainer-clean maintainer-clean-generic mostlyclean \
753         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
754         tags uninstall uninstall-am uninstall-appmanDATA \
755         uninstall-binPROGRAMS
756
757
758 .PHONY: ChangeLog INSTALL
759
760 INSTALL:
761         $(INSTALL_CMD)
762
763 ChangeLog:
764         $(CHANGELOG_CMD)
765
766 dist-hook: ChangeLog INSTALL
767
768 .man.$(APP_MAN_SUFFIX):
769         sed $(MAN_SUBSTS) < $< > $@
770
771 # Tell versions [3.59,3.63) of GNU make to not export all variables.
772 # Otherwise a system limit (for SysV at least) may be exceeded.
773 .NOEXPORT: