source: heimdal/trunk/lib/libedit/Makefile.in@ 3

Last change on this file since 3 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 22.2 KB
Line 
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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = .
37DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39 $(top_srcdir)/configure COPYING ChangeLog INSTALL THANKS \
40 config.guess config.sub depcomp install-sh ltmain.sh missing
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43 $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52AM_V_GEN = $(am__v_GEN_$(V))
53am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
54am__v_GEN_0 = @echo " GEN " $@;
55AM_V_at = $(am__v_at_$(V))
56am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
57am__v_at_0 = @
58SOURCES =
59DIST_SOURCES =
60RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61 html-recursive info-recursive install-data-recursive \
62 install-dvi-recursive install-exec-recursive \
63 install-html-recursive install-info-recursive \
64 install-pdf-recursive install-ps-recursive install-recursive \
65 installcheck-recursive installdirs-recursive pdf-recursive \
66 ps-recursive uninstall-recursive
67RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68 distclean-recursive maintainer-clean-recursive
69AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
70 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
71 distdir dist dist-all distcheck
72ETAGS = etags
73CTAGS = ctags
74DIST_SUBDIRS = $(SUBDIRS)
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76distdir = $(PACKAGE)-$(VERSION)
77top_distdir = $(distdir)
78am__remove_distdir = \
79 { test ! -d "$(distdir)" \
80 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
81 && rm -fr "$(distdir)"; }; }
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"
107DIST_ARCHIVES = $(distdir).tar.gz
108GZIP_ENV = --best
109distuninstallcheck_listfiles = find . -type f -print
110distcleancheck_listfiles = find . -type f -print
111ACLOCAL = @ACLOCAL@
112ALLOCA = @ALLOCA@
113AMTAR = @AMTAR@
114AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
126DEFS = @DEFS@
127DEPDIR = @DEPDIR@
128DLLTOOL = @DLLTOOL@
129DSYMUTIL = @DSYMUTIL@
130DUMPBIN = @DUMPBIN@
131ECHO_C = @ECHO_C@
132ECHO_N = @ECHO_N@
133ECHO_T = @ECHO_T@
134EGREP = @EGREP@
135EXEEXT = @EXEEXT@
136FGREP = @FGREP@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LD = @LD@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIPO = @LIPO@
149LN_S = @LN_S@
150LTLIBOBJS = @LTLIBOBJS@
151LT_VERSION = @LT_VERSION@
152MAKEINFO = @MAKEINFO@
153MANIFEST_TOOL = @MANIFEST_TOOL@
154MANTYPE = @MANTYPE@
155MKDIR_P = @MKDIR_P@
156NM = @NM@
157NMEDIT = @NMEDIT@
158NROFF = @NROFF@
159OBJDUMP = @OBJDUMP@
160OBJEXT = @OBJEXT@
161OTOOL = @OTOOL@
162OTOOL64 = @OTOOL64@
163PACKAGE = @PACKAGE@
164PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165PACKAGE_NAME = @PACKAGE_NAME@
166PACKAGE_STRING = @PACKAGE_STRING@
167PACKAGE_TARNAME = @PACKAGE_TARNAME@
168PACKAGE_URL = @PACKAGE_URL@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PATH_SEPARATOR = @PATH_SEPARATOR@
171RANLIB = @RANLIB@
172SED = @SED@
173SET_MAKE = @SET_MAKE@
174SHELL = @SHELL@
175STRIP = @STRIP@
176VERSION = @VERSION@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_ct_AR = @ac_ct_AR@
182ac_ct_CC = @ac_ct_CC@
183ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
184am__include = @am__include@
185am__leading_dot = @am__leading_dot@
186am__quote = @am__quote@
187am__tar = @am__tar@
188am__untar = @am__untar@
189bindir = @bindir@
190build = @build@
191build_alias = @build_alias@
192build_cpu = @build_cpu@
193build_os = @build_os@
194build_vendor = @build_vendor@
195builddir = @builddir@
196datadir = @datadir@
197datarootdir = @datarootdir@
198docdir = @docdir@
199dvidir = @dvidir@
200exec_prefix = @exec_prefix@
201host = @host@
202host_alias = @host_alias@
203host_cpu = @host_cpu@
204host_os = @host_os@
205host_vendor = @host_vendor@
206htmldir = @htmldir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212localedir = @localedir@
213localstatedir = @localstatedir@
214mandir = @mandir@
215mkdir_p = @mkdir_p@
216oldincludedir = @oldincludedir@
217pdfdir = @pdfdir@
218prefix = @prefix@
219program_transform_name = @program_transform_name@
220psdir = @psdir@
221sbindir = @sbindir@
222sharedstatedir = @sharedstatedir@
223srcdir = @srcdir@
224sysconfdir = @sysconfdir@
225target_alias = @target_alias@
226top_build_prefix = @top_build_prefix@
227top_builddir = @top_builddir@
228top_srcdir = @top_srcdir@
229AUTOMAKE_OPTIONS = foreign
230
231#SUBDIRS = src examples doc
232SUBDIRS = src
233all: config.h
234 $(MAKE) $(AM_MAKEFLAGS) all-recursive
235
236.SUFFIXES:
237am--refresh:
238 @:
239$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
240 @for dep in $?; do \
241 case '$(am__configure_deps)' in \
242 *$$dep*) \
243 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
244 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
245 && exit 0; \
246 exit 1;; \
247 esac; \
248 done; \
249 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
250 $(am__cd) $(top_srcdir) && \
251 $(AUTOMAKE) --foreign Makefile
252.PRECIOUS: Makefile
253Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254 @case '$?' in \
255 *config.status*) \
256 echo ' $(SHELL) ./config.status'; \
257 $(SHELL) ./config.status;; \
258 *) \
259 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
260 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
261 esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264 $(SHELL) ./config.status --recheck
265
266$(top_srcdir)/configure: $(am__configure_deps)
267 $(am__cd) $(srcdir) && $(AUTOCONF)
268$(ACLOCAL_M4): $(am__aclocal_m4_deps)
269 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
270$(am__aclocal_m4_deps):
271
272config.h: stamp-h1
273 @if test ! -f $@; then \
274 rm -f stamp-h1; \
275 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
276 else :; fi
277
278stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
279 @rm -f stamp-h1
280 cd $(top_builddir) && $(SHELL) ./config.status config.h
281$(srcdir)/config.h.in: $(am__configure_deps)
282 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
283 rm -f stamp-h1
284 touch $@
285
286distclean-hdr:
287 -rm -f config.h stamp-h1
288
289mostlyclean-libtool:
290 -rm -f *.lo
291
292clean-libtool:
293 -rm -rf .libs _libs
294
295distclean-libtool:
296 -rm -f libtool config.lt
297
298# This directory's subdirectories are mostly independent; you can cd
299# into them and run `make' without going through this Makefile.
300# To change the values of `make' variables: instead of editing Makefiles,
301# (1) if the variable is set in `config.status', edit `config.status'
302# (which will cause the Makefiles to be regenerated when you run `make');
303# (2) otherwise, pass the desired values on the `make' command line.
304$(RECURSIVE_TARGETS):
305 @fail= failcom='exit 1'; \
306 for f in x $$MAKEFLAGS; do \
307 case $$f in \
308 *=* | --[!k]*);; \
309 *k*) failcom='fail=yes';; \
310 esac; \
311 done; \
312 dot_seen=no; \
313 target=`echo $@ | sed s/-recursive//`; \
314 list='$(SUBDIRS)'; for subdir in $$list; do \
315 echo "Making $$target in $$subdir"; \
316 if test "$$subdir" = "."; then \
317 dot_seen=yes; \
318 local_target="$$target-am"; \
319 else \
320 local_target="$$target"; \
321 fi; \
322 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323 || eval $$failcom; \
324 done; \
325 if test "$$dot_seen" = "no"; then \
326 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327 fi; test -z "$$fail"
328
329$(RECURSIVE_CLEAN_TARGETS):
330 @fail= failcom='exit 1'; \
331 for f in x $$MAKEFLAGS; do \
332 case $$f in \
333 *=* | --[!k]*);; \
334 *k*) failcom='fail=yes';; \
335 esac; \
336 done; \
337 dot_seen=no; \
338 case "$@" in \
339 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
340 *) list='$(SUBDIRS)' ;; \
341 esac; \
342 rev=''; for subdir in $$list; do \
343 if test "$$subdir" = "."; then :; else \
344 rev="$$subdir $$rev"; \
345 fi; \
346 done; \
347 rev="$$rev ."; \
348 target=`echo $@ | sed s/-recursive//`; \
349 for subdir in $$rev; do \
350 echo "Making $$target in $$subdir"; \
351 if test "$$subdir" = "."; then \
352 local_target="$$target-am"; \
353 else \
354 local_target="$$target"; \
355 fi; \
356 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357 || eval $$failcom; \
358 done && test -z "$$fail"
359tags-recursive:
360 list='$(SUBDIRS)'; for subdir in $$list; do \
361 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362 done
363ctags-recursive:
364 list='$(SUBDIRS)'; for subdir in $$list; do \
365 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
366 done
367
368ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 mkid -fID $$unique
376tags: TAGS
377
378TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 set x; \
381 here=`pwd`; \
382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
383 include_option=--etags-include; \
384 empty_fix=.; \
385 else \
386 include_option=--include; \
387 empty_fix=; \
388 fi; \
389 list='$(SUBDIRS)'; for subdir in $$list; do \
390 if test "$$subdir" = .; then :; else \
391 test ! -f $$subdir/TAGS || \
392 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
393 fi; \
394 done; \
395 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 shift; \
402 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403 test -n "$$unique" || unique=$$empty_fix; \
404 if test $$# -gt 0; then \
405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406 "$$@" $$unique; \
407 else \
408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409 $$unique; \
410 fi; \
411 fi
412ctags: CTAGS
413CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
414 $(TAGS_FILES) $(LISP)
415 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 done | \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 test -z "$(CTAGS_ARGS)$$unique" \
422 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423 $$unique
424
425GTAGS:
426 here=`$(am__cd) $(top_builddir) && pwd` \
427 && $(am__cd) $(top_srcdir) \
428 && gtags -i $(GTAGS_ARGS) "$$here"
429
430distclean-tags:
431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433distdir: $(DISTFILES)
434 $(am__remove_distdir)
435 test -d "$(distdir)" || mkdir "$(distdir)"
436 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438 list='$(DISTFILES)'; \
439 dist_files=`for file in $$list; do echo $$file; done | \
440 sed -e "s|^$$srcdirstrip/||;t" \
441 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442 case $$dist_files in \
443 */*) $(MKDIR_P) `echo "$$dist_files" | \
444 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
445 sort -u` ;; \
446 esac; \
447 for file in $$dist_files; do \
448 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449 if test -d $$d/$$file; then \
450 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
451 if test -d "$(distdir)/$$file"; then \
452 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453 fi; \
454 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457 fi; \
458 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459 else \
460 test -f "$(distdir)/$$file" \
461 || cp -p $$d/$$file "$(distdir)/$$file" \
462 || exit 1; \
463 fi; \
464 done
465 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466 if test "$$subdir" = .; then :; else \
467 test -d "$(distdir)/$$subdir" \
468 || $(MKDIR_P) "$(distdir)/$$subdir" \
469 || exit 1; \
470 fi; \
471 done
472 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473 if test "$$subdir" = .; then :; else \
474 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
475 $(am__relativize); \
476 new_distdir=$$reldir; \
477 dir1=$$subdir; dir2="$(top_distdir)"; \
478 $(am__relativize); \
479 new_top_distdir=$$reldir; \
480 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
481 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
482 ($(am__cd) $$subdir && \
483 $(MAKE) $(AM_MAKEFLAGS) \
484 top_distdir="$$new_top_distdir" \
485 distdir="$$new_distdir" \
486 am__remove_distdir=: \
487 am__skip_length_check=: \
488 am__skip_mode_fix=: \
489 distdir) \
490 || exit 1; \
491 fi; \
492 done
493 -test -n "$(am__skip_mode_fix)" \
494 || find "$(distdir)" -type d ! -perm -755 \
495 -exec chmod u+rwx,go+rx {} \; -o \
496 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
499 || chmod -R a+r "$(distdir)"
500dist-gzip: distdir
501 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
502 $(am__remove_distdir)
503
504dist-bzip2: distdir
505 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
506 $(am__remove_distdir)
507
508dist-lzma: distdir
509 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
510 $(am__remove_distdir)
511
512dist-xz: distdir
513 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
514 $(am__remove_distdir)
515
516dist-tarZ: distdir
517 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
518 $(am__remove_distdir)
519
520dist-shar: distdir
521 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
522 $(am__remove_distdir)
523
524dist-zip: distdir
525 -rm -f $(distdir).zip
526 zip -rq $(distdir).zip $(distdir)
527 $(am__remove_distdir)
528
529dist dist-all: distdir
530 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
531 $(am__remove_distdir)
532
533# This target untars the dist file and tries a VPATH configuration. Then
534# it guarantees that the distribution is self-contained by making another
535# tarfile.
536distcheck: dist
537 case '$(DIST_ARCHIVES)' in \
538 *.tar.gz*) \
539 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
540 *.tar.bz2*) \
541 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
542 *.tar.lzma*) \
543 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
544 *.tar.xz*) \
545 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
546 *.tar.Z*) \
547 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
548 *.shar.gz*) \
549 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
550 *.zip*) \
551 unzip $(distdir).zip ;;\
552 esac
553 chmod -R a-w $(distdir); chmod a+w $(distdir)
554 mkdir $(distdir)/_build
555 mkdir $(distdir)/_inst
556 chmod a-w $(distdir)
557 test -d $(distdir)/_build || exit 0; \
558 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
559 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
560 && am__cwd=`pwd` \
561 && $(am__cd) $(distdir)/_build \
562 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
563 $(DISTCHECK_CONFIGURE_FLAGS) \
564 && $(MAKE) $(AM_MAKEFLAGS) \
565 && $(MAKE) $(AM_MAKEFLAGS) dvi \
566 && $(MAKE) $(AM_MAKEFLAGS) check \
567 && $(MAKE) $(AM_MAKEFLAGS) install \
568 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
569 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
570 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
571 distuninstallcheck \
572 && chmod -R a-w "$$dc_install_base" \
573 && ({ \
574 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
575 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
576 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
577 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
578 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
579 } || { rm -rf "$$dc_destdir"; exit 1; }) \
580 && rm -rf "$$dc_destdir" \
581 && $(MAKE) $(AM_MAKEFLAGS) dist \
582 && rm -rf $(DIST_ARCHIVES) \
583 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
584 && cd "$$am__cwd" \
585 || exit 1
586 $(am__remove_distdir)
587 @(echo "$(distdir) archives ready for distribution: "; \
588 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
589 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
590distuninstallcheck:
591 @$(am__cd) '$(distuninstallcheck_dir)' \
592 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
593 || { echo "ERROR: files left after uninstall:" ; \
594 if test -n "$(DESTDIR)"; then \
595 echo " (check DESTDIR support)"; \
596 fi ; \
597 $(distuninstallcheck_listfiles) ; \
598 exit 1; } >&2
599distcleancheck: distclean
600 @if test '$(srcdir)' = . ; then \
601 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
602 exit 1 ; \
603 fi
604 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
605 || { echo "ERROR: files left in build directory after distclean:" ; \
606 $(distcleancheck_listfiles) ; \
607 exit 1; } >&2
608check-am: all-am
609check: check-recursive
610all-am: Makefile config.h
611installdirs: installdirs-recursive
612installdirs-am:
613install: install-recursive
614install-exec: install-exec-recursive
615install-data: install-data-recursive
616uninstall: uninstall-recursive
617
618install-am: all-am
619 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
620
621installcheck: installcheck-recursive
622install-strip:
623 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625 `test -z '$(STRIP)' || \
626 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636 @echo "This command is intended for maintainers to use"
637 @echo "it deletes files that may require special tools to rebuild."
638clean: clean-recursive
639
640clean-am: clean-generic clean-libtool mostlyclean-am
641
642distclean: distclean-recursive
643 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
644 -rm -f Makefile
645distclean-am: clean-am distclean-generic distclean-hdr \
646 distclean-libtool distclean-tags
647
648dvi: dvi-recursive
649
650dvi-am:
651
652html: html-recursive
653
654html-am:
655
656info: info-recursive
657
658info-am:
659
660install-data-am:
661
662install-dvi: install-dvi-recursive
663
664install-dvi-am:
665
666install-exec-am:
667
668install-html: install-html-recursive
669
670install-html-am:
671
672install-info: install-info-recursive
673
674install-info-am:
675
676install-man:
677
678install-pdf: install-pdf-recursive
679
680install-pdf-am:
681
682install-ps: install-ps-recursive
683
684install-ps-am:
685
686installcheck-am:
687
688maintainer-clean: maintainer-clean-recursive
689 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
690 -rm -rf $(top_srcdir)/autom4te.cache
691 -rm -f Makefile
692maintainer-clean-am: distclean-am maintainer-clean-generic
693
694mostlyclean: mostlyclean-recursive
695
696mostlyclean-am: mostlyclean-generic mostlyclean-libtool
697
698pdf: pdf-recursive
699
700pdf-am:
701
702ps: ps-recursive
703
704ps-am:
705
706uninstall-am:
707
708.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
709 ctags-recursive install-am install-strip tags-recursive
710
711.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
712 all all-am am--refresh check check-am clean clean-generic \
713 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
714 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
715 distcheck distclean distclean-generic distclean-hdr \
716 distclean-libtool distclean-tags distcleancheck distdir \
717 distuninstallcheck dvi dvi-am html html-am info info-am \
718 install install-am install-data install-data-am install-dvi \
719 install-dvi-am install-exec install-exec-am install-html \
720 install-html-am install-info install-info-am install-man \
721 install-pdf install-pdf-am install-ps install-ps-am \
722 install-strip installcheck installcheck-am installdirs \
723 installdirs-am maintainer-clean maintainer-clean-generic \
724 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
725 ps ps-am tags tags-recursive uninstall uninstall-am
726
727
728#EXTRA_DIST = libedit.pc.in
729#pkgconfigdir = $(libdir)/pkgconfig
730#pkgconfig_DATA = libedit.pc
731
732# Tell versions [3.59,3.63) of GNU make to not export all variables.
733# Otherwise a system limit (for SysV at least) may be exceeded.
734.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.