lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.10.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 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 | |
| 17 | # -*- Makefile -*- |
| 18 | |
| 19 | VPATH = @srcdir@ |
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
| 22 | pkgincludedir = $(includedir)/@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 | @ENABLE_LIBIPQ_TRUE@am__append_1 = libipq/libipq.h |
| 38 | subdir = include |
| 39 | DIST_COMMON = $(am__include_HEADERS_DIST) $(nobase_include_HEADERS) \ |
| 40 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
| 41 | $(srcdir)/xtables.h.in |
| 42 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 43 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
| 44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 45 | $(ACLOCAL_M4) |
| 46 | mkinstalldirs = $(install_sh) -d |
| 47 | CONFIG_HEADER = $(top_builddir)/config.h |
| 48 | CONFIG_CLEAN_FILES = xtables.h |
| 49 | SOURCES = |
| 50 | DIST_SOURCES = |
| 51 | am__include_HEADERS_DIST = libipq/libipq.h |
| 52 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 53 | am__vpath_adj = case $$p in \ |
| 54 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 55 | *) f=$$p;; \ |
| 56 | esac; |
| 57 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
| 58 | am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" |
| 59 | includeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 60 | nobase_includeHEADERS_INSTALL = $(install_sh_DATA) |
| 61 | HEADERS = $(include_HEADERS) $(nobase_include_HEADERS) |
| 62 | ETAGS = etags |
| 63 | CTAGS = ctags |
| 64 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 65 | ACLOCAL = @ACLOCAL@ |
| 66 | AMTAR = @AMTAR@ |
| 67 | AR = @AR@ |
| 68 | AUTOCONF = @AUTOCONF@ |
| 69 | AUTOHEADER = @AUTOHEADER@ |
| 70 | AUTOMAKE = @AUTOMAKE@ |
| 71 | AWK = @AWK@ |
| 72 | CC = @CC@ |
| 73 | CCDEPMODE = @CCDEPMODE@ |
| 74 | CFLAGS = @CFLAGS@ |
| 75 | CPP = @CPP@ |
| 76 | CPPFLAGS = @CPPFLAGS@ |
| 77 | CXX = @CXX@ |
| 78 | CXXCPP = @CXXCPP@ |
| 79 | CXXDEPMODE = @CXXDEPMODE@ |
| 80 | CXXFLAGS = @CXXFLAGS@ |
| 81 | CYGPATH_W = @CYGPATH_W@ |
| 82 | DEFS = @DEFS@ |
| 83 | DEPDIR = @DEPDIR@ |
| 84 | DSYMUTIL = @DSYMUTIL@ |
| 85 | ECHO = @ECHO@ |
| 86 | ECHO_C = @ECHO_C@ |
| 87 | ECHO_N = @ECHO_N@ |
| 88 | ECHO_T = @ECHO_T@ |
| 89 | EGREP = @EGREP@ |
| 90 | EXEEXT = @EXEEXT@ |
| 91 | F77 = @F77@ |
| 92 | FFLAGS = @FFLAGS@ |
| 93 | GREP = @GREP@ |
| 94 | INSTALL = @INSTALL@ |
| 95 | INSTALL_DATA = @INSTALL_DATA@ |
| 96 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 97 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 98 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 99 | LDFLAGS = @LDFLAGS@ |
| 100 | LIBOBJS = @LIBOBJS@ |
| 101 | LIBS = @LIBS@ |
| 102 | LIBTOOL = @LIBTOOL@ |
| 103 | LN_S = @LN_S@ |
| 104 | LTLIBOBJS = @LTLIBOBJS@ |
| 105 | MAKEINFO = @MAKEINFO@ |
| 106 | MKDIR_P = @MKDIR_P@ |
| 107 | NMEDIT = @NMEDIT@ |
| 108 | OBJEXT = @OBJEXT@ |
| 109 | PACKAGE = @PACKAGE@ |
| 110 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 111 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 112 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 113 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 114 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 115 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 116 | RANLIB = @RANLIB@ |
| 117 | SED = @SED@ |
| 118 | SET_MAKE = @SET_MAKE@ |
| 119 | SHELL = @SHELL@ |
| 120 | STRIP = @STRIP@ |
| 121 | VERSION = @VERSION@ |
| 122 | abs_builddir = @abs_builddir@ |
| 123 | abs_srcdir = @abs_srcdir@ |
| 124 | abs_top_builddir = @abs_top_builddir@ |
| 125 | abs_top_srcdir = @abs_top_srcdir@ |
| 126 | ac_ct_CC = @ac_ct_CC@ |
| 127 | ac_ct_CXX = @ac_ct_CXX@ |
| 128 | ac_ct_F77 = @ac_ct_F77@ |
| 129 | am__include = @am__include@ |
| 130 | am__leading_dot = @am__leading_dot@ |
| 131 | am__quote = @am__quote@ |
| 132 | am__tar = @am__tar@ |
| 133 | am__untar = @am__untar@ |
| 134 | bindir = @bindir@ |
| 135 | blacklist_modules = @blacklist_modules@ |
| 136 | build = @build@ |
| 137 | build_alias = @build_alias@ |
| 138 | build_cpu = @build_cpu@ |
| 139 | build_os = @build_os@ |
| 140 | build_vendor = @build_vendor@ |
| 141 | builddir = @builddir@ |
| 142 | datadir = @datadir@ |
| 143 | datarootdir = @datarootdir@ |
| 144 | docdir = @docdir@ |
| 145 | dvidir = @dvidir@ |
| 146 | exec_prefix = @exec_prefix@ |
| 147 | host = @host@ |
| 148 | host_alias = @host_alias@ |
| 149 | host_cpu = @host_cpu@ |
| 150 | host_os = @host_os@ |
| 151 | host_vendor = @host_vendor@ |
| 152 | htmldir = @htmldir@ |
| 153 | includedir = @includedir@ |
| 154 | infodir = @infodir@ |
| 155 | install_sh = @install_sh@ |
| 156 | kbuilddir = @kbuilddir@ |
| 157 | kinclude_CFLAGS = @kinclude_CFLAGS@ |
| 158 | ksourcedir = @ksourcedir@ |
| 159 | libdir = @libdir@ |
| 160 | libexecdir = @libexecdir@ |
| 161 | libxtables_vage = @libxtables_vage@ |
| 162 | libxtables_vcurrent = @libxtables_vcurrent@ |
| 163 | libxtables_vmajor = @libxtables_vmajor@ |
| 164 | localedir = @localedir@ |
| 165 | localstatedir = @localstatedir@ |
| 166 | mandir = @mandir@ |
| 167 | mkdir_p = @mkdir_p@ |
| 168 | oldincludedir = @oldincludedir@ |
| 169 | pdfdir = @pdfdir@ |
| 170 | pkgconfigdir = @pkgconfigdir@ |
| 171 | prefix = @prefix@ |
| 172 | program_transform_name = @program_transform_name@ |
| 173 | psdir = @psdir@ |
| 174 | regular_CFLAGS = @regular_CFLAGS@ |
| 175 | sbindir = @sbindir@ |
| 176 | sharedstatedir = @sharedstatedir@ |
| 177 | srcdir = @srcdir@ |
| 178 | sysconfdir = @sysconfdir@ |
| 179 | target_alias = @target_alias@ |
| 180 | top_builddir = @top_builddir@ |
| 181 | top_srcdir = @top_srcdir@ |
| 182 | xtlibdir = @xtlibdir@ |
| 183 | include_HEADERS = $(am__append_1) |
| 184 | nobase_include_HEADERS = xtables.h libiptc/ipt_kernel_headers.h \ |
| 185 | libiptc/libiptc.h libiptc/libip6tc.h libiptc/libxtc.h |
| 186 | all: all-am |
| 187 | |
| 188 | .SUFFIXES: |
| 189 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 190 | @for dep in $?; do \ |
| 191 | case '$(am__configure_deps)' in \ |
| 192 | *$$dep*) \ |
| 193 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
| 194 | && exit 0; \ |
| 195 | exit 1;; \ |
| 196 | esac; \ |
| 197 | done; \ |
| 198 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ |
| 199 | cd $(top_srcdir) && \ |
| 200 | $(AUTOMAKE) --gnu include/Makefile |
| 201 | .PRECIOUS: Makefile |
| 202 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 203 | @case '$?' in \ |
| 204 | *config.status*) \ |
| 205 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 206 | *) \ |
| 207 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 208 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 209 | esac; |
| 210 | |
| 211 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 212 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 213 | |
| 214 | $(top_srcdir)/configure: $(am__configure_deps) |
| 215 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 216 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 217 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 218 | xtables.h: $(top_builddir)/config.status $(srcdir)/xtables.h.in |
| 219 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
| 220 | |
| 221 | mostlyclean-libtool: |
| 222 | -rm -f *.lo |
| 223 | |
| 224 | clean-libtool: |
| 225 | -rm -rf .libs _libs |
| 226 | install-includeHEADERS: $(include_HEADERS) |
| 227 | @$(NORMAL_INSTALL) |
| 228 | test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
| 229 | @list='$(include_HEADERS)'; for p in $$list; do \ |
| 230 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 231 | f=$(am__strip_dir) \ |
| 232 | echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ |
| 233 | $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ |
| 234 | done |
| 235 | |
| 236 | uninstall-includeHEADERS: |
| 237 | @$(NORMAL_UNINSTALL) |
| 238 | @list='$(include_HEADERS)'; for p in $$list; do \ |
| 239 | f=$(am__strip_dir) \ |
| 240 | echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
| 241 | rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
| 242 | done |
| 243 | install-nobase_includeHEADERS: $(nobase_include_HEADERS) |
| 244 | @$(NORMAL_INSTALL) |
| 245 | test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
| 246 | @$(am__vpath_adj_setup) \ |
| 247 | list='$(nobase_include_HEADERS)'; for p in $$list; do \ |
| 248 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 249 | $(am__vpath_adj) \ |
| 250 | echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ |
| 251 | $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ |
| 252 | done |
| 253 | |
| 254 | uninstall-nobase_includeHEADERS: |
| 255 | @$(NORMAL_UNINSTALL) |
| 256 | @$(am__vpath_adj_setup) \ |
| 257 | list='$(nobase_include_HEADERS)'; for p in $$list; do \ |
| 258 | $(am__vpath_adj) \ |
| 259 | echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
| 260 | rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
| 261 | done |
| 262 | |
| 263 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 264 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 265 | unique=`for i in $$list; do \ |
| 266 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 267 | done | \ |
| 268 | $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ |
| 269 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 270 | mkid -fID $$unique |
| 271 | tags: TAGS |
| 272 | |
| 273 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 274 | $(TAGS_FILES) $(LISP) |
| 275 | tags=; \ |
| 276 | here=`pwd`; \ |
| 277 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 278 | unique=`for i in $$list; do \ |
| 279 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 280 | done | \ |
| 281 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 282 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 283 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| 284 | test -n "$$unique" || unique=$$empty_fix; \ |
| 285 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 286 | $$tags $$unique; \ |
| 287 | fi |
| 288 | ctags: CTAGS |
| 289 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 290 | $(TAGS_FILES) $(LISP) |
| 291 | tags=; \ |
| 292 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 293 | unique=`for i in $$list; do \ |
| 294 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 295 | done | \ |
| 296 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 297 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 298 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
| 299 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 300 | $$tags $$unique |
| 301 | |
| 302 | GTAGS: |
| 303 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 304 | && cd $(top_srcdir) \ |
| 305 | && gtags -i $(GTAGS_ARGS) $$here |
| 306 | |
| 307 | distclean-tags: |
| 308 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 309 | |
| 310 | distdir: $(DISTFILES) |
| 311 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 312 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 313 | list='$(DISTFILES)'; \ |
| 314 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 315 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 316 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 317 | case $$dist_files in \ |
| 318 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 319 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 320 | sort -u` ;; \ |
| 321 | esac; \ |
| 322 | for file in $$dist_files; do \ |
| 323 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 324 | if test -d $$d/$$file; then \ |
| 325 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 326 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 327 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
| 328 | fi; \ |
| 329 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
| 330 | else \ |
| 331 | test -f $(distdir)/$$file \ |
| 332 | || cp -p $$d/$$file $(distdir)/$$file \ |
| 333 | || exit 1; \ |
| 334 | fi; \ |
| 335 | done |
| 336 | check-am: all-am |
| 337 | check: check-am |
| 338 | all-am: Makefile $(HEADERS) |
| 339 | installdirs: |
| 340 | for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ |
| 341 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 342 | done |
| 343 | install: install-am |
| 344 | install-exec: install-exec-am |
| 345 | install-data: install-data-am |
| 346 | uninstall: uninstall-am |
| 347 | |
| 348 | install-am: all-am |
| 349 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 350 | |
| 351 | installcheck: installcheck-am |
| 352 | install-strip: |
| 353 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 354 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 355 | `test -z '$(STRIP)' || \ |
| 356 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 357 | mostlyclean-generic: |
| 358 | |
| 359 | clean-generic: |
| 360 | |
| 361 | distclean-generic: |
| 362 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 363 | |
| 364 | maintainer-clean-generic: |
| 365 | @echo "This command is intended for maintainers to use" |
| 366 | @echo "it deletes files that may require special tools to rebuild." |
| 367 | clean: clean-am |
| 368 | |
| 369 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 370 | |
| 371 | distclean: distclean-am |
| 372 | -rm -f Makefile |
| 373 | distclean-am: clean-am distclean-generic distclean-tags |
| 374 | |
| 375 | dvi: dvi-am |
| 376 | |
| 377 | dvi-am: |
| 378 | |
| 379 | html: html-am |
| 380 | |
| 381 | info: info-am |
| 382 | |
| 383 | info-am: |
| 384 | |
| 385 | install-data-am: install-includeHEADERS install-nobase_includeHEADERS |
| 386 | |
| 387 | install-dvi: install-dvi-am |
| 388 | |
| 389 | install-exec-am: |
| 390 | |
| 391 | install-html: install-html-am |
| 392 | |
| 393 | install-info: install-info-am |
| 394 | |
| 395 | install-man: |
| 396 | |
| 397 | install-pdf: install-pdf-am |
| 398 | |
| 399 | install-ps: install-ps-am |
| 400 | |
| 401 | installcheck-am: |
| 402 | |
| 403 | maintainer-clean: maintainer-clean-am |
| 404 | -rm -f Makefile |
| 405 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 406 | |
| 407 | mostlyclean: mostlyclean-am |
| 408 | |
| 409 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 410 | |
| 411 | pdf: pdf-am |
| 412 | |
| 413 | pdf-am: |
| 414 | |
| 415 | ps: ps-am |
| 416 | |
| 417 | ps-am: |
| 418 | |
| 419 | uninstall-am: uninstall-includeHEADERS uninstall-nobase_includeHEADERS |
| 420 | |
| 421 | .MAKE: install-am install-strip |
| 422 | |
| 423 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
| 424 | clean-libtool ctags distclean distclean-generic \ |
| 425 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 426 | html-am info info-am install install-am install-data \ |
| 427 | install-data-am install-dvi install-dvi-am install-exec \ |
| 428 | install-exec-am install-html install-html-am \ |
| 429 | install-includeHEADERS install-info install-info-am \ |
| 430 | install-man install-nobase_includeHEADERS install-pdf \ |
| 431 | install-pdf-am install-ps install-ps-am install-strip \ |
| 432 | installcheck installcheck-am installdirs maintainer-clean \ |
| 433 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 434 | mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ |
| 435 | uninstall-am uninstall-includeHEADERS \ |
| 436 | uninstall-nobase_includeHEADERS |
| 437 | |
| 438 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 439 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 440 | .NOEXPORT: |