Mercurial > noffle
comparison Makefile.in @ 498:d09bcf917ac9 noffle
Ran updated autoconf and friends.
| author | Jim Hague <jim.hague@acm.org> |
|---|---|
| date | Tue, 13 Aug 2013 22:37:27 +0100 |
| parents | b6355c8270b4 |
| children | 614a3177b15c |
comparison
equal
deleted
inserted
replaced
| 497:6f99218719e4 | 498:d09bcf917ac9 |
|---|---|
| 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am | 1 # Makefile.in generated by automake 1.13.3 from Makefile.am. |
| 2 | 2 # @configure_input@ |
| 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | 3 |
| 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. | |
| 5 | |
| 4 # This Makefile.in is free software; the Free Software Foundation | 6 # This Makefile.in is free software; the Free Software Foundation |
| 5 # gives unlimited permission to copy and/or distribute it, | 7 # gives unlimited permission to copy and/or distribute it, |
| 6 # with or without modifications, as long as this notice is preserved. | 8 # with or without modifications, as long as this notice is preserved. |
| 7 | 9 |
| 8 # This program is distributed in the hope that it will be useful, | 10 # This program is distributed in the hope that it will be useful, |
| 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 11 # PARTICULAR PURPOSE. | 13 # PARTICULAR PURPOSE. |
| 12 | 14 |
| 15 @SET_MAKE@ | |
| 16 | |
| 13 # Process this file with automake to produce Makefile.in | 17 # Process this file with automake to produce Makefile.in |
| 14 | |
| 15 | |
| 16 SHELL = @SHELL@ | |
| 17 | |
| 18 srcdir = @srcdir@ | |
| 19 top_srcdir = @top_srcdir@ | |
| 20 VPATH = @srcdir@ | 18 VPATH = @srcdir@ |
| 21 prefix = @prefix@ | 19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 22 exec_prefix = @exec_prefix@ | 20 am__make_running_with_option = \ |
| 23 | 21 case $${target_option-} in \ |
| 24 bindir = @bindir@ | 22 ?) ;; \ |
| 25 sbindir = @sbindir@ | 23 *) echo "am__make_running_with_option: internal error: invalid" \ |
| 26 libexecdir = @libexecdir@ | 24 "target option '$${target_option-}' specified" >&2; \ |
| 27 datadir = @datadir@ | 25 exit 1;; \ |
| 28 sysconfdir = @sysconfdir@ | 26 esac; \ |
| 29 sharedstatedir = @sharedstatedir@ | 27 has_opt=no; \ |
| 30 localstatedir = @localstatedir@ | 28 sane_makeflags=$$MAKEFLAGS; \ |
| 31 libdir = @libdir@ | 29 if $(am__is_gnu_make); then \ |
| 32 infodir = @infodir@ | 30 sane_makeflags=$$MFLAGS; \ |
| 33 mandir = @mandir@ | 31 else \ |
| 34 includedir = @includedir@ | 32 case $$MAKEFLAGS in \ |
| 35 oldincludedir = /usr/include | 33 *\\[\ \ ]*) \ |
| 36 | 34 bs=\\; \ |
| 37 DESTDIR = | 35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 38 | 36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 37 esac; \ | |
| 38 fi; \ | |
| 39 skip_next=no; \ | |
| 40 strip_trailopt () \ | |
| 41 { \ | |
| 42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
| 43 }; \ | |
| 44 for flg in $$sane_makeflags; do \ | |
| 45 test $$skip_next = yes && { skip_next=no; continue; }; \ | |
| 46 case $$flg in \ | |
| 47 *=*|--*) continue;; \ | |
| 48 -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
| 49 -*I?*) strip_trailopt 'I';; \ | |
| 50 -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
| 51 -*O?*) strip_trailopt 'O';; \ | |
| 52 -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
| 53 -*l?*) strip_trailopt 'l';; \ | |
| 54 -[dEDm]) skip_next=yes;; \ | |
| 55 -[JT]) skip_next=yes;; \ | |
| 56 esac; \ | |
| 57 case $$flg in \ | |
| 58 *$$target_option*) has_opt=yes; break;; \ | |
| 59 esac; \ | |
| 60 done; \ | |
| 61 test $$has_opt = yes | |
| 62 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
| 63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
| 39 pkgdatadir = $(datadir)/@PACKAGE@ | 64 pkgdatadir = $(datadir)/@PACKAGE@ |
| 65 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 40 pkglibdir = $(libdir)/@PACKAGE@ | 66 pkglibdir = $(libdir)/@PACKAGE@ |
| 41 pkgincludedir = $(includedir)/@PACKAGE@ | 67 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 42 | 68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 43 top_builddir = . | 69 install_sh_DATA = $(install_sh) -c -m 644 |
| 44 | 70 install_sh_PROGRAM = $(install_sh) -c |
| 45 ACLOCAL = @ACLOCAL@ | 71 install_sh_SCRIPT = $(install_sh) -c |
| 46 AUTOCONF = @AUTOCONF@ | 72 INSTALL_HEADER = $(INSTALL_DATA) |
| 47 AUTOMAKE = @AUTOMAKE@ | 73 transform = $(program_transform_name) |
| 48 AUTOHEADER = @AUTOHEADER@ | |
| 49 | |
| 50 INSTALL = @INSTALL@ | |
| 51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
| 52 INSTALL_DATA = @INSTALL_DATA@ | |
| 53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 54 transform = @program_transform_name@ | |
| 55 | |
| 56 NORMAL_INSTALL = : | 74 NORMAL_INSTALL = : |
| 57 PRE_INSTALL = : | 75 PRE_INSTALL = : |
| 58 POST_INSTALL = : | 76 POST_INSTALL = : |
| 59 NORMAL_UNINSTALL = : | 77 NORMAL_UNINSTALL = : |
| 60 PRE_UNINSTALL = : | 78 PRE_UNINSTALL = : |
| 61 POST_UNINSTALL = : | 79 POST_UNINSTALL = : |
| 62 host_alias = @host_alias@ | 80 subdir = . |
| 63 host_triplet = @host@ | 81 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ |
| 82 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
| 83 $(top_srcdir)/configure $(am__configure_deps) acconfig.h \ | |
| 84 $(srcdir)/config.h.in mkinstalldirs COPYING TODO install-sh \ | |
| 85 missing | |
| 86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 87 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
| 88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 89 $(ACLOCAL_M4) | |
| 90 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
| 91 configure.lineno config.status.lineno | |
| 92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 93 CONFIG_HEADER = config.h | |
| 94 CONFIG_CLEAN_FILES = | |
| 95 CONFIG_CLEAN_VPATH_FILES = | |
| 96 AM_V_P = $(am__v_P_@AM_V@) | |
| 97 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
| 98 am__v_P_0 = false | |
| 99 am__v_P_1 = : | |
| 100 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
| 101 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
| 102 am__v_GEN_0 = @echo " GEN " $@; | |
| 103 am__v_GEN_1 = | |
| 104 AM_V_at = $(am__v_at_@AM_V@) | |
| 105 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
| 106 am__v_at_0 = @ | |
| 107 am__v_at_1 = | |
| 108 SOURCES = | |
| 109 DIST_SOURCES = | |
| 110 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | |
| 111 ctags-recursive dvi-recursive html-recursive info-recursive \ | |
| 112 install-data-recursive install-dvi-recursive \ | |
| 113 install-exec-recursive install-html-recursive \ | |
| 114 install-info-recursive install-pdf-recursive \ | |
| 115 install-ps-recursive install-recursive installcheck-recursive \ | |
| 116 installdirs-recursive pdf-recursive ps-recursive \ | |
| 117 tags-recursive uninstall-recursive | |
| 118 am__can_run_installinfo = \ | |
| 119 case $$AM_UPDATE_INFO_DIR in \ | |
| 120 n|no|NO) false;; \ | |
| 121 *) (install-info --version) >/dev/null 2>&1;; \ | |
| 122 esac | |
| 123 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
| 124 distclean-recursive maintainer-clean-recursive | |
| 125 am__recursive_targets = \ | |
| 126 $(RECURSIVE_TARGETS) \ | |
| 127 $(RECURSIVE_CLEAN_TARGETS) \ | |
| 128 $(am__extra_recursive_targets) | |
| 129 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
| 130 cscope distdir dist dist-all distcheck | |
| 131 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | |
| 132 $(LISP)config.h.in | |
| 133 # Read a list of newline-separated strings from the standard input, | |
| 134 # and print each of them once, without duplicates. Input order is | |
| 135 # *not* preserved. | |
| 136 am__uniquify_input = $(AWK) '\ | |
| 137 BEGIN { nonempty = 0; } \ | |
| 138 { items[$$0] = 1; nonempty = 1; } \ | |
| 139 END { if (nonempty) { for (i in items) print i; }; } \ | |
| 140 ' | |
| 141 # Make sure the list of sources is unique. This is necessary because, | |
| 142 # e.g., the same source file might be shared among _SOURCES variables | |
| 143 # for different programs/libraries. | |
| 144 am__define_uniq_tagged_files = \ | |
| 145 list='$(am__tagged_files)'; \ | |
| 146 unique=`for i in $$list; do \ | |
| 147 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 148 done | $(am__uniquify_input)` | |
| 149 ETAGS = etags | |
| 150 CTAGS = ctags | |
| 151 CSCOPE = cscope | |
| 152 DIST_SUBDIRS = $(SUBDIRS) | |
| 153 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 154 distdir = $(PACKAGE)-$(VERSION) | |
| 155 top_distdir = $(distdir) | |
| 156 am__remove_distdir = \ | |
| 157 if test -d "$(distdir)"; then \ | |
| 158 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
| 159 && rm -rf "$(distdir)" \ | |
| 160 || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
| 161 else :; fi | |
| 162 am__post_remove_distdir = $(am__remove_distdir) | |
| 163 am__relativize = \ | |
| 164 dir0=`pwd`; \ | |
| 165 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
| 166 sed_rest='s,^[^/]*/*,,'; \ | |
| 167 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
| 168 sed_butlast='s,/*[^/]*$$,,'; \ | |
| 169 while test -n "$$dir1"; do \ | |
| 170 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
| 171 if test "$$first" != "."; then \ | |
| 172 if test "$$first" = ".."; then \ | |
| 173 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
| 174 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
| 175 else \ | |
| 176 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
| 177 if test "$$first2" = "$$first"; then \ | |
| 178 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
| 179 else \ | |
| 180 dir2="../$$dir2"; \ | |
| 181 fi; \ | |
| 182 dir0="$$dir0"/"$$first"; \ | |
| 183 fi; \ | |
| 184 fi; \ | |
| 185 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
| 186 done; \ | |
| 187 reldir="$$dir2" | |
| 188 DIST_ARCHIVES = $(distdir).tar.gz | |
| 189 GZIP_ENV = --best | |
| 190 DIST_TARGETS = dist-gzip | |
| 191 distuninstallcheck_listfiles = find . -type f -print | |
| 192 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
| 193 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
| 194 distcleancheck_listfiles = find . -type f -print | |
| 195 ACLOCAL = @ACLOCAL@ | |
| 196 AMTAR = @AMTAR@ | |
| 197 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
| 198 AUTOCONF = @AUTOCONF@ | |
| 199 AUTOHEADER = @AUTOHEADER@ | |
| 200 AUTOMAKE = @AUTOMAKE@ | |
| 201 AWK = @AWK@ | |
| 64 CC = @CC@ | 202 CC = @CC@ |
| 203 CCDEPMODE = @CCDEPMODE@ | |
| 204 CFLAGS = @CFLAGS@ | |
| 65 CONFIGFILE = @CONFIGFILE@ | 205 CONFIGFILE = @CONFIGFILE@ |
| 206 CPP = @CPP@ | |
| 207 CPPFLAGS = @CPPFLAGS@ | |
| 208 CYGPATH_W = @CYGPATH_W@ | |
| 209 DEFS = @DEFS@ | |
| 210 DEPDIR = @DEPDIR@ | |
| 66 DOCDIR = @DOCDIR@ | 211 DOCDIR = @DOCDIR@ |
| 67 HAVE_LIB = @HAVE_LIB@ | 212 ECHO_C = @ECHO_C@ |
| 68 LIB = @LIB@ | 213 ECHO_N = @ECHO_N@ |
| 214 ECHO_T = @ECHO_T@ | |
| 215 EGREP = @EGREP@ | |
| 216 EXEEXT = @EXEEXT@ | |
| 217 GREP = @GREP@ | |
| 218 INSTALL = @INSTALL@ | |
| 219 INSTALL_DATA = @INSTALL_DATA@ | |
| 220 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 221 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 222 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 223 LDFLAGS = @LDFLAGS@ | |
| 224 LIBOBJS = @LIBOBJS@ | |
| 69 LIBPAM = @LIBPAM@ | 225 LIBPAM = @LIBPAM@ |
| 70 LTLIB = @LTLIB@ | 226 LIBS = @LIBS@ |
| 227 LTLIBOBJS = @LTLIBOBJS@ | |
| 71 MAKEINFO = @MAKEINFO@ | 228 MAKEINFO = @MAKEINFO@ |
| 229 MKDIR_P = @MKDIR_P@ | |
| 230 OBJEXT = @OBJEXT@ | |
| 72 PACKAGE = @PACKAGE@ | 231 PACKAGE = @PACKAGE@ |
| 232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 233 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 234 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 235 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 236 PACKAGE_URL = @PACKAGE_URL@ | |
| 237 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 238 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 73 SENDMAILPROG = @SENDMAILPROG@ | 239 SENDMAILPROG = @SENDMAILPROG@ |
| 240 SET_MAKE = @SET_MAKE@ | |
| 241 SHELL = @SHELL@ | |
| 74 SPOOLDIR = @SPOOLDIR@ | 242 SPOOLDIR = @SPOOLDIR@ |
| 243 STRIP = @STRIP@ | |
| 75 USERSFILE = @USERSFILE@ | 244 USERSFILE = @USERSFILE@ |
| 76 VERSION = @VERSION@ | 245 VERSION = @VERSION@ |
| 77 | 246 abs_builddir = @abs_builddir@ |
| 247 abs_srcdir = @abs_srcdir@ | |
| 248 abs_top_builddir = @abs_top_builddir@ | |
| 249 abs_top_srcdir = @abs_top_srcdir@ | |
| 250 ac_ct_CC = @ac_ct_CC@ | |
| 251 am__include = @am__include@ | |
| 252 am__leading_dot = @am__leading_dot@ | |
| 253 am__quote = @am__quote@ | |
| 254 am__tar = @am__tar@ | |
| 255 am__untar = @am__untar@ | |
| 256 bindir = @bindir@ | |
| 257 build_alias = @build_alias@ | |
| 258 builddir = @builddir@ | |
| 259 datadir = @datadir@ | |
| 260 datarootdir = @datarootdir@ | |
| 261 docdir = @docdir@ | |
| 262 dvidir = @dvidir@ | |
| 263 exec_prefix = @exec_prefix@ | |
| 264 host_alias = @host_alias@ | |
| 265 htmldir = @htmldir@ | |
| 266 includedir = @includedir@ | |
| 267 infodir = @infodir@ | |
| 268 install_sh = @install_sh@ | |
| 269 libdir = @libdir@ | |
| 270 libexecdir = @libexecdir@ | |
| 271 localedir = @localedir@ | |
| 272 localstatedir = @localstatedir@ | |
| 273 mandir = @mandir@ | |
| 274 mkdir_p = @mkdir_p@ | |
| 275 oldincludedir = @oldincludedir@ | |
| 276 pdfdir = @pdfdir@ | |
| 277 prefix = @prefix@ | |
| 278 program_transform_name = @program_transform_name@ | |
| 279 psdir = @psdir@ | |
| 280 sbindir = @sbindir@ | |
| 281 sharedstatedir = @sharedstatedir@ | |
| 282 srcdir = @srcdir@ | |
| 283 sysconfdir = @sysconfdir@ | |
| 284 target_alias = @target_alias@ | |
| 285 top_build_prefix = @top_build_prefix@ | |
| 286 top_builddir = @top_builddir@ | |
| 287 top_srcdir = @top_srcdir@ | |
| 78 SUBDIRS = src docs packages | 288 SUBDIRS = src docs packages |
| 79 | |
| 80 EXTRA_DIST = $(PACKAGE).conf.example | 289 EXTRA_DIST = $(PACKAGE).conf.example |
| 81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 290 all: config.h |
| 82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | 291 $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| 83 CONFIG_HEADER = config.h | 292 |
| 84 CONFIG_CLEAN_FILES = | |
| 85 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ | |
| 86 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \ | |
| 87 config.h.in config.sub configure configure.in install-sh missing \ | |
| 88 mkinstalldirs | |
| 89 | |
| 90 | |
| 91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
| 92 | |
| 93 TAR = tar | |
| 94 GZIP_ENV = --best | |
| 95 all: all-redirect | |
| 96 .SUFFIXES: | 293 .SUFFIXES: |
| 97 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 294 am--refresh: Makefile |
| 98 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile | 295 @: |
| 99 | 296 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 100 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | 297 @for dep in $?; do \ |
| 101 cd $(top_builddir) \ | 298 case '$(am__configure_deps)' in \ |
| 102 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | 299 *$$dep*) \ |
| 103 | 300 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
| 104 $(ACLOCAL_M4): configure.in | 301 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
| 105 cd $(srcdir) && $(ACLOCAL) | 302 && exit 0; \ |
| 106 | 303 exit 1;; \ |
| 107 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 304 esac; \ |
| 305 done; \ | |
| 306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
| 307 $(am__cd) $(top_srcdir) && \ | |
| 308 $(AUTOMAKE) --gnu Makefile | |
| 309 .PRECIOUS: Makefile | |
| 310 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 311 @case '$?' in \ | |
| 312 *config.status*) \ | |
| 313 echo ' $(SHELL) ./config.status'; \ | |
| 314 $(SHELL) ./config.status;; \ | |
| 315 *) \ | |
| 316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
| 317 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
| 318 esac; | |
| 319 | |
| 320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 108 $(SHELL) ./config.status --recheck | 321 $(SHELL) ./config.status --recheck |
| 109 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | 322 |
| 110 cd $(srcdir) && $(AUTOCONF) | 323 $(top_srcdir)/configure: $(am__configure_deps) |
| 111 | 324 $(am__cd) $(srcdir) && $(AUTOCONF) |
| 112 config.h: stamp-h | 325 $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 113 @if test ! -f $@; then \ | 326 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 114 rm -f stamp-h; \ | 327 $(am__aclocal_m4_deps): |
| 115 $(MAKE) stamp-h; \ | 328 |
| 116 else :; fi | 329 config.h: stamp-h1 |
| 117 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status | 330 @if test ! -f $@; then rm -f stamp-h1; else :; fi |
| 118 cd $(top_builddir) \ | 331 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
| 119 && CONFIG_FILES= CONFIG_HEADERS=config.h \ | 332 |
| 120 $(SHELL) ./config.status | 333 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 121 @echo timestamp > stamp-h 2> /dev/null | 334 @rm -f stamp-h1 |
| 122 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in | 335 cd $(top_builddir) && $(SHELL) ./config.status config.h |
| 123 @if test ! -f $@; then \ | 336 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h |
| 124 rm -f $(srcdir)/stamp-h.in; \ | 337 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 125 $(MAKE) $(srcdir)/stamp-h.in; \ | 338 rm -f stamp-h1 |
| 126 else :; fi | 339 touch $@ |
| 127 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h | |
| 128 cd $(top_srcdir) && $(AUTOHEADER) | |
| 129 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null | |
| 130 | |
| 131 mostlyclean-hdr: | |
| 132 | |
| 133 clean-hdr: | |
| 134 | 340 |
| 135 distclean-hdr: | 341 distclean-hdr: |
| 136 -rm -f config.h | 342 -rm -f config.h stamp-h1 |
| 137 | |
| 138 maintainer-clean-hdr: | |
| 139 | 343 |
| 140 # This directory's subdirectories are mostly independent; you can cd | 344 # This directory's subdirectories are mostly independent; you can cd |
| 141 # into them and run `make' without going through this Makefile. | 345 # into them and run 'make' without going through this Makefile. |
| 142 # To change the values of `make' variables: instead of editing Makefiles, | 346 # To change the values of 'make' variables: instead of editing Makefiles, |
| 143 # (1) if the variable is set in `config.status', edit `config.status' | 347 # (1) if the variable is set in 'config.status', edit 'config.status' |
| 144 # (which will cause the Makefiles to be regenerated when you run `make'); | 348 # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 145 # (2) otherwise, pass the desired values on the `make' command line. | 349 # (2) otherwise, pass the desired values on the 'make' command line. |
| 146 | 350 $(am__recursive_targets): |
| 147 @SET_MAKE@ | 351 @fail=; \ |
| 148 | 352 if $(am__make_keepgoing); then \ |
| 149 all-recursive install-data-recursive install-exec-recursive \ | 353 failcom='fail=yes'; \ |
| 150 installdirs-recursive install-recursive uninstall-recursive \ | 354 else \ |
| 151 check-recursive installcheck-recursive info-recursive dvi-recursive: | 355 failcom='exit 1'; \ |
| 152 @set fnord $(MAKEFLAGS); amf=$$2; \ | 356 fi; \ |
| 153 dot_seen=no; \ | 357 dot_seen=no; \ |
| 154 target=`echo $@ | sed s/-recursive//`; \ | 358 target=`echo $@ | sed s/-recursive//`; \ |
| 155 list='$(SUBDIRS)'; for subdir in $$list; do \ | 359 case "$@" in \ |
| 360 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
| 361 *) list='$(SUBDIRS)' ;; \ | |
| 362 esac; \ | |
| 363 for subdir in $$list; do \ | |
| 156 echo "Making $$target in $$subdir"; \ | 364 echo "Making $$target in $$subdir"; \ |
| 157 if test "$$subdir" = "."; then \ | 365 if test "$$subdir" = "."; then \ |
| 158 dot_seen=yes; \ | 366 dot_seen=yes; \ |
| 159 local_target="$$target-am"; \ | 367 local_target="$$target-am"; \ |
| 160 else \ | 368 else \ |
| 161 local_target="$$target"; \ | 369 local_target="$$target"; \ |
| 162 fi; \ | 370 fi; \ |
| 163 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 371 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 372 || eval $$failcom; \ |
| 165 done; \ | 373 done; \ |
| 166 if test "$$dot_seen" = "no"; then \ | 374 if test "$$dot_seen" = "no"; then \ |
| 167 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 168 fi; test -z "$$fail" | 376 fi; test -z "$$fail" |
| 169 | 377 |
| 170 mostlyclean-recursive clean-recursive distclean-recursive \ | 378 ID: $(am__tagged_files) |
| 171 maintainer-clean-recursive: | 379 $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 172 @set fnord $(MAKEFLAGS); amf=$$2; \ | 380 tags: tags-recursive |
| 173 dot_seen=no; \ | 381 TAGS: tags |
| 174 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | 382 |
| 175 rev="$$subdir $$rev"; \ | 383 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 176 test "$$subdir" != "." || dot_seen=yes; \ | 384 set x; \ |
| 385 here=`pwd`; \ | |
| 386 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
| 387 include_option=--etags-include; \ | |
| 388 empty_fix=.; \ | |
| 389 else \ | |
| 390 include_option=--include; \ | |
| 391 empty_fix=; \ | |
| 392 fi; \ | |
| 393 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 394 if test "$$subdir" = .; then :; else \ | |
| 395 test ! -f $$subdir/TAGS || \ | |
| 396 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
| 397 fi; \ | |
| 177 done; \ | 398 done; \ |
| 178 test "$$dot_seen" = "no" && rev=". $$rev"; \ | 399 $(am__define_uniq_tagged_files); \ |
| 179 target=`echo $@ | sed s/-recursive//`; \ | 400 shift; \ |
| 180 for subdir in $$rev; do \ | 401 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 181 echo "Making $$target in $$subdir"; \ | 402 test -n "$$unique" || unique=$$empty_fix; \ |
| 182 if test "$$subdir" = "."; then \ | 403 if test $$# -gt 0; then \ |
| 183 local_target="$$target-am"; \ | 404 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 405 "$$@" $$unique; \ | |
| 184 else \ | 406 else \ |
| 185 local_target="$$target"; \ | 407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 408 $$unique; \ | |
| 186 fi; \ | 409 fi; \ |
| 187 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 410 fi |
| 188 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 411 ctags: ctags-recursive |
| 189 done && test -z "$$fail" | 412 |
| 190 tags-recursive: | 413 CTAGS: ctags |
| 191 list='$(SUBDIRS)'; for subdir in $$list; do \ | 414 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 192 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 415 $(am__define_uniq_tagged_files); \ |
| 416 test -z "$(CTAGS_ARGS)$$unique" \ | |
| 417 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 418 $$unique | |
| 419 | |
| 420 GTAGS: | |
| 421 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 422 && $(am__cd) $(top_srcdir) \ | |
| 423 && gtags -i $(GTAGS_ARGS) "$$here" | |
| 424 cscope: cscope.files | |
| 425 test ! -s cscope.files \ | |
| 426 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) | |
| 427 clean-cscope: | |
| 428 -rm -f cscope.files | |
| 429 cscope.files: clean-cscope cscopelist | |
| 430 cscopelist: cscopelist-recursive | |
| 431 | |
| 432 cscopelist-am: $(am__tagged_files) | |
| 433 list='$(am__tagged_files)'; \ | |
| 434 case "$(srcdir)" in \ | |
| 435 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
| 436 *) sdir=$(subdir)/$(srcdir) ;; \ | |
| 437 esac; \ | |
| 438 for i in $$list; do \ | |
| 439 if test -f "$$i"; then \ | |
| 440 echo "$(subdir)/$$i"; \ | |
| 441 else \ | |
| 442 echo "$$sdir/$$i"; \ | |
| 443 fi; \ | |
| 444 done >> $(top_builddir)/cscope.files | |
| 445 | |
| 446 distclean-tags: | |
| 447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 448 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |
| 449 | |
| 450 distdir: $(DISTFILES) | |
| 451 $(am__remove_distdir) | |
| 452 test -d "$(distdir)" || mkdir "$(distdir)" | |
| 453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 455 list='$(DISTFILES)'; \ | |
| 456 dist_files=`for file in $$list; do echo $$file; done | \ | |
| 457 sed -e "s|^$$srcdirstrip/||;t" \ | |
| 458 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
| 459 case $$dist_files in \ | |
| 460 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| 461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| 462 sort -u` ;; \ | |
| 463 esac; \ | |
| 464 for file in $$dist_files; do \ | |
| 465 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 466 if test -d $$d/$$file; then \ | |
| 467 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 468 if test -d "$(distdir)/$$file"; then \ | |
| 469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 470 fi; \ | |
| 471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| 473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 474 fi; \ | |
| 475 cp -fpR $$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; \ | |
| 193 done | 481 done |
| 194 | 482 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 195 tags: TAGS | 483 if test "$$subdir" = .; then :; else \ |
| 196 | 484 $(am__make_dryrun) \ |
| 197 ID: $(HEADERS) $(SOURCES) $(LISP) | 485 || test -d "$(distdir)/$$subdir" \ |
| 198 list='$(SOURCES) $(HEADERS)'; \ | 486 || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 199 unique=`for i in $$list; do echo $$i; done | \ | 487 || exit 1; \ |
| 200 awk ' { files[$$0] = 1; } \ | 488 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 201 END { for (i in files) print i; }'`; \ | 489 $(am__relativize); \ |
| 202 here=`pwd` && cd $(srcdir) \ | 490 new_distdir=$$reldir; \ |
| 203 && mkid -f$$here/ID $$unique $(LISP) | 491 dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 204 | 492 $(am__relativize); \ |
| 205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) | 493 new_top_distdir=$$reldir; \ |
| 206 tags=; \ | 494 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 207 here=`pwd`; \ | 495 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 208 list='$(SUBDIRS)'; for subdir in $$list; do \ | 496 ($(am__cd) $$subdir && \ |
| 209 if test "$$subdir" = .; then :; else \ | 497 $(MAKE) $(AM_MAKEFLAGS) \ |
| 210 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | 498 top_distdir="$$new_top_distdir" \ |
| 211 fi; \ | 499 distdir="$$new_distdir" \ |
| 212 done; \ | 500 am__remove_distdir=: \ |
| 213 list='$(SOURCES) $(HEADERS)'; \ | 501 am__skip_length_check=: \ |
| 214 unique=`for i in $$list; do echo $$i; done | \ | 502 am__skip_mode_fix=: \ |
| 215 awk ' { files[$$0] = 1; } \ | 503 distdir) \ |
| 216 END { for (i in files) print i; }'`; \ | 504 || exit 1; \ |
| 217 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ | 505 fi; \ |
| 218 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) | 506 done |
| 219 | 507 -test -n "$(am__skip_mode_fix)" \ |
| 220 mostlyclean-tags: | 508 || find "$(distdir)" -type d ! -perm -755 \ |
| 221 | 509 -exec chmod u+rwx,go+rx {} \; -o \ |
| 222 clean-tags: | 510 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 223 | 511 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 224 distclean-tags: | 512 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 225 -rm -f TAGS ID | 513 || chmod -R a+r "$(distdir)" |
| 226 | 514 dist-gzip: distdir |
| 227 maintainer-clean-tags: | 515 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 228 | 516 $(am__post_remove_distdir) |
| 229 distdir = $(PACKAGE)-$(VERSION) | 517 |
| 230 top_distdir = $(distdir) | 518 dist-bzip2: distdir |
| 519 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | |
| 520 $(am__post_remove_distdir) | |
| 521 | |
| 522 dist-lzip: distdir | |
| 523 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | |
| 524 $(am__post_remove_distdir) | |
| 525 | |
| 526 dist-xz: distdir | |
| 527 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | |
| 528 $(am__post_remove_distdir) | |
| 529 | |
| 530 dist-tarZ: distdir | |
| 531 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
| 532 $(am__post_remove_distdir) | |
| 533 | |
| 534 dist-shar: distdir | |
| 535 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
| 536 $(am__post_remove_distdir) | |
| 537 | |
| 538 dist-zip: distdir | |
| 539 -rm -f $(distdir).zip | |
| 540 zip -rq $(distdir).zip $(distdir) | |
| 541 $(am__post_remove_distdir) | |
| 542 | |
| 543 dist dist-all: | |
| 544 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |
| 545 $(am__post_remove_distdir) | |
| 231 | 546 |
| 232 # This target untars the dist file and tries a VPATH configuration. Then | 547 # This target untars the dist file and tries a VPATH configuration. Then |
| 233 # it guarantees that the distribution is self-contained by making another | 548 # it guarantees that the distribution is self-contained by making another |
| 234 # tarfile. | 549 # tarfile. |
| 235 distcheck: dist | 550 distcheck: dist |
| 236 -rm -rf $(distdir) | 551 case '$(DIST_ARCHIVES)' in \ |
| 237 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | 552 *.tar.gz*) \ |
| 238 mkdir $(distdir)/=build | 553 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 239 mkdir $(distdir)/=inst | 554 *.tar.bz2*) \ |
| 240 dc_install_base=`cd $(distdir)/=inst && pwd`; \ | 555 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 241 cd $(distdir)/=build \ | 556 *.tar.lz*) \ |
| 242 && ../configure --srcdir=.. --prefix=$$dc_install_base \ | 557 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 558 *.tar.xz*) \ | |
| 559 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
| 560 *.tar.Z*) \ | |
| 561 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
| 562 *.shar.gz*) \ | |
| 563 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
| 564 *.zip*) \ | |
| 565 unzip $(distdir).zip ;;\ | |
| 566 esac | |
| 567 chmod -R a-w $(distdir) | |
| 568 chmod u+w $(distdir) | |
| 569 mkdir $(distdir)/_build $(distdir)/_inst | |
| 570 chmod a-w $(distdir) | |
| 571 test -d $(distdir)/_build || exit 0; \ | |
| 572 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
| 573 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
| 574 && am__cwd=`pwd` \ | |
| 575 && $(am__cd) $(distdir)/_build \ | |
| 576 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
| 577 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
| 578 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
| 243 && $(MAKE) $(AM_MAKEFLAGS) \ | 579 && $(MAKE) $(AM_MAKEFLAGS) \ |
| 244 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | 580 && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 245 && $(MAKE) $(AM_MAKEFLAGS) check \ | 581 && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 246 && $(MAKE) $(AM_MAKEFLAGS) install \ | 582 && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 247 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 583 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 248 && $(MAKE) $(AM_MAKEFLAGS) dist | 584 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 249 -rm -rf $(distdir) | 585 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 250 @banner="$(distdir).tar.gz is ready for distribution"; \ | 586 distuninstallcheck \ |
| 251 dashes=`echo "$$banner" | sed s/./=/g`; \ | 587 && chmod -R a-w "$$dc_install_base" \ |
| 252 echo "$$dashes"; \ | 588 && ({ \ |
| 253 echo "$$banner"; \ | 589 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 254 echo "$$dashes" | 590 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 255 dist: distdir | 591 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 256 -chmod -R a+r $(distdir) | 592 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 257 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | 593 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 258 -rm -rf $(distdir) | 594 } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 259 dist-all: distdir | 595 && rm -rf "$$dc_destdir" \ |
| 260 -chmod -R a+r $(distdir) | 596 && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 261 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | 597 && rm -rf $(DIST_ARCHIVES) \ |
| 262 -rm -rf $(distdir) | 598 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 263 distdir: $(DISTFILES) | 599 && cd "$$am__cwd" \ |
| 264 -rm -rf $(distdir) | 600 || exit 1 |
| 265 mkdir $(distdir) | 601 $(am__post_remove_distdir) |
| 266 -chmod 777 $(distdir) | 602 @(echo "$(distdir) archives ready for distribution: "; \ |
| 267 here=`cd $(top_builddir) && pwd`; \ | 603 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 268 top_distdir=`cd $(distdir) && pwd`; \ | 604 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 269 distdir=`cd $(distdir) && pwd`; \ | 605 distuninstallcheck: |
| 270 cd $(top_srcdir) \ | 606 @test -n '$(distuninstallcheck_dir)' || { \ |
| 271 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile | 607 echo 'ERROR: trying to run $@ with an empty' \ |
| 272 @for file in $(DISTFILES); do \ | 608 '$$(distuninstallcheck_dir)' >&2; \ |
| 273 d=$(srcdir); \ | 609 exit 1; \ |
| 274 if test -d $$d/$$file; then \ | 610 }; \ |
| 275 cp -pr $$d/$$file $(distdir)/$$file; \ | 611 $(am__cd) '$(distuninstallcheck_dir)' || { \ |
| 276 else \ | 612 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| 277 test -f $(distdir)/$$file \ | 613 exit 1; \ |
| 278 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 614 }; \ |
| 279 || cp -p $$d/$$file $(distdir)/$$file || :; \ | 615 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
| 280 fi; \ | 616 || { echo "ERROR: files left after uninstall:" ; \ |
| 281 done | 617 if test -n "$(DESTDIR)"; then \ |
| 282 for subdir in $(SUBDIRS); do \ | 618 echo " (check DESTDIR support)"; \ |
| 283 if test "$$subdir" = .; then :; else \ | 619 fi ; \ |
| 284 test -d $(distdir)/$$subdir \ | 620 $(distuninstallcheck_listfiles) ; \ |
| 285 || mkdir $(distdir)/$$subdir \ | 621 exit 1; } >&2 |
| 286 || exit 1; \ | 622 distcleancheck: distclean |
| 287 chmod 777 $(distdir)/$$subdir; \ | 623 @if test '$(srcdir)' = . ; then \ |
| 288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ | 624 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 289 || exit 1; \ | 625 exit 1 ; \ |
| 290 fi; \ | 626 fi |
| 291 done | 627 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 292 info-am: | 628 || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 293 info: info-recursive | 629 $(distcleancheck_listfiles) ; \ |
| 294 dvi-am: | 630 exit 1; } >&2 |
| 295 dvi: dvi-recursive | |
| 296 check-am: all-am | 631 check-am: all-am |
| 297 check: check-recursive | 632 check: check-recursive |
| 298 installcheck-am: | 633 all-am: Makefile config.h |
| 299 installcheck: installcheck-recursive | 634 installdirs: installdirs-recursive |
| 300 all-recursive-am: config.h | 635 installdirs-am: |
| 301 $(MAKE) $(AM_MAKEFLAGS) all-recursive | 636 install: install-recursive |
| 302 | |
| 303 install-exec-am: install-exec-local | |
| 304 install-exec: install-exec-recursive | 637 install-exec: install-exec-recursive |
| 305 | |
| 306 install-data-am: install-data-local | |
| 307 install-data: install-data-recursive | 638 install-data: install-data-recursive |
| 639 uninstall: uninstall-recursive | |
| 308 | 640 |
| 309 install-am: all-am | 641 install-am: all-am |
| 310 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 642 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 311 install: install-recursive | 643 |
| 644 installcheck: installcheck-recursive | |
| 645 install-strip: | |
| 646 if test -z '$(STRIP)'; then \ | |
| 647 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 648 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 649 install; \ | |
| 650 else \ | |
| 651 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 652 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 653 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
| 654 fi | |
| 655 mostlyclean-generic: | |
| 656 | |
| 657 clean-generic: | |
| 658 | |
| 659 distclean-generic: | |
| 660 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 661 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
| 662 | |
| 663 maintainer-clean-generic: | |
| 664 @echo "This command is intended for maintainers to use" | |
| 665 @echo "it deletes files that may require special tools to rebuild." | |
| 666 clean: clean-recursive | |
| 667 | |
| 668 clean-am: clean-generic mostlyclean-am | |
| 669 | |
| 670 distclean: distclean-recursive | |
| 671 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
| 672 -rm -f Makefile | |
| 673 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
| 674 | |
| 675 dvi: dvi-recursive | |
| 676 | |
| 677 dvi-am: | |
| 678 | |
| 679 html: html-recursive | |
| 680 | |
| 681 html-am: | |
| 682 | |
| 683 info: info-recursive | |
| 684 | |
| 685 info-am: | |
| 686 | |
| 687 install-data-am: install-data-local | |
| 688 | |
| 689 install-dvi: install-dvi-recursive | |
| 690 | |
| 691 install-dvi-am: | |
| 692 | |
| 693 install-exec-am: install-exec-local | |
| 694 | |
| 695 install-html: install-html-recursive | |
| 696 | |
| 697 install-html-am: | |
| 698 | |
| 699 install-info: install-info-recursive | |
| 700 | |
| 701 install-info-am: | |
| 702 | |
| 703 install-man: | |
| 704 | |
| 705 install-pdf: install-pdf-recursive | |
| 706 | |
| 707 install-pdf-am: | |
| 708 | |
| 709 install-ps: install-ps-recursive | |
| 710 | |
| 711 install-ps-am: | |
| 712 | |
| 713 installcheck-am: | |
| 714 | |
| 715 maintainer-clean: maintainer-clean-recursive | |
| 716 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
| 717 -rm -rf $(top_srcdir)/autom4te.cache | |
| 718 -rm -f Makefile | |
| 719 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 720 | |
| 721 mostlyclean: mostlyclean-recursive | |
| 722 | |
| 723 mostlyclean-am: mostlyclean-generic | |
| 724 | |
| 725 pdf: pdf-recursive | |
| 726 | |
| 727 pdf-am: | |
| 728 | |
| 729 ps: ps-recursive | |
| 730 | |
| 731 ps-am: | |
| 732 | |
| 312 uninstall-am: uninstall-local | 733 uninstall-am: uninstall-local |
| 313 uninstall: uninstall-recursive | 734 |
| 314 all-am: Makefile config.h | 735 .MAKE: $(am__recursive_targets) all install-am install-strip |
| 315 all-redirect: all-recursive-am | 736 |
| 316 install-strip: | 737 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
| 317 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | 738 am--refresh check check-am clean clean-cscope clean-generic \ |
| 318 installdirs: installdirs-recursive | 739 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
| 319 installdirs-am: | 740 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ |
| 320 | 741 distcheck distclean distclean-generic distclean-hdr \ |
| 321 | 742 distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
| 322 mostlyclean-generic: | 743 dvi-am html html-am info info-am install install-am \ |
| 323 | 744 install-data install-data-am install-data-local install-dvi \ |
| 324 clean-generic: | 745 install-dvi-am install-exec install-exec-am install-exec-local \ |
| 325 | 746 install-html install-html-am install-info install-info-am \ |
| 326 distclean-generic: | 747 install-man install-pdf install-pdf-am install-ps \ |
| 327 -rm -f Makefile $(CONFIG_CLEAN_FILES) | 748 install-ps-am install-strip installcheck installcheck-am \ |
| 328 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | 749 installdirs installdirs-am maintainer-clean \ |
| 329 | 750 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
| 330 maintainer-clean-generic: | 751 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ |
| 331 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic | 752 uninstall-local |
| 332 | |
| 333 mostlyclean: mostlyclean-recursive | |
| 334 | |
| 335 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am | |
| 336 | |
| 337 clean: clean-recursive | |
| 338 | |
| 339 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am | |
| 340 | |
| 341 distclean: distclean-recursive | |
| 342 -rm -f config.status | |
| 343 | |
| 344 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ | |
| 345 maintainer-clean-generic distclean-am | |
| 346 @echo "This command is intended for maintainers to use;" | |
| 347 @echo "it deletes files that may require special tools to rebuild." | |
| 348 | |
| 349 maintainer-clean: maintainer-clean-recursive | |
| 350 -rm -f config.status | |
| 351 | |
| 352 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | |
| 353 install-data-recursive uninstall-data-recursive install-exec-recursive \ | |
| 354 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | |
| 355 all-recursive check-recursive installcheck-recursive info-recursive \ | |
| 356 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | |
| 357 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | |
| 358 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | |
| 359 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ | |
| 360 install-exec-local install-exec-am install-exec install-data-local \ | |
| 361 install-data-am install-data install-am install uninstall-local \ | |
| 362 uninstall-am uninstall all-redirect all-am all installdirs-am \ | |
| 363 installdirs mostlyclean-generic distclean-generic clean-generic \ | |
| 364 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |
| 365 | 753 |
| 366 | 754 |
| 367 install-data-local: | 755 install-data-local: |
| 368 $(INSTALL) -m 06755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) | 756 $(INSTALL) -m 06755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) |
| 369 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/data | 757 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/data |
| 370 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/lock | 758 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/lock |
| 371 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested | 759 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested |
| 372 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing | 760 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing |
| 373 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview | 761 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview |
| 762 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/articles | |
| 374 chown -R news:news $(DESTDIR)$(SPOOLDIR) | 763 chown -R news:news $(DESTDIR)$(SPOOLDIR) |
| 375 $(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) | 764 $(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) |
| 376 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) | 765 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) |
| 377 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) | 766 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) |
| 378 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DESTDIR)$(DOCDIR) | 767 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DESTDIR)$(DOCDIR) |
