| 1 | # Makefile.in generated by automake 1.9.4 from Makefile.am.
|
|---|
| 2 | # @configure_input@
|
|---|
| 3 |
|
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|---|
| 5 | # 2003, 2004 Free Software Foundation, Inc.
|
|---|
| 6 | # This Makefile.in is free software; the Free Software Foundation
|
|---|
| 7 | # gives unlimited permission to copy and/or distribute it,
|
|---|
| 8 | # with or without modifications, as long as this notice is preserved.
|
|---|
| 9 |
|
|---|
| 10 | # This program is distributed in the hope that it will be useful,
|
|---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|---|
| 13 | # PARTICULAR PURPOSE.
|
|---|
| 14 |
|
|---|
| 15 | @SET_MAKE@
|
|---|
| 16 | srcdir = @srcdir@
|
|---|
| 17 | top_srcdir = @top_srcdir@
|
|---|
| 18 | VPATH = @srcdir@
|
|---|
| 19 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 20 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 21 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 22 | top_builddir = ..
|
|---|
| 23 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|---|
| 24 | INSTALL = @INSTALL@
|
|---|
| 25 | install_sh_DATA = $(install_sh) -c -m 644
|
|---|
| 26 | install_sh_PROGRAM = $(install_sh) -c
|
|---|
| 27 | install_sh_SCRIPT = $(install_sh) -c
|
|---|
| 28 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 29 | transform = $(program_transform_name)
|
|---|
| 30 | NORMAL_INSTALL = :
|
|---|
| 31 | PRE_INSTALL = :
|
|---|
| 32 | POST_INSTALL = :
|
|---|
| 33 | NORMAL_UNINSTALL = :
|
|---|
| 34 | PRE_UNINSTALL = :
|
|---|
| 35 | POST_UNINSTALL = :
|
|---|
| 36 | build_triplet = @build@
|
|---|
| 37 | host_triplet = @host@
|
|---|
| 38 | subdir = m4
|
|---|
| 39 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
|
|---|
| 40 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 41 | am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
|
|---|
| 42 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
|
|---|
| 43 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
|
|---|
| 44 | $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
|
|---|
| 45 | $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
|
|---|
| 46 | $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
|---|
| 47 | $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
|
|---|
| 48 | $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
|
|---|
| 49 | $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
|
|---|
| 50 | $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
|
|---|
| 51 | $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
|
|---|
| 52 | $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
|
|---|
| 53 | $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
|
|---|
| 54 | $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
|
|---|
| 55 | $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
|
|---|
| 56 | $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
|
|---|
| 57 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|---|
| 58 | $(ACLOCAL_M4)
|
|---|
| 59 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|---|
| 60 | CONFIG_HEADER = $(top_builddir)/config.h
|
|---|
| 61 | CONFIG_CLEAN_FILES =
|
|---|
| 62 | SOURCES =
|
|---|
| 63 | DIST_SOURCES =
|
|---|
| 64 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 65 | ACLOCAL = @ACLOCAL@
|
|---|
| 66 | ALLOCA = @ALLOCA@
|
|---|
| 67 | AMDEP_FALSE = @AMDEP_FALSE@
|
|---|
| 68 | AMDEP_TRUE = @AMDEP_TRUE@
|
|---|
| 69 | AMTAR = @AMTAR@
|
|---|
| 70 | AUTOCONF = @AUTOCONF@
|
|---|
| 71 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 72 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 73 | AWK = @AWK@
|
|---|
| 74 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
|
|---|
| 75 | CATOBJEXT = @CATOBJEXT@
|
|---|
| 76 | CC = @CC@
|
|---|
| 77 | CCDEPMODE = @CCDEPMODE@
|
|---|
| 78 | CFLAGS = @CFLAGS@
|
|---|
| 79 | CPP = @CPP@
|
|---|
| 80 | CPPFLAGS = @CPPFLAGS@
|
|---|
| 81 | CYGPATH_W = @CYGPATH_W@
|
|---|
| 82 | DATADIRNAME = @DATADIRNAME@
|
|---|
| 83 | DEFS = @DEFS@
|
|---|
| 84 | DEPDIR = @DEPDIR@
|
|---|
| 85 | ECHO_C = @ECHO_C@
|
|---|
| 86 | ECHO_N = @ECHO_N@
|
|---|
| 87 | ECHO_T = @ECHO_T@
|
|---|
| 88 | EGREP = @EGREP@
|
|---|
| 89 | EXEEXT = @EXEEXT@
|
|---|
| 90 | GENCAT = @GENCAT@
|
|---|
| 91 | GLIBC21 = @GLIBC21@
|
|---|
| 92 | GMSGFMT = @GMSGFMT@
|
|---|
| 93 | HAVE_ASPRINTF = @HAVE_ASPRINTF@
|
|---|
| 94 | HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
|
|---|
| 95 | HAVE_SNPRINTF = @HAVE_SNPRINTF@
|
|---|
| 96 | HAVE_WPRINTF = @HAVE_WPRINTF@
|
|---|
| 97 | HELP2MAN = @HELP2MAN@
|
|---|
| 98 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 99 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 100 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 101 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 102 | INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
|
|---|
| 103 | INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
|
|---|
| 104 | INSTOBJEXT = @INSTOBJEXT@
|
|---|
| 105 | INTLBISON = @INTLBISON@
|
|---|
| 106 | INTLLIBS = @INTLLIBS@
|
|---|
| 107 | INTLOBJS = @INTLOBJS@
|
|---|
| 108 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
|
|---|
| 109 | LDFLAGS = @LDFLAGS@
|
|---|
| 110 | LIBICONV = @LIBICONV@
|
|---|
| 111 | LIBINTL = @LIBINTL@
|
|---|
| 112 | LIBOBJS = @LIBOBJS@
|
|---|
| 113 | LIBS = @LIBS@
|
|---|
| 114 | LTLIBICONV = @LTLIBICONV@
|
|---|
| 115 | LTLIBINTL = @LTLIBINTL@
|
|---|
| 116 | LTLIBOBJS = @LTLIBOBJS@
|
|---|
| 117 | MAINT = @MAINT@
|
|---|
| 118 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|---|
| 119 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|---|
| 120 | MAKEINFO = @MAKEINFO@
|
|---|
| 121 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
|---|
| 122 | MSGFMT = @MSGFMT@
|
|---|
| 123 | MSGMERGE = @MSGMERGE@
|
|---|
| 124 | OBJEXT = @OBJEXT@
|
|---|
| 125 | PACKAGE = @PACKAGE@
|
|---|
| 126 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|---|
| 127 | PACKAGE_NAME = @PACKAGE_NAME@
|
|---|
| 128 | PACKAGE_STRING = @PACKAGE_STRING@
|
|---|
| 129 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|---|
| 130 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
|---|
| 131 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
|---|
| 132 | POSUB = @POSUB@
|
|---|
| 133 | RANLIB = @RANLIB@
|
|---|
| 134 | SET_MAKE = @SET_MAKE@
|
|---|
| 135 | SHELL = @SHELL@
|
|---|
| 136 | STRIP = @STRIP@
|
|---|
| 137 | TERMLIBS = @TERMLIBS@
|
|---|
| 138 | TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
|
|---|
| 139 | TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
|
|---|
| 140 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
|---|
| 141 | USE_NLS = @USE_NLS@
|
|---|
| 142 | VERSION = @VERSION@
|
|---|
| 143 | XGETTEXT = @XGETTEXT@
|
|---|
| 144 | ac_ct_CC = @ac_ct_CC@
|
|---|
| 145 | ac_ct_RANLIB = @ac_ct_RANLIB@
|
|---|
| 146 | ac_ct_STRIP = @ac_ct_STRIP@
|
|---|
| 147 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|---|
| 148 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|---|
| 149 | am__include = @am__include@
|
|---|
| 150 | am__leading_dot = @am__leading_dot@
|
|---|
| 151 | am__quote = @am__quote@
|
|---|
| 152 | am__tar = @am__tar@
|
|---|
| 153 | am__untar = @am__untar@
|
|---|
| 154 | bindir = @bindir@
|
|---|
| 155 | build = @build@
|
|---|
| 156 | build_alias = @build_alias@
|
|---|
| 157 | build_cpu = @build_cpu@
|
|---|
| 158 | build_os = @build_os@
|
|---|
| 159 | build_vendor = @build_vendor@
|
|---|
| 160 | datadir = @datadir@
|
|---|
| 161 | exec_prefix = @exec_prefix@
|
|---|
| 162 | host = @host@
|
|---|
| 163 | host_alias = @host_alias@
|
|---|
| 164 | host_cpu = @host_cpu@
|
|---|
| 165 | host_os = @host_os@
|
|---|
| 166 | host_vendor = @host_vendor@
|
|---|
| 167 | includedir = @includedir@
|
|---|
| 168 | infodir = @infodir@
|
|---|
| 169 | install_sh = @install_sh@
|
|---|
| 170 | libdir = @libdir@
|
|---|
| 171 | libexecdir = @libexecdir@
|
|---|
| 172 | localstatedir = @localstatedir@
|
|---|
| 173 | mandir = @mandir@
|
|---|
| 174 | mkdir_p = @mkdir_p@
|
|---|
| 175 | native_tools = @native_tools@
|
|---|
| 176 | oldincludedir = @oldincludedir@
|
|---|
| 177 | prefix = @prefix@
|
|---|
| 178 | program_transform_name = @program_transform_name@
|
|---|
| 179 | sbindir = @sbindir@
|
|---|
| 180 | sharedstatedir = @sharedstatedir@
|
|---|
| 181 | sysconfdir = @sysconfdir@
|
|---|
| 182 | target_alias = @target_alias@
|
|---|
| 183 | EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 nls.m4 po.m4 \
|
|---|
| 184 | check-decl.m4 \
|
|---|
| 185 | codeset.m4 \
|
|---|
| 186 | gettext.m4 \
|
|---|
| 187 | glibc21.m4 \
|
|---|
| 188 | iconv.m4 \
|
|---|
| 189 | intdiv0.m4 \
|
|---|
| 190 | inttypes-pri.m4 \
|
|---|
| 191 | inttypes.m4 \
|
|---|
| 192 | inttypes_h.m4 \
|
|---|
| 193 | isc-posix.m4 \
|
|---|
| 194 | lcmessage.m4 \
|
|---|
| 195 | lib-ld.m4 \
|
|---|
| 196 | lib-link.m4 \
|
|---|
| 197 | lib-prefix.m4 \
|
|---|
| 198 | mkstemp.m4 \
|
|---|
| 199 | onceonly.m4 \
|
|---|
| 200 | onceonly_2_57.m4 \
|
|---|
| 201 | prereq.m4 \
|
|---|
| 202 | progtest.m4 \
|
|---|
| 203 | stdint_h.m4 \
|
|---|
| 204 | strcase.m4 \
|
|---|
| 205 | uintmax_t.m4 \
|
|---|
| 206 | ulonglong.m4
|
|---|
| 207 |
|
|---|
| 208 | all: all-am
|
|---|
| 209 |
|
|---|
| 210 | .SUFFIXES:
|
|---|
| 211 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|---|
| 212 | @for dep in $?; do \
|
|---|
| 213 | case '$(am__configure_deps)' in \
|
|---|
| 214 | *$$dep*) \
|
|---|
| 215 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|---|
| 216 | && exit 0; \
|
|---|
| 217 | exit 1;; \
|
|---|
| 218 | esac; \
|
|---|
| 219 | done; \
|
|---|
| 220 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
|
|---|
| 221 | cd $(top_srcdir) && \
|
|---|
| 222 | $(AUTOMAKE) --gnu m4/Makefile
|
|---|
| 223 | .PRECIOUS: Makefile
|
|---|
| 224 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 225 | @case '$?' in \
|
|---|
| 226 | *config.status*) \
|
|---|
| 227 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|---|
| 228 | *) \
|
|---|
| 229 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|---|
| 230 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|---|
| 231 | esac;
|
|---|
| 232 |
|
|---|
| 233 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 234 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 235 |
|
|---|
| 236 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|---|
| 237 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 238 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|---|
| 239 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 240 | uninstall-info-am:
|
|---|
| 241 | tags: TAGS
|
|---|
| 242 | TAGS:
|
|---|
| 243 |
|
|---|
| 244 | ctags: CTAGS
|
|---|
| 245 | CTAGS:
|
|---|
| 246 |
|
|---|
| 247 |
|
|---|
| 248 | distdir: $(DISTFILES)
|
|---|
| 249 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 250 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 251 | list='$(DISTFILES)'; for file in $$list; do \
|
|---|
| 252 | case $$file in \
|
|---|
| 253 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|---|
| 254 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|---|
| 255 | esac; \
|
|---|
| 256 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|---|
| 257 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|---|
| 258 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|---|
| 259 | dir="/$$dir"; \
|
|---|
| 260 | $(mkdir_p) "$(distdir)$$dir"; \
|
|---|
| 261 | else \
|
|---|
| 262 | dir=''; \
|
|---|
| 263 | fi; \
|
|---|
| 264 | if test -d $$d/$$file; then \
|
|---|
| 265 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|---|
| 266 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 267 | fi; \
|
|---|
| 268 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 269 | else \
|
|---|
| 270 | test -f $(distdir)/$$file \
|
|---|
| 271 | || cp -p $$d/$$file $(distdir)/$$file \
|
|---|
| 272 | || exit 1; \
|
|---|
| 273 | fi; \
|
|---|
| 274 | done
|
|---|
| 275 | check-am: all-am
|
|---|
| 276 | check: check-am
|
|---|
| 277 | all-am: Makefile
|
|---|
| 278 | installdirs:
|
|---|
| 279 | install: install-am
|
|---|
| 280 | install-exec: install-exec-am
|
|---|
| 281 | install-data: install-data-am
|
|---|
| 282 | uninstall: uninstall-am
|
|---|
| 283 |
|
|---|
| 284 | install-am: all-am
|
|---|
| 285 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|---|
| 286 |
|
|---|
| 287 | installcheck: installcheck-am
|
|---|
| 288 | install-strip:
|
|---|
| 289 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|---|
| 290 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|---|
| 291 | `test -z '$(STRIP)' || \
|
|---|
| 292 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|---|
| 293 | mostlyclean-generic:
|
|---|
| 294 |
|
|---|
| 295 | clean-generic:
|
|---|
| 296 |
|
|---|
| 297 | distclean-generic:
|
|---|
| 298 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|---|
| 299 |
|
|---|
| 300 | maintainer-clean-generic:
|
|---|
| 301 | @echo "This command is intended for maintainers to use"
|
|---|
| 302 | @echo "it deletes files that may require special tools to rebuild."
|
|---|
| 303 | clean: clean-am
|
|---|
| 304 |
|
|---|
| 305 | clean-am: clean-generic mostlyclean-am
|
|---|
| 306 |
|
|---|
| 307 | distclean: distclean-am
|
|---|
| 308 | -rm -f Makefile
|
|---|
| 309 | distclean-am: clean-am distclean-generic
|
|---|
| 310 |
|
|---|
| 311 | dvi: dvi-am
|
|---|
| 312 |
|
|---|
| 313 | dvi-am:
|
|---|
| 314 |
|
|---|
| 315 | html: html-am
|
|---|
| 316 |
|
|---|
| 317 | info: info-am
|
|---|
| 318 |
|
|---|
| 319 | info-am:
|
|---|
| 320 |
|
|---|
| 321 | install-data-am:
|
|---|
| 322 |
|
|---|
| 323 | install-exec-am:
|
|---|
| 324 |
|
|---|
| 325 | install-info: install-info-am
|
|---|
| 326 |
|
|---|
| 327 | install-man:
|
|---|
| 328 |
|
|---|
| 329 | installcheck-am:
|
|---|
| 330 |
|
|---|
| 331 | maintainer-clean: maintainer-clean-am
|
|---|
| 332 | -rm -f Makefile
|
|---|
| 333 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
|---|
| 334 |
|
|---|
| 335 | mostlyclean: mostlyclean-am
|
|---|
| 336 |
|
|---|
| 337 | mostlyclean-am: mostlyclean-generic
|
|---|
| 338 |
|
|---|
| 339 | pdf: pdf-am
|
|---|
| 340 |
|
|---|
| 341 | pdf-am:
|
|---|
| 342 |
|
|---|
| 343 | ps: ps-am
|
|---|
| 344 |
|
|---|
| 345 | ps-am:
|
|---|
| 346 |
|
|---|
| 347 | uninstall-am: uninstall-info-am
|
|---|
| 348 |
|
|---|
| 349 | .PHONY: all all-am check check-am clean clean-generic distclean \
|
|---|
| 350 | distclean-generic distdir dvi dvi-am html html-am info info-am \
|
|---|
| 351 | install install-am install-data install-data-am install-exec \
|
|---|
| 352 | install-exec-am install-info install-info-am install-man \
|
|---|
| 353 | install-strip installcheck installcheck-am installdirs \
|
|---|
| 354 | maintainer-clean maintainer-clean-generic mostlyclean \
|
|---|
| 355 | mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
|
|---|
| 356 | uninstall-info-am
|
|---|
| 357 |
|
|---|
| 358 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|---|
| 359 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|---|
| 360 | .NOEXPORT:
|
|---|