1 # Makefile.in generated by automake 1.6 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 # 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 # Automakefile for GNU Diffutils library. 18 19 # Copyright (C) 2001, 2002 Free Software Foundation, Inc. 20 SHELL = @SHELL@ 21 22 srcdir = @srcdir@ 23 top_srcdir = @top_srcdir@ 24 VPATH = @srcdir@ 25 prefix = @prefix@ 26 exec_prefix = @exec_prefix@ 27 28 bindir = @bindir@ 29 sbindir = @sbindir@ 30 libexecdir = @libexecdir@ 31 datadir = @datadir@ 32 sysconfdir = @sysconfdir@ 33 sharedstatedir = @sharedstatedir@ 34 localstatedir = @localstatedir@ 35 libdir = @libdir@ 36 infodir = @infodir@ 37 mandir = @mandir@ 38 includedir = @includedir@ 39 oldincludedir = /usr/include 40 pkgdatadir = $(datadir)/@PACKAGE@ 41 pkglibdir = $(libdir)/@PACKAGE@ 42 pkgincludedir = $(includedir)/@PACKAGE@ 43 top_builddir = .. 44 45 ACLOCAL = @ACLOCAL@ 46 AUTOCONF = @AUTOCONF@ 47 AUTOMAKE = @AUTOMAKE@ 48 AUTOHEADER = @AUTOHEADER@ 49 50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 51 INSTALL = @INSTALL@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 53 INSTALL_DATA = @INSTALL_DATA@ 54 install_sh_DATA = $(install_sh) -c -m 644 55 install_sh_PROGRAM = $(install_sh) -c 56 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 57 INSTALL_HEADER = $(INSTALL_DATA) 58 transform = @program_transform_name@ 59 NORMAL_INSTALL = : 60 PRE_INSTALL = : 61 POST_INSTALL = : 62 NORMAL_UNINSTALL = : 63 PRE_UNINSTALL = : 64 POST_UNINSTALL = : 65 host_alias = @host_alias@ 66 host_triplet = @host@ 67 68 EXEEXT = @EXEEXT@ 69 OBJEXT = @OBJEXT@ 70 PATH_SEPARATOR = @PATH_SEPARATOR@ 71 AMTAR = @AMTAR@ 72 AWK = @AWK@ 73 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ 74 CATOBJEXT = @CATOBJEXT@ 75 CC = @CC@ 76 CPP = @CPP@ 77 DATADIRNAME = @DATADIRNAME@ 78 DEPDIR = @DEPDIR@ 79 GENCAT = @GENCAT@ 80 GLIBC21 = @GLIBC21@ 81 GMSGFMT = @GMSGFMT@ 82 HAVE_LIB = @HAVE_LIB@ 83 HELP2MAN = @HELP2MAN@ 84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 85 INSTOBJEXT = @INSTOBJEXT@ 86 INTLBISON = @INTLBISON@ 87 INTLLIBS = @INTLLIBS@ 88 INTLOBJS = @INTLOBJS@ 89 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ 90 LIB = @LIB@ 91 LIBICONV = @LIBICONV@ 92 LIBINTL = @LIBINTL@ 93 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ 94 LTLIB = @LTLIB@ 95 LTLIBICONV = @LTLIBICONV@ 96 LTLIBINTL = @LTLIBINTL@ 97 MKINSTALLDIRS = @MKINSTALLDIRS@ 98 PACKAGE = @PACKAGE@ 99 POSUB = @POSUB@ 100 PR_PROGRAM = @PR_PROGRAM@ 101 RANLIB = @RANLIB@ 102 STRIP = @STRIP@ 103 U = @U@ 104 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ 105 USE_NLS = @USE_NLS@ 106 VERSION = @VERSION@ 107 am__include = @am__include@ 108 am__quote = @am__quote@ 109 install_sh = @install_sh@ 110 111 noinst_LIBRARIES = libdiffutils.a 112 113 EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \ 114 realloc.c regex.c strcasecmp.c strtoimax.c strtol.c tempname.c waitpid.c \ 115 xstrtol.c 116 117 SUBDIRS = posix 118 119 noinst_HEADERS = \ 120 c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \ 121 fnmatch.hin freesoft.h getopt.h \ 122 gettext.h hard-locale.h inttostr.h prepargs.h posixver.h quotesys.h \ 123 regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h 124 125 126 libdiffutils_a_SOURCES = \ 127 basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \ 128 freesoft.c getopt.c getopt1.c \ 129 hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \ 130 setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c 131 132 133 libdiffutils_a_LIBADD = @ALLOCA@ @LIBOBJS@ 134 libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD) 135 136 DISTCLEANFILES = fnmatch.h fnmatch.hno regex.h regex.hno 137 subdir = lib 138 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 139 CONFIG_HEADER = $(top_builddir)/config.h 140 CONFIG_CLEAN_FILES = 141 LIBRARIES = $(noinst_LIBRARIES) 142 143 libdiffutils_a_AR = $(AR) cru 144 am_libdiffutils_a_OBJECTS = basename.$(OBJEXT) c-stack.$(OBJEXT) \ 145 cmpbuf.$(OBJEXT) error.$(OBJEXT) exclude.$(OBJEXT) \ 146 exitfail.$(OBJEXT) freesoft.$(OBJEXT) getopt.$(OBJEXT) \ 147 getopt1.$(OBJEXT) hard-locale.$(OBJEXT) imaxtostr.$(OBJEXT) \ 148 offtostr.$(OBJEXT) prepargs.$(OBJEXT) posixver.$(OBJEXT) \ 149 quotesys.$(OBJEXT) setmode.$(OBJEXT) strftime.$(OBJEXT) \ 150 umaxtostr.$(OBJEXT) xmalloc.$(OBJEXT) xstrtoumax.$(OBJEXT) 151 libdiffutils_a_OBJECTS = $(am_libdiffutils_a_OBJECTS) 152 153 DEFS = @DEFS@ 154 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 155 CPPFLAGS = @CPPFLAGS@ 156 LDFLAGS = @LDFLAGS@ 157 LIBS = @LIBS@ 158 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 159 am__depfiles_maybe = depfiles 160 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/fnmatch.Po \ 161 @AMDEP_TRUE@ $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \ 162 @AMDEP_TRUE@ $(DEPDIR)/mkstemp.Po $(DEPDIR)/realloc.Po \ 163 @AMDEP_TRUE@ $(DEPDIR)/regex.Po $(DEPDIR)/strcasecmp.Po \ 164 @AMDEP_TRUE@ $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \ 165 @AMDEP_TRUE@ $(DEPDIR)/strtoumax.Po $(DEPDIR)/tempname.Po \ 166 @AMDEP_TRUE@ $(DEPDIR)/waitpid.Po ./$(DEPDIR)/basename.Po \ 167 @AMDEP_TRUE@ ./$(DEPDIR)/c-stack.Po ./$(DEPDIR)/cmpbuf.Po \ 168 @AMDEP_TRUE@ ./$(DEPDIR)/error.Po ./$(DEPDIR)/exclude.Po \ 169 @AMDEP_TRUE@ ./$(DEPDIR)/exitfail.Po ./$(DEPDIR)/freesoft.Po \ 170 @AMDEP_TRUE@ ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \ 171 @AMDEP_TRUE@ ./$(DEPDIR)/hard-locale.Po ./$(DEPDIR)/imaxtostr.Po \ 172 @AMDEP_TRUE@ ./$(DEPDIR)/offtostr.Po ./$(DEPDIR)/posixver.Po \ 173 @AMDEP_TRUE@ ./$(DEPDIR)/prepargs.Po ./$(DEPDIR)/quotesys.Po \ 174 @AMDEP_TRUE@ ./$(DEPDIR)/setmode.Po ./$(DEPDIR)/strftime.Po \ 175 @AMDEP_TRUE@ ./$(DEPDIR)/umaxtostr.Po ./$(DEPDIR)/xmalloc.Po \ 176 @AMDEP_TRUE@ ./$(DEPDIR)/xstrtoumax.Po 177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179 CCLD = $(CC) 180 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 181 CFLAGS = @CFLAGS@ 182 DIST_SOURCES = $(libdiffutils_a_SOURCES) 183 HEADERS = $(noinst_HEADERS) 184 185 186 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ 187 uninstall-info-recursive all-recursive install-data-recursive \ 188 install-exec-recursive installdirs-recursive install-recursive \ 189 uninstall-recursive check-recursive installcheck-recursive 190 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in alloca.c \ 191 fnmatch.c malloc.c memchr.c mkstemp.c realloc.c regex.c \ 192 strcasecmp.c strtoul.c strtoull.c strtoumax.c tempname.c \ 193 waitpid.c 194 DIST_SUBDIRS = $(SUBDIRS) 195 SOURCES = $(libdiffutils_a_SOURCES) 196 197 all: all-recursive 198 199 .SUFFIXES: 200 .SUFFIXES: .c .o .obj 201 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 202 cd $(top_srcdir) && \ 203 $(AUTOMAKE) --gnits lib/Makefile 204 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 205 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 206 207 AR = ar 208 209 clean-noinstLIBRARIES: 210 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 211 libdiffutils.a: $(libdiffutils_a_OBJECTS) $(libdiffutils_a_DEPENDENCIES) 212 -rm -f libdiffutils.a 213 $(libdiffutils_a_AR) libdiffutils.a $(libdiffutils_a_OBJECTS) $(libdiffutils_a_LIBADD) 214 $(RANLIB) libdiffutils.a 215 216 mostlyclean-compile: 217 -rm -f *.$(OBJEXT) core *.core 218 219 distclean-compile: 220 -rm -f *.tab.c 221 222 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@ 223 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fnmatch.Po@am__quote@ 224 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@ 225 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@ 226 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Po@am__quote@ 227 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@ 228 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex.Po@am__quote@ 229 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Po@am__quote@ 230 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Po@am__quote@ 231 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoull.Po@am__quote@ 232 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoumax.Po@am__quote@ 233 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempname.Po@am__quote@ 234 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@ 235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@ 236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-stack.Po@am__quote@ 237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmpbuf.Po@am__quote@ 238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ 239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exclude.Po@am__quote@ 240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@ 241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freesoft.Po@am__quote@ 242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ 243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ 244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hard-locale.Po@am__quote@ 245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imaxtostr.Po@am__quote@ 246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offtostr.Po@am__quote@ 247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posixver.Po@am__quote@ 248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prepargs.Po@am__quote@ 249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotesys.Po@am__quote@ 250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setmode.Po@am__quote@ 251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@ 252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umaxtostr.Po@am__quote@ 253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ 254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtoumax.Po@am__quote@ 255 256 distclean-depend: 257 -rm -rf $(DEPDIR) ./$(DEPDIR) 258 259 .c.o: 260 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 261 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 262 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 263 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< 264 265 .c.obj: 266 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 267 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 268 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 269 $(COMPILE) -c `cygpath -w $<` 270 CCDEPMODE = @CCDEPMODE@ 271 uninstall-info-am: 272 273 # This directory's subdirectories are mostly independent; you can cd 274 # into them and run `make' without going through this Makefile. 275 # To change the values of `make' variables: instead of editing Makefiles, 276 # (1) if the variable is set in `config.status', edit `config.status' 277 # (which will cause the Makefiles to be regenerated when you run `make'); 278 # (2) otherwise, pass the desired values on the `make' command line. 279 $(RECURSIVE_TARGETS): 280 @set fnord $(MAKEFLAGS); amf=$$2; \ 281 dot_seen=no; \ 282 target=`echo $@ | sed s/-recursive//`; \ 283 list='$(SUBDIRS)'; for subdir in $$list; do \ 284 echo "Making $$target in $$subdir"; \ 285 if test "$$subdir" = "."; then \ 286 dot_seen=yes; \ 287 local_target="$$target-am"; \ 288 else \ 289 local_target="$$target"; \ 290 fi; \ 291 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 292 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 293 done; \ 294 if test "$$dot_seen" = "no"; then \ 295 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 296 fi; test -z "$$fail" 297 298 mostlyclean-recursive clean-recursive distclean-recursive \ 299 maintainer-clean-recursive: 300 @set fnord $(MAKEFLAGS); amf=$$2; \ 301 dot_seen=no; \ 302 case "$@" in \ 303 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 304 *) list='$(SUBDIRS)' ;; \ 305 esac; \ 306 rev=''; for subdir in $$list; do \ 307 if test "$$subdir" = "."; then :; else \ 308 rev="$$subdir $$rev"; \ 309 fi; \ 310 done; \ 311 rev="$$rev ."; \ 312 target=`echo $@ | sed s/-recursive//`; \ 313 for subdir in $$rev; do \ 314 echo "Making $$target in $$subdir"; \ 315 if test "$$subdir" = "."; then \ 316 local_target="$$target-am"; \ 317 else \ 318 local_target="$$target"; \ 319 fi; \ 320 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 321 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 322 done && test -z "$$fail" 323 tags-recursive: 324 list='$(SUBDIRS)'; for subdir in $$list; do \ 325 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 326 done 327 328 ETAGS = etags 329 ETAGSFLAGS = 330 331 tags: TAGS 332 333 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 335 unique=`for i in $$list; do \ 336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 337 done | \ 338 $(AWK) ' { files[$$0] = 1; } \ 339 END { for (i in files) print i; }'`; \ 340 mkid -fID $$unique 341 342 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 343 $(TAGS_FILES) $(LISP) 344 tags=; \ 345 here=`pwd`; \ 346 list='$(SUBDIRS)'; for subdir in $$list; do \ 347 if test "$$subdir" = .; then :; else \ 348 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 349 fi; \ 350 done; \ 351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 352 unique=`for i in $$list; do \ 353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 354 done | \ 355 $(AWK) ' { files[$$0] = 1; } \ 356 END { for (i in files) print i; }'`; \ 357 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 358 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 359 $$tags $$unique 360 361 GTAGS: 362 here=`$(am__cd) $(top_builddir) && pwd` \ 363 && cd $(top_srcdir) \ 364 && gtags -i $(GTAGS_ARGS) $$here 365 366 distclean-tags: 367 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 368 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 369 370 top_distdir = .. 371 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 372 373 distdir: $(DISTFILES) 374 @for file in $(DISTFILES); do \ 375 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 376 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 377 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 378 dir="/$$dir"; \ 379 $(mkinstalldirs) "$(distdir)$$dir"; \ 380 else \ 381 dir=''; \ 382 fi; \ 383 if test -d $$d/$$file; then \ 384 cp -pR $$d/$$file $(distdir)$$dir \ 385 || exit 1; \ 386 else \ 387 test -f $(distdir)/$$file \ 388 || cp -p $$d/$$file $(distdir)/$$file \ 389 || exit 1; \ 390 fi; \ 391 done 392 list='$(SUBDIRS)'; for subdir in $$list; do \ 393 if test "$$subdir" = .; then :; else \ 394 test -d $(distdir)/$$subdir \ 395 || mkdir $(distdir)/$$subdir \ 396 || exit 1; \ 397 (cd $$subdir && \ 398 $(MAKE) $(AM_MAKEFLAGS) \ 399 top_distdir="$(top_distdir)" \ 400 distdir=../$(distdir)/$$subdir \ 401 distdir) \ 402 || exit 1; \ 403 fi; \ 404 done 405 check-am: all-am 406 check: check-recursive 407 all-am: Makefile $(LIBRARIES) $(HEADERS) 408 installdirs: installdirs-recursive 409 installdirs-am: 410 411 install: install-recursive 412 install-exec: install-exec-recursive 413 install-data: install-data-recursive 414 uninstall: uninstall-recursive 415 416 install-am: all-am 417 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 418 419 installcheck: installcheck-recursive 420 install-strip: 421 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 422 INSTALL_STRIP_FLAG=-s \ 423 `test -z '$(STRIP)' || \ 424 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 425 mostlyclean-generic: 426 427 clean-generic: 428 429 distclean-generic: 430 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* 431 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 432 433 maintainer-clean-generic: 434 @echo "This command is intended for maintainers to use" 435 @echo "it deletes files that may require special tools to rebuild." 436 clean: clean-recursive 437 438 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 439 440 distclean: distclean-recursive 441 442 distclean-am: clean-am distclean-compile distclean-depend \ 443 distclean-generic distclean-tags 444 445 dvi: dvi-recursive 446 447 dvi-am: 448 449 info: info-recursive 450 451 info-am: 452 453 install-data-am: 454 455 install-exec-am: 456 457 install-info: install-info-recursive 458 459 install-man: 460 461 installcheck-am: 462 463 maintainer-clean: maintainer-clean-recursive 464 465 maintainer-clean-am: distclean-am maintainer-clean-generic 466 467 mostlyclean: mostlyclean-recursive 468 469 mostlyclean-am: mostlyclean-compile mostlyclean-generic 470 471 uninstall-am: uninstall-info-am 472 473 uninstall-info: uninstall-info-recursive 474 475 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ 476 clean-generic clean-noinstLIBRARIES clean-recursive distclean \ 477 distclean-compile distclean-depend distclean-generic \ 478 distclean-recursive distclean-tags distdir dvi dvi-am \ 479 dvi-recursive info info-am info-recursive install install-am \ 480 install-data install-data-am install-data-recursive \ 481 install-exec install-exec-am install-exec-recursive \ 482 install-info install-info-am install-info-recursive install-man \ 483 install-recursive install-strip installcheck installcheck-am \ 484 installdirs installdirs-am installdirs-recursive \ 485 maintainer-clean maintainer-clean-generic \ 486 maintainer-clean-recursive mostlyclean mostlyclean-compile \ 487 mostlyclean-generic mostlyclean-recursive tags tags-recursive \ 488 uninstall uninstall-am uninstall-info-am \ 489 uninstall-info-recursive uninstall-recursive 490 491 # Tell versions [3.59,3.63) of GNU make to not export all variables. 492 # Otherwise a system limit (for SysV at least) may be exceeded. 493 .NOEXPORT: 494