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