Makefile.in revision 1.1 1 1.1 christos # Makefile.in generated by automake 1.10 from Makefile.am.
2 1.1 christos # @configure_input@
3 1.1 christos
4 1.1 christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 1.1 christos # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 1.1 christos # This Makefile.in is free software; the Free Software Foundation
7 1.1 christos # gives unlimited permission to copy and/or distribute it,
8 1.1 christos # with or without modifications, as long as this notice is preserved.
9 1.1 christos
10 1.1 christos # This program is distributed in the hope that it will be useful,
11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 1.1 christos # PARTICULAR PURPOSE.
14 1.1 christos
15 1.1 christos @SET_MAKE@
16 1.1 christos
17 1.1 christos VPATH = @srcdir@
18 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@
19 1.1 christos pkglibdir = $(libdir)/@PACKAGE@
20 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@
21 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 1.1 christos install_sh_DATA = $(install_sh) -c -m 644
23 1.1 christos install_sh_PROGRAM = $(install_sh) -c
24 1.1 christos install_sh_SCRIPT = $(install_sh) -c
25 1.1 christos INSTALL_HEADER = $(INSTALL_DATA)
26 1.1 christos transform = $(program_transform_name)
27 1.1 christos NORMAL_INSTALL = :
28 1.1 christos PRE_INSTALL = :
29 1.1 christos POST_INSTALL = :
30 1.1 christos NORMAL_UNINSTALL = :
31 1.1 christos PRE_UNINSTALL = :
32 1.1 christos POST_UNINSTALL = :
33 1.1 christos build_triplet = @build@
34 1.1 christos host_triplet = @host@
35 1.1 christos bin_PROGRAMS = usex$(EXEEXT)
36 1.1 christos subdir = .
37 1.1 christos DIST_COMMON = $(am__configure_deps) \
38 1.1 christos $(srcdir)/../../../build-aux/config.guess \
39 1.1 christos $(srcdir)/../../../build-aux/config.rpath \
40 1.1 christos $(srcdir)/../../../build-aux/config.sub \
41 1.1 christos $(srcdir)/../../../build-aux/install-sh \
42 1.1 christos $(srcdir)/../../../build-aux/missing \
43 1.1 christos $(srcdir)/../../../build-aux/mkinstalldirs \
44 1.1 christos $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45 1.1 christos $(top_srcdir)/configure ../../../build-aux/compile \
46 1.1 christos ../../../build-aux/config.guess \
47 1.1 christos ../../../build-aux/config.rpath ../../../build-aux/config.sub \
48 1.1 christos ../../../build-aux/elisp-comp ../../../build-aux/install-sh \
49 1.1 christos ../../../build-aux/ltmain.sh ../../../build-aux/mdate-sh \
50 1.1 christos ../../../build-aux/missing ../../../build-aux/mkinstalldirs \
51 1.1 christos ../../../build-aux/texinfo.tex ../../../build-aux/ylwrap
52 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 1.1 christos $(ACLOCAL_M4)
56 1.1 christos am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 1.1 christos configure.lineno config.status.lineno
58 1.1 christos mkinstalldirs = $(SHELL) \
59 1.1 christos $(top_srcdir)/../../../build-aux/mkinstalldirs
60 1.1 christos CONFIG_CLEAN_FILES =
61 1.1 christos am__installdirs = "$(DESTDIR)$(bindir)"
62 1.1 christos binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63 1.1 christos PROGRAMS = $(bin_PROGRAMS)
64 1.1 christos am_usex_OBJECTS = usex.$(OBJEXT)
65 1.1 christos usex_OBJECTS = $(am_usex_OBJECTS)
66 1.1 christos usex_LDADD = $(LDADD)
67 1.1 christos usex_DEPENDENCIES =
68 1.1 christos DEFAULT_INCLUDES = -I.@am__isrc@
69 1.1 christos depcomp =
70 1.1 christos am__depfiles_maybe =
71 1.1 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72 1.1 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 1.1 christos CCLD = $(CC)
74 1.1 christos LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
75 1.1 christos SOURCES = $(usex_SOURCES)
76 1.1 christos DIST_SOURCES = $(usex_SOURCES)
77 1.1 christos ETAGS = etags
78 1.1 christos CTAGS = ctags
79 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 1.1 christos distdir = $(PACKAGE)-$(VERSION)
81 1.1 christos top_distdir = $(distdir)
82 1.1 christos am__remove_distdir = \
83 1.1 christos { test ! -d $(distdir) \
84 1.1 christos || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85 1.1 christos && rm -fr $(distdir); }; }
86 1.1 christos DIST_ARCHIVES = $(distdir).tar.gz
87 1.1 christos GZIP_ENV = --best
88 1.1 christos distuninstallcheck_listfiles = find . -type f -print
89 1.1 christos distcleancheck_listfiles = find . -type f -print
90 1.1 christos ACLOCAL = @ACLOCAL@
91 1.1 christos AMTAR = @AMTAR@
92 1.1 christos AUTOCONF = @AUTOCONF@
93 1.1 christos AUTOHEADER = @AUTOHEADER@
94 1.1 christos AUTOMAKE = @AUTOMAKE@
95 1.1 christos AWK = @AWK@
96 1.1 christos CC = @CC@
97 1.1 christos CCDEPMODE = @CCDEPMODE@
98 1.1 christos CFLAGS = @CFLAGS@
99 1.1 christos CPPFLAGS = @CPPFLAGS@
100 1.1 christos CYGPATH_W = @CYGPATH_W@
101 1.1 christos DEFS = @DEFS@
102 1.1 christos DEPDIR = @DEPDIR@
103 1.1 christos ECHO_C = @ECHO_C@
104 1.1 christos ECHO_N = @ECHO_N@
105 1.1 christos ECHO_T = @ECHO_T@
106 1.1 christos EXEEXT = @EXEEXT@
107 1.1 christos INSTALL = @INSTALL@
108 1.1 christos INSTALL_DATA = @INSTALL_DATA@
109 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 1.1 christos LDFLAGS = @LDFLAGS@
113 1.1 christos LIBOBJS = @LIBOBJS@
114 1.1 christos LIBRPATHX = @LIBRPATHX@
115 1.1 christos LIBS = @LIBS@
116 1.1 christos LTLIBOBJS = @LTLIBOBJS@
117 1.1 christos LTLIBRPATHX = @LTLIBRPATHX@
118 1.1 christos MAKEINFO = @MAKEINFO@
119 1.1 christos MKDIR_P = @MKDIR_P@
120 1.1 christos OBJEXT = @OBJEXT@
121 1.1 christos PACKAGE = @PACKAGE@
122 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@
124 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@
125 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
126 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@
127 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@
128 1.1 christos SET_MAKE = @SET_MAKE@
129 1.1 christos SHELL = @SHELL@
130 1.1 christos STRIP = @STRIP@
131 1.1 christos VERSION = @VERSION@
132 1.1 christos abs_builddir = @abs_builddir@
133 1.1 christos abs_srcdir = @abs_srcdir@
134 1.1 christos abs_top_builddir = @abs_top_builddir@
135 1.1 christos abs_top_srcdir = @abs_top_srcdir@
136 1.1 christos ac_ct_CC = @ac_ct_CC@
137 1.1 christos am__include = @am__include@
138 1.1 christos am__leading_dot = @am__leading_dot@
139 1.1 christos am__quote = @am__quote@
140 1.1 christos am__tar = @am__tar@
141 1.1 christos am__untar = @am__untar@
142 1.1 christos bindir = @bindir@
143 1.1 christos build = @build@
144 1.1 christos build_alias = @build_alias@
145 1.1 christos build_cpu = @build_cpu@
146 1.1 christos build_os = @build_os@
147 1.1 christos build_vendor = @build_vendor@
148 1.1 christos builddir = @builddir@
149 1.1 christos datadir = @datadir@
150 1.1 christos datarootdir = @datarootdir@
151 1.1 christos docdir = @docdir@
152 1.1 christos dvidir = @dvidir@
153 1.1 christos exec_prefix = @exec_prefix@
154 1.1 christos global_top_auxdir = @global_top_auxdir@
155 1.1 christos host = @host@
156 1.1 christos host_alias = @host_alias@
157 1.1 christos host_cpu = @host_cpu@
158 1.1 christos host_os = @host_os@
159 1.1 christos host_vendor = @host_vendor@
160 1.1 christos htmldir = @htmldir@
161 1.1 christos includedir = @includedir@
162 1.1 christos infodir = @infodir@
163 1.1 christos install_sh = @install_sh@
164 1.1 christos libdir = @libdir@
165 1.1 christos libexecdir = @libexecdir@
166 1.1 christos localedir = @localedir@
167 1.1 christos localstatedir = @localstatedir@
168 1.1 christos mandir = @mandir@
169 1.1 christos mkdir_p = @mkdir_p@
170 1.1 christos oldincludedir = @oldincludedir@
171 1.1 christos pdfdir = @pdfdir@
172 1.1 christos prefix = @prefix@
173 1.1 christos program_transform_name = @program_transform_name@
174 1.1 christos psdir = @psdir@
175 1.1 christos sbindir = @sbindir@
176 1.1 christos sharedstatedir = @sharedstatedir@
177 1.1 christos srcdir = @srcdir@
178 1.1 christos sysconfdir = @sysconfdir@
179 1.1 christos target_alias = @target_alias@
180 1.1 christos top_builddir = @top_builddir@
181 1.1 christos top_srcdir = @top_srcdir@
182 1.1 christos AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
183 1.1 christos usex_SOURCES = usex.c
184 1.1 christos LDADD = @LIBRPATHX@
185 1.1 christos all: all-am
186 1.1 christos
187 1.1 christos .SUFFIXES:
188 1.1 christos .SUFFIXES: .c .o .obj
189 1.1 christos am--refresh:
190 1.1 christos @:
191 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
192 1.1 christos @for dep in $?; do \
193 1.1 christos case '$(am__configure_deps)' in \
194 1.1 christos *$$dep*) \
195 1.1 christos echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
196 1.1 christos cd $(srcdir) && $(AUTOMAKE) --foreign \
197 1.1 christos && exit 0; \
198 1.1 christos exit 1;; \
199 1.1 christos esac; \
200 1.1 christos done; \
201 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
202 1.1 christos cd $(top_srcdir) && \
203 1.1 christos $(AUTOMAKE) --foreign Makefile
204 1.1 christos .PRECIOUS: Makefile
205 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206 1.1 christos @case '$?' in \
207 1.1 christos *config.status*) \
208 1.1 christos echo ' $(SHELL) ./config.status'; \
209 1.1 christos $(SHELL) ./config.status;; \
210 1.1 christos *) \
211 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
212 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
213 1.1 christos esac;
214 1.1 christos
215 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216 1.1 christos $(SHELL) ./config.status --recheck
217 1.1 christos
218 1.1 christos $(top_srcdir)/configure: $(am__configure_deps)
219 1.1 christos cd $(srcdir) && $(AUTOCONF)
220 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps)
221 1.1 christos cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222 1.1 christos install-binPROGRAMS: $(bin_PROGRAMS)
223 1.1 christos @$(NORMAL_INSTALL)
224 1.1 christos test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
225 1.1 christos @list='$(bin_PROGRAMS)'; for p in $$list; do \
226 1.1 christos p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
227 1.1 christos if test -f $$p \
228 1.1 christos ; then \
229 1.1 christos f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
230 1.1 christos echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
231 1.1 christos $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
232 1.1 christos else :; fi; \
233 1.1 christos done
234 1.1 christos
235 1.1 christos uninstall-binPROGRAMS:
236 1.1 christos @$(NORMAL_UNINSTALL)
237 1.1 christos @list='$(bin_PROGRAMS)'; for p in $$list; do \
238 1.1 christos f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
239 1.1 christos echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
240 1.1 christos rm -f "$(DESTDIR)$(bindir)/$$f"; \
241 1.1 christos done
242 1.1 christos
243 1.1 christos clean-binPROGRAMS:
244 1.1 christos -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
245 1.1 christos usex$(EXEEXT): $(usex_OBJECTS) $(usex_DEPENDENCIES)
246 1.1 christos @rm -f usex$(EXEEXT)
247 1.1 christos $(LINK) $(usex_OBJECTS) $(usex_LDADD) $(LIBS)
248 1.1 christos
249 1.1 christos mostlyclean-compile:
250 1.1 christos -rm -f *.$(OBJEXT)
251 1.1 christos
252 1.1 christos distclean-compile:
253 1.1 christos -rm -f *.tab.c
254 1.1 christos
255 1.1 christos .c.o:
256 1.1 christos $(COMPILE) -c $<
257 1.1 christos
258 1.1 christos .c.obj:
259 1.1 christos $(COMPILE) -c `$(CYGPATH_W) '$<'`
260 1.1 christos
261 1.1 christos ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
262 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
263 1.1 christos unique=`for i in $$list; do \
264 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265 1.1 christos done | \
266 1.1 christos $(AWK) ' { files[$$0] = 1; } \
267 1.1 christos END { for (i in files) print i; }'`; \
268 1.1 christos mkid -fID $$unique
269 1.1 christos tags: TAGS
270 1.1 christos
271 1.1 christos TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
272 1.1 christos $(TAGS_FILES) $(LISP)
273 1.1 christos tags=; \
274 1.1 christos here=`pwd`; \
275 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276 1.1 christos unique=`for i in $$list; do \
277 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278 1.1 christos done | \
279 1.1 christos $(AWK) ' { files[$$0] = 1; } \
280 1.1 christos END { for (i in files) print i; }'`; \
281 1.1 christos if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
282 1.1 christos test -n "$$unique" || unique=$$empty_fix; \
283 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
284 1.1 christos $$tags $$unique; \
285 1.1 christos fi
286 1.1 christos ctags: CTAGS
287 1.1 christos CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
288 1.1 christos $(TAGS_FILES) $(LISP)
289 1.1 christos tags=; \
290 1.1 christos here=`pwd`; \
291 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292 1.1 christos unique=`for i in $$list; do \
293 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294 1.1 christos done | \
295 1.1 christos $(AWK) ' { files[$$0] = 1; } \
296 1.1 christos END { for (i in files) print i; }'`; \
297 1.1 christos test -z "$(CTAGS_ARGS)$$tags$$unique" \
298 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299 1.1 christos $$tags $$unique
300 1.1 christos
301 1.1 christos GTAGS:
302 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \
303 1.1 christos && cd $(top_srcdir) \
304 1.1 christos && gtags -i $(GTAGS_ARGS) $$here
305 1.1 christos
306 1.1 christos distclean-tags:
307 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
308 1.1 christos
309 1.1 christos distdir: $(DISTFILES)
310 1.1 christos $(am__remove_distdir)
311 1.1 christos test -d $(distdir) || mkdir $(distdir)
312 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
313 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
314 1.1 christos list='$(DISTFILES)'; \
315 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \
316 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \
317 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
318 1.1 christos case $$dist_files in \
319 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
320 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
321 1.1 christos sort -u` ;; \
322 1.1 christos esac; \
323 1.1 christos for file in $$dist_files; do \
324 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
325 1.1 christos if test -d $$d/$$file; then \
326 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
327 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328 1.1 christos cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
329 1.1 christos fi; \
330 1.1 christos cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
331 1.1 christos else \
332 1.1 christos test -f $(distdir)/$$file \
333 1.1 christos || cp -p $$d/$$file $(distdir)/$$file \
334 1.1 christos || exit 1; \
335 1.1 christos fi; \
336 1.1 christos done
337 1.1 christos -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
338 1.1 christos ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
339 1.1 christos ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
340 1.1 christos ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
341 1.1 christos || chmod -R a+r $(distdir)
342 1.1 christos dist-gzip: distdir
343 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
344 1.1 christos $(am__remove_distdir)
345 1.1 christos
346 1.1 christos dist-bzip2: distdir
347 1.1 christos tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
348 1.1 christos $(am__remove_distdir)
349 1.1 christos
350 1.1 christos dist-tarZ: distdir
351 1.1 christos tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
352 1.1 christos $(am__remove_distdir)
353 1.1 christos
354 1.1 christos dist-shar: distdir
355 1.1 christos shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
356 1.1 christos $(am__remove_distdir)
357 1.1 christos
358 1.1 christos dist-zip: distdir
359 1.1 christos -rm -f $(distdir).zip
360 1.1 christos zip -rq $(distdir).zip $(distdir)
361 1.1 christos $(am__remove_distdir)
362 1.1 christos
363 1.1 christos dist dist-all: distdir
364 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
365 1.1 christos $(am__remove_distdir)
366 1.1 christos
367 1.1 christos # This target untars the dist file and tries a VPATH configuration. Then
368 1.1 christos # it guarantees that the distribution is self-contained by making another
369 1.1 christos # tarfile.
370 1.1 christos distcheck: dist
371 1.1 christos case '$(DIST_ARCHIVES)' in \
372 1.1 christos *.tar.gz*) \
373 1.1 christos GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
374 1.1 christos *.tar.bz2*) \
375 1.1 christos bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
376 1.1 christos *.tar.Z*) \
377 1.1 christos uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
378 1.1 christos *.shar.gz*) \
379 1.1 christos GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
380 1.1 christos *.zip*) \
381 1.1 christos unzip $(distdir).zip ;;\
382 1.1 christos esac
383 1.1 christos chmod -R a-w $(distdir); chmod a+w $(distdir)
384 1.1 christos mkdir $(distdir)/_build
385 1.1 christos mkdir $(distdir)/_inst
386 1.1 christos chmod a-w $(distdir)
387 1.1 christos dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
388 1.1 christos && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
389 1.1 christos && cd $(distdir)/_build \
390 1.1 christos && ../configure --srcdir=.. --prefix="$$dc_install_base" \
391 1.1 christos $(DISTCHECK_CONFIGURE_FLAGS) \
392 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) \
393 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dvi \
394 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) check \
395 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) install \
396 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) installcheck \
397 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) uninstall \
398 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
399 1.1 christos distuninstallcheck \
400 1.1 christos && chmod -R a-w "$$dc_install_base" \
401 1.1 christos && ({ \
402 1.1 christos (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
403 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
404 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
405 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
406 1.1 christos distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
407 1.1 christos } || { rm -rf "$$dc_destdir"; exit 1; }) \
408 1.1 christos && rm -rf "$$dc_destdir" \
409 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dist \
410 1.1 christos && rm -rf $(DIST_ARCHIVES) \
411 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
412 1.1 christos $(am__remove_distdir)
413 1.1 christos @(echo "$(distdir) archives ready for distribution: "; \
414 1.1 christos list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
415 1.1 christos sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
416 1.1 christos distuninstallcheck:
417 1.1 christos @cd $(distuninstallcheck_dir) \
418 1.1 christos && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
419 1.1 christos || { echo "ERROR: files left after uninstall:" ; \
420 1.1 christos if test -n "$(DESTDIR)"; then \
421 1.1 christos echo " (check DESTDIR support)"; \
422 1.1 christos fi ; \
423 1.1 christos $(distuninstallcheck_listfiles) ; \
424 1.1 christos exit 1; } >&2
425 1.1 christos distcleancheck: distclean
426 1.1 christos @if test '$(srcdir)' = . ; then \
427 1.1 christos echo "ERROR: distcleancheck can only run from a VPATH build" ; \
428 1.1 christos exit 1 ; \
429 1.1 christos fi
430 1.1 christos @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
431 1.1 christos || { echo "ERROR: files left in build directory after distclean:" ; \
432 1.1 christos $(distcleancheck_listfiles) ; \
433 1.1 christos exit 1; } >&2
434 1.1 christos check-am: all-am
435 1.1 christos check: check-am
436 1.1 christos all-am: Makefile $(PROGRAMS)
437 1.1 christos installdirs:
438 1.1 christos for dir in "$(DESTDIR)$(bindir)"; do \
439 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \
440 1.1 christos done
441 1.1 christos install: install-am
442 1.1 christos install-exec: install-exec-am
443 1.1 christos install-data: install-data-am
444 1.1 christos uninstall: uninstall-am
445 1.1 christos
446 1.1 christos install-am: all-am
447 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448 1.1 christos
449 1.1 christos installcheck: installcheck-am
450 1.1 christos install-strip:
451 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453 1.1 christos `test -z '$(STRIP)' || \
454 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455 1.1 christos mostlyclean-generic:
456 1.1 christos
457 1.1 christos clean-generic:
458 1.1 christos
459 1.1 christos distclean-generic:
460 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461 1.1 christos
462 1.1 christos maintainer-clean-generic:
463 1.1 christos @echo "This command is intended for maintainers to use"
464 1.1 christos @echo "it deletes files that may require special tools to rebuild."
465 1.1 christos clean: clean-am
466 1.1 christos
467 1.1 christos clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
468 1.1 christos
469 1.1 christos distclean: distclean-am
470 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
471 1.1 christos -rm -f Makefile
472 1.1 christos distclean-am: clean-am distclean-compile distclean-generic \
473 1.1 christos distclean-tags
474 1.1 christos
475 1.1 christos dvi: dvi-am
476 1.1 christos
477 1.1 christos dvi-am:
478 1.1 christos
479 1.1 christos html: html-am
480 1.1 christos
481 1.1 christos info: info-am
482 1.1 christos
483 1.1 christos info-am:
484 1.1 christos
485 1.1 christos install-data-am:
486 1.1 christos
487 1.1 christos install-dvi: install-dvi-am
488 1.1 christos
489 1.1 christos install-exec-am: install-binPROGRAMS
490 1.1 christos
491 1.1 christos install-html: install-html-am
492 1.1 christos
493 1.1 christos install-info: install-info-am
494 1.1 christos
495 1.1 christos install-man:
496 1.1 christos
497 1.1 christos install-pdf: install-pdf-am
498 1.1 christos
499 1.1 christos install-ps: install-ps-am
500 1.1 christos
501 1.1 christos installcheck-am:
502 1.1 christos
503 1.1 christos maintainer-clean: maintainer-clean-am
504 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
505 1.1 christos -rm -rf $(top_srcdir)/autom4te.cache
506 1.1 christos -rm -f Makefile
507 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic
508 1.1 christos
509 1.1 christos mostlyclean: mostlyclean-am
510 1.1 christos
511 1.1 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic
512 1.1 christos
513 1.1 christos pdf: pdf-am
514 1.1 christos
515 1.1 christos pdf-am:
516 1.1 christos
517 1.1 christos ps: ps-am
518 1.1 christos
519 1.1 christos ps-am:
520 1.1 christos
521 1.1 christos uninstall-am: uninstall-binPROGRAMS
522 1.1 christos
523 1.1 christos .MAKE: install-am install-strip
524 1.1 christos
525 1.1 christos .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
526 1.1 christos clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
527 1.1 christos dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
528 1.1 christos distclean-compile distclean-generic distclean-tags \
529 1.1 christos distcleancheck distdir distuninstallcheck dvi dvi-am html \
530 1.1 christos html-am info info-am install install-am install-binPROGRAMS \
531 1.1 christos install-data install-data-am install-dvi install-dvi-am \
532 1.1 christos install-exec install-exec-am install-html install-html-am \
533 1.1 christos install-info install-info-am install-man install-pdf \
534 1.1 christos install-pdf-am install-ps install-ps-am install-strip \
535 1.1 christos installcheck installcheck-am installdirs maintainer-clean \
536 1.1 christos maintainer-clean-generic mostlyclean mostlyclean-compile \
537 1.1 christos mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
538 1.1 christos uninstall-am uninstall-binPROGRAMS
539 1.1 christos
540 1.1 christos
541 1.1 christos check: all
542 1.1 christos ./usex
543 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
544 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded.
545 1.1 christos .NOEXPORT:
546