Makefile.in revision 44d7874b
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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# $Id: Makefile.in,v 1.1.1.1 2008/07/29 05:22:03 mrg Exp $
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
40srcdir = @srcdir@
41top_srcdir = @top_srcdir@
42VPATH = @srcdir@
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46top_builddir = .
47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48INSTALL = @INSTALL@
49install_sh_DATA = $(install_sh) -c -m 644
50install_sh_PROGRAM = $(install_sh) -c
51install_sh_SCRIPT = $(install_sh) -c
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = $(program_transform_name)
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_triplet = @build@
61host_triplet = @host@
62bin_PROGRAMS = beforelight$(EXEEXT)
63DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
64	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
65	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
66	compile config.guess config.sub depcomp install-sh missing
67subdir = .
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/configure.ac
70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71	$(ACLOCAL_M4)
72am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
73 configure.lineno configure.status.lineno
74mkinstalldirs = $(SHELL) $(install_sh) -d
75CONFIG_HEADER = config.h
76CONFIG_CLEAN_FILES =
77am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \
78	"$(DESTDIR)$(appmandir)"
79binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
80PROGRAMS = $(bin_PROGRAMS)
81am_beforelight_OBJECTS = beforelight-b4light.$(OBJEXT)
82beforelight_OBJECTS = $(am_beforelight_OBJECTS)
83am__DEPENDENCIES_1 =
84beforelight_DEPENDENCIES = $(am__DEPENDENCIES_1)
85DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
86depcomp = $(SHELL) $(top_srcdir)/depcomp
87am__depfiles_maybe = depfiles
88COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
92SOURCES = $(beforelight_SOURCES)
93DIST_SOURCES = $(beforelight_SOURCES)
94am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95am__vpath_adj = case $$p in \
96    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97    *) f=$$p;; \
98  esac;
99am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
100appdefaultDATA_INSTALL = $(INSTALL_DATA)
101appmanDATA_INSTALL = $(INSTALL_DATA)
102DATA = $(appdefault_DATA) $(appman_DATA)
103ETAGS = etags
104CTAGS = ctags
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106distdir = $(PACKAGE)-$(VERSION)
107top_distdir = $(distdir)
108am__remove_distdir = \
109  { test ! -d $(distdir) \
110    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
111         && rm -fr $(distdir); }; }
112DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
113GZIP_ENV = --best
114distuninstallcheck_listfiles = find . -type f -print
115distcleancheck_listfiles = find . -type f -print
116ACLOCAL = @ACLOCAL@
117ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
118ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
119AMDEP_FALSE = @AMDEP_FALSE@
120AMDEP_TRUE = @AMDEP_TRUE@
121AMTAR = @AMTAR@
122APPDEFS_CFLAGS = @APPDEFS_CFLAGS@
123APPDEFS_LIBS = @APPDEFS_LIBS@
124APP_MAN_DIR = @APP_MAN_DIR@
125APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
126AUTOCONF = @AUTOCONF@
127AUTOHEADER = @AUTOHEADER@
128AUTOMAKE = @AUTOMAKE@
129AWK = @AWK@
130BEFORELIGHT_CFLAGS = @BEFORELIGHT_CFLAGS@
131BEFORELIGHT_LIBS = @BEFORELIGHT_LIBS@
132CC = @CC@
133CCDEPMODE = @CCDEPMODE@
134CFLAGS = @CFLAGS@
135CPPFLAGS = @CPPFLAGS@
136CYGPATH_W = @CYGPATH_W@
137DEFS = @DEFS@
138DEPDIR = @DEPDIR@
139DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
140DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EXEEXT = @EXEEXT@
145FILE_MAN_DIR = @FILE_MAN_DIR@
146FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
147INSTALL_DATA = @INSTALL_DATA@
148INSTALL_PROGRAM = @INSTALL_PROGRAM@
149INSTALL_SCRIPT = @INSTALL_SCRIPT@
150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151LDFLAGS = @LDFLAGS@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIB_MAN_DIR = @LIB_MAN_DIR@
155LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
156LTLIBOBJS = @LTLIBOBJS@
157MAINT = @MAINT@
158MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
159MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
160MAKEINFO = @MAKEINFO@
161MISC_MAN_DIR = @MISC_MAN_DIR@
162MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
163OBJEXT = @OBJEXT@
164PACKAGE = @PACKAGE@
165PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166PACKAGE_NAME = @PACKAGE_NAME@
167PACKAGE_STRING = @PACKAGE_STRING@
168PACKAGE_TARNAME = @PACKAGE_TARNAME@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PATH_SEPARATOR = @PATH_SEPARATOR@
171PKG_CONFIG = @PKG_CONFIG@
172SET_MAKE = @SET_MAKE@
173SHELL = @SHELL@
174STRIP = @STRIP@
175VERSION = @VERSION@
176ac_ct_CC = @ac_ct_CC@
177ac_ct_STRIP = @ac_ct_STRIP@
178ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
179am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181am__include = @am__include@
182am__leading_dot = @am__leading_dot@
183am__quote = @am__quote@
184am__tar = @am__tar@
185am__untar = @am__untar@
186appdefaultdir = @appdefaultdir@
187bindir = @bindir@
188build = @build@
189build_alias = @build_alias@
190build_cpu = @build_cpu@
191build_os = @build_os@
192build_vendor = @build_vendor@
193datadir = @datadir@
194exec_prefix = @exec_prefix@
195host = @host@
196host_alias = @host_alias@
197host_cpu = @host_cpu@
198host_os = @host_os@
199host_vendor = @host_vendor@
200includedir = @includedir@
201infodir = @infodir@
202install_sh = @install_sh@
203libdir = @libdir@
204libexecdir = @libexecdir@
205localstatedir = @localstatedir@
206mandir = @mandir@
207mkdir_p = @mkdir_p@
208oldincludedir = @oldincludedir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211sbindir = @sbindir@
212sharedstatedir = @sharedstatedir@
213sysconfdir = @sysconfdir@
214target_alias = @target_alias@
215beforelight_CFLAGS = $(BEFORELIGHT_CFLAGS)
216beforelight_LDADD = $(BEFORELIGHT_LIBS)
217beforelight_SOURCES = \
218        b4light.c
219
220appman_PRE = \
221        beforelight.man
222
223
224# App default files  (*.ad)
225EXTRA_DIST = Beforelight.ad $(appman_PRE)
226APPDEFAULTFILES = \
227        Beforelight
228
229SUFFIXES = .ad .$(APP_MAN_SUFFIX) .man
230appdefault_DATA = $(APPDEFAULTFILES)
231CLEANFILES = $(APPDEFAULTFILES) $(appman_DATA)
232appmandir = $(APP_MAN_DIR)
233appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
234SED = sed
235
236# Strings to replace in man pages
237XORGRELSTRING = @PACKAGE_STRING@
238XORGMANNAME = X Version 11
239MAN_SUBSTS = \
240	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
241	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
242	-e 's|__xservername__|Xorg|g' \
243	-e 's|__xconfigfile__|xorg.conf|g' \
244	-e 's|__projectroot__|$(prefix)|g' \
245	-e 's|__apploaddir__|$(appdefaultdir)|' \
246	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
247	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
248	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
249	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
250	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
251
252all: config.h
253	$(MAKE) $(AM_MAKEFLAGS) all-am
254
255.SUFFIXES:
256.SUFFIXES: .ad .$(APP_MAN_SUFFIX) .man .c .o .obj
257am--refresh:
258	@:
259$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
260	@for dep in $?; do \
261	  case '$(am__configure_deps)' in \
262	    *$$dep*) \
263	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
264	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
265		&& exit 0; \
266	      exit 1;; \
267	  esac; \
268	done; \
269	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
270	cd $(top_srcdir) && \
271	  $(AUTOMAKE) --gnu  Makefile
272.PRECIOUS: Makefile
273Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274	@case '$?' in \
275	  *config.status*) \
276	    echo ' $(SHELL) ./config.status'; \
277	    $(SHELL) ./config.status;; \
278	  *) \
279	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
280	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
281	esac;
282
283$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284	$(SHELL) ./config.status --recheck
285
286$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
287	cd $(srcdir) && $(AUTOCONF)
288$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
289	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
290
291config.h: stamp-h1
292	@if test ! -f $@; then \
293	  rm -f stamp-h1; \
294	  $(MAKE) stamp-h1; \
295	else :; fi
296
297stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
298	@rm -f stamp-h1
299	cd $(top_builddir) && $(SHELL) ./config.status config.h
300$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
301	cd $(top_srcdir) && $(AUTOHEADER)
302	rm -f stamp-h1
303	touch $@
304
305distclean-hdr:
306	-rm -f config.h stamp-h1
307install-binPROGRAMS: $(bin_PROGRAMS)
308	@$(NORMAL_INSTALL)
309	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
310	@list='$(bin_PROGRAMS)'; for p in $$list; do \
311	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
312	  if test -f $$p \
313	  ; then \
314	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
315	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
316	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
317	  else :; fi; \
318	done
319
320uninstall-binPROGRAMS:
321	@$(NORMAL_UNINSTALL)
322	@list='$(bin_PROGRAMS)'; for p in $$list; do \
323	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
324	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
325	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
326	done
327
328clean-binPROGRAMS:
329	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
330beforelight$(EXEEXT): $(beforelight_OBJECTS) $(beforelight_DEPENDENCIES) 
331	@rm -f beforelight$(EXEEXT)
332	$(LINK) $(beforelight_LDFLAGS) $(beforelight_OBJECTS) $(beforelight_LDADD) $(LIBS)
333
334mostlyclean-compile:
335	-rm -f *.$(OBJEXT)
336
337distclean-compile:
338	-rm -f *.tab.c
339
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beforelight-b4light.Po@am__quote@
341
342.c.o:
343@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
344@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
345@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347@am__fastdepCC_FALSE@	$(COMPILE) -c $<
348
349.c.obj:
350@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
351@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
352@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
355
356beforelight-b4light.o: b4light.c
357@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(beforelight_CFLAGS) $(CFLAGS) -MT beforelight-b4light.o -MD -MP -MF "$(DEPDIR)/beforelight-b4light.Tpo" -c -o beforelight-b4light.o `test -f 'b4light.c' || echo '$(srcdir)/'`b4light.c; \
358@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/beforelight-b4light.Tpo" "$(DEPDIR)/beforelight-b4light.Po"; else rm -f "$(DEPDIR)/beforelight-b4light.Tpo"; exit 1; fi
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='b4light.c' object='beforelight-b4light.o' libtool=no @AMDEPBACKSLASH@
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(beforelight_CFLAGS) $(CFLAGS) -c -o beforelight-b4light.o `test -f 'b4light.c' || echo '$(srcdir)/'`b4light.c
362
363beforelight-b4light.obj: b4light.c
364@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(beforelight_CFLAGS) $(CFLAGS) -MT beforelight-b4light.obj -MD -MP -MF "$(DEPDIR)/beforelight-b4light.Tpo" -c -o beforelight-b4light.obj `if test -f 'b4light.c'; then $(CYGPATH_W) 'b4light.c'; else $(CYGPATH_W) '$(srcdir)/b4light.c'; fi`; \
365@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/beforelight-b4light.Tpo" "$(DEPDIR)/beforelight-b4light.Po"; else rm -f "$(DEPDIR)/beforelight-b4light.Tpo"; exit 1; fi
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='b4light.c' object='beforelight-b4light.obj' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(beforelight_CFLAGS) $(CFLAGS) -c -o beforelight-b4light.obj `if test -f 'b4light.c'; then $(CYGPATH_W) 'b4light.c'; else $(CYGPATH_W) '$(srcdir)/b4light.c'; fi`
369uninstall-info-am:
370install-appdefaultDATA: $(appdefault_DATA)
371	@$(NORMAL_INSTALL)
372	test -z "$(appdefaultdir)" || $(mkdir_p) "$(DESTDIR)$(appdefaultdir)"
373	@list='$(appdefault_DATA)'; for p in $$list; do \
374	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375	  f=$(am__strip_dir) \
376	  echo " $(appdefaultDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appdefaultdir)/$$f'"; \
377	  $(appdefaultDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appdefaultdir)/$$f"; \
378	done
379
380uninstall-appdefaultDATA:
381	@$(NORMAL_UNINSTALL)
382	@list='$(appdefault_DATA)'; for p in $$list; do \
383	  f=$(am__strip_dir) \
384	  echo " rm -f '$(DESTDIR)$(appdefaultdir)/$$f'"; \
385	  rm -f "$(DESTDIR)$(appdefaultdir)/$$f"; \
386	done
387install-appmanDATA: $(appman_DATA)
388	@$(NORMAL_INSTALL)
389	test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
390	@list='$(appman_DATA)'; for p in $$list; do \
391	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
392	  f=$(am__strip_dir) \
393	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
394	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
395	done
396
397uninstall-appmanDATA:
398	@$(NORMAL_UNINSTALL)
399	@list='$(appman_DATA)'; for p in $$list; do \
400	  f=$(am__strip_dir) \
401	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
402	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
403	done
404
405ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407	unique=`for i in $$list; do \
408	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409	  done | \
410	  $(AWK) '    { files[$$0] = 1; } \
411	       END { for (i in files) print i; }'`; \
412	mkid -fID $$unique
413tags: TAGS
414
415TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
416		$(TAGS_FILES) $(LISP)
417	tags=; \
418	here=`pwd`; \
419	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
420	unique=`for i in $$list; do \
421	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422	  done | \
423	  $(AWK) '    { files[$$0] = 1; } \
424	       END { for (i in files) print i; }'`; \
425	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
426	  test -n "$$unique" || unique=$$empty_fix; \
427	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	    $$tags $$unique; \
429	fi
430ctags: CTAGS
431CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
432		$(TAGS_FILES) $(LISP)
433	tags=; \
434	here=`pwd`; \
435	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
436	unique=`for i in $$list; do \
437	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438	  done | \
439	  $(AWK) '    { files[$$0] = 1; } \
440	       END { for (i in files) print i; }'`; \
441	test -z "$(CTAGS_ARGS)$$tags$$unique" \
442	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443	     $$tags $$unique
444
445GTAGS:
446	here=`$(am__cd) $(top_builddir) && pwd` \
447	  && cd $(top_srcdir) \
448	  && gtags -i $(GTAGS_ARGS) $$here
449
450distclean-tags:
451	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
453distdir: $(DISTFILES)
454	$(am__remove_distdir)
455	mkdir $(distdir)
456	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
457	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
458	list='$(DISTFILES)'; for file in $$list; do \
459	  case $$file in \
460	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
461	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
462	  esac; \
463	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
465	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
466	    dir="/$$dir"; \
467	    $(mkdir_p) "$(distdir)$$dir"; \
468	  else \
469	    dir=''; \
470	  fi; \
471	  if test -d $$d/$$file; then \
472	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
474	    fi; \
475	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
476	  else \
477	    test -f $(distdir)/$$file \
478	    || cp -p $$d/$$file $(distdir)/$$file \
479	    || exit 1; \
480	  fi; \
481	done
482	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
483	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
484	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
485	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
486	|| chmod -R a+r $(distdir)
487dist-gzip: distdir
488	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
489	$(am__remove_distdir)
490dist-bzip2: distdir
491	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
492	$(am__remove_distdir)
493
494dist-tarZ: distdir
495	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
496	$(am__remove_distdir)
497
498dist-shar: distdir
499	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
500	$(am__remove_distdir)
501
502dist-zip: distdir
503	-rm -f $(distdir).zip
504	zip -rq $(distdir).zip $(distdir)
505	$(am__remove_distdir)
506
507dist dist-all: distdir
508	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
509	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
510	$(am__remove_distdir)
511
512# This target untars the dist file and tries a VPATH configuration.  Then
513# it guarantees that the distribution is self-contained by making another
514# tarfile.
515distcheck: dist
516	case '$(DIST_ARCHIVES)' in \
517	*.tar.gz*) \
518	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
519	*.tar.bz2*) \
520	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
521	*.tar.Z*) \
522	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
523	*.shar.gz*) \
524	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
525	*.zip*) \
526	  unzip $(distdir).zip ;;\
527	esac
528	chmod -R a-w $(distdir); chmod a+w $(distdir)
529	mkdir $(distdir)/_build
530	mkdir $(distdir)/_inst
531	chmod a-w $(distdir)
532	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
533	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
534	  && cd $(distdir)/_build \
535	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
536	    $(DISTCHECK_CONFIGURE_FLAGS) \
537	  && $(MAKE) $(AM_MAKEFLAGS) \
538	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
539	  && $(MAKE) $(AM_MAKEFLAGS) check \
540	  && $(MAKE) $(AM_MAKEFLAGS) install \
541	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
542	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
543	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
544	        distuninstallcheck \
545	  && chmod -R a-w "$$dc_install_base" \
546	  && ({ \
547	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
548	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
549	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
550	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
551	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
552	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
553	  && rm -rf "$$dc_destdir" \
554	  && $(MAKE) $(AM_MAKEFLAGS) dist \
555	  && rm -rf $(DIST_ARCHIVES) \
556	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
557	$(am__remove_distdir)
558	@(echo "$(distdir) archives ready for distribution: "; \
559	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
560	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
561distuninstallcheck:
562	@cd $(distuninstallcheck_dir) \
563	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
564	   || { echo "ERROR: files left after uninstall:" ; \
565	        if test -n "$(DESTDIR)"; then \
566	          echo "  (check DESTDIR support)"; \
567	        fi ; \
568	        $(distuninstallcheck_listfiles) ; \
569	        exit 1; } >&2
570distcleancheck: distclean
571	@if test '$(srcdir)' = . ; then \
572	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
573	  exit 1 ; \
574	fi
575	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
576	  || { echo "ERROR: files left in build directory after distclean:" ; \
577	       $(distcleancheck_listfiles) ; \
578	       exit 1; } >&2
579check-am: all-am
580check: check-am
581all-am: Makefile $(PROGRAMS) $(DATA) config.h
582installdirs:
583	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(appmandir)"; do \
584	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
585	done
586install: install-am
587install-exec: install-exec-am
588install-data: install-data-am
589uninstall: uninstall-am
590
591install-am: all-am
592	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593
594installcheck: installcheck-am
595install-strip:
596	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598	  `test -z '$(STRIP)' || \
599	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
600mostlyclean-generic:
601
602clean-generic:
603	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
604
605distclean-generic:
606	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
607
608maintainer-clean-generic:
609	@echo "This command is intended for maintainers to use"
610	@echo "it deletes files that may require special tools to rebuild."
611clean: clean-am
612
613clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
614
615distclean: distclean-am
616	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
617	-rm -rf ./$(DEPDIR)
618	-rm -f Makefile
619distclean-am: clean-am distclean-compile distclean-generic \
620	distclean-hdr distclean-tags
621
622dvi: dvi-am
623
624dvi-am:
625
626html: html-am
627
628info: info-am
629
630info-am:
631
632install-data-am: install-appdefaultDATA install-appmanDATA
633
634install-exec-am: install-binPROGRAMS
635
636install-info: install-info-am
637
638install-man:
639
640installcheck-am:
641
642maintainer-clean: maintainer-clean-am
643	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
644	-rm -rf $(top_srcdir)/autom4te.cache
645	-rm -rf ./$(DEPDIR)
646	-rm -f Makefile
647maintainer-clean-am: distclean-am maintainer-clean-generic
648
649mostlyclean: mostlyclean-am
650
651mostlyclean-am: mostlyclean-compile mostlyclean-generic
652
653pdf: pdf-am
654
655pdf-am:
656
657ps: ps-am
658
659ps-am:
660
661uninstall-am: uninstall-appdefaultDATA uninstall-appmanDATA \
662	uninstall-binPROGRAMS uninstall-info-am
663
664.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
665	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
666	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
667	distclean-compile distclean-generic distclean-hdr \
668	distclean-tags distcleancheck distdir distuninstallcheck dvi \
669	dvi-am html html-am info info-am install install-am \
670	install-appdefaultDATA install-appmanDATA install-binPROGRAMS \
671	install-data install-data-am install-exec install-exec-am \
672	install-info install-info-am install-man install-strip \
673	installcheck installcheck-am installdirs maintainer-clean \
674	maintainer-clean-generic mostlyclean mostlyclean-compile \
675	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
676	uninstall-am uninstall-appdefaultDATA uninstall-appmanDATA \
677	uninstall-binPROGRAMS uninstall-info-am
678
679
680.ad:
681	cp $< $@
682
683.man.$(APP_MAN_SUFFIX):
684	sed $(MAN_SUBSTS) < $< > $@
685# Tell versions [3.59,3.63) of GNU make to not export all variables.
686# Otherwise a system limit (for SysV at least) may be exceeded.
687.NOEXPORT:
688