Makefile.in revision 16d7e2f1
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# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58bin_PROGRAMS = xcmsdb$(EXEEXT) 59subdir = . 60DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 61 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 62 $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \ 63 config.sub depcomp install-sh missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = config.h 72CONFIG_CLEAN_FILES = 73CONFIG_CLEAN_VPATH_FILES = 74am__installdirs = "$(DESTDIR)$(bindir)" 75PROGRAMS = $(bin_PROGRAMS) 76am_xcmsdb_OBJECTS = loadData.$(OBJEXT) xcmsdb.$(OBJEXT) 77xcmsdb_OBJECTS = $(am_xcmsdb_OBJECTS) 78am__DEPENDENCIES_1 = 79xcmsdb_DEPENDENCIES = $(am__DEPENDENCIES_1) 80DEFAULT_INCLUDES = -I.@am__isrc@ 81depcomp = $(SHELL) $(top_srcdir)/depcomp 82am__depfiles_maybe = depfiles 83am__mv = mv -f 84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 85 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 86AM_V_CC = $(am__v_CC_$(V)) 87am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 88am__v_CC_0 = @echo " CC " $@; 89AM_V_at = $(am__v_at_$(V)) 90am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 91am__v_at_0 = @ 92CCLD = $(CC) 93LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 94AM_V_CCLD = $(am__v_CCLD_$(V)) 95am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 96am__v_CCLD_0 = @echo " CCLD " $@; 97AM_V_GEN = $(am__v_GEN_$(V)) 98am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 99am__v_GEN_0 = @echo " GEN " $@; 100SOURCES = $(xcmsdb_SOURCES) 101DIST_SOURCES = $(xcmsdb_SOURCES) 102RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 103 html-recursive info-recursive install-data-recursive \ 104 install-dvi-recursive install-exec-recursive \ 105 install-html-recursive install-info-recursive \ 106 install-pdf-recursive install-ps-recursive install-recursive \ 107 installcheck-recursive installdirs-recursive pdf-recursive \ 108 ps-recursive uninstall-recursive 109RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 110 distclean-recursive maintainer-clean-recursive 111AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 112 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 113 distdir dist dist-all distcheck 114ETAGS = etags 115CTAGS = ctags 116DIST_SUBDIRS = $(SUBDIRS) 117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 118distdir = $(PACKAGE)-$(VERSION) 119top_distdir = $(distdir) 120am__remove_distdir = \ 121 { test ! -d "$(distdir)" \ 122 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 123 && rm -fr "$(distdir)"; }; } 124am__relativize = \ 125 dir0=`pwd`; \ 126 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 127 sed_rest='s,^[^/]*/*,,'; \ 128 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 129 sed_butlast='s,/*[^/]*$$,,'; \ 130 while test -n "$$dir1"; do \ 131 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 132 if test "$$first" != "."; then \ 133 if test "$$first" = ".."; then \ 134 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 135 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 136 else \ 137 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 138 if test "$$first2" = "$$first"; then \ 139 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 140 else \ 141 dir2="../$$dir2"; \ 142 fi; \ 143 dir0="$$dir0"/"$$first"; \ 144 fi; \ 145 fi; \ 146 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 147 done; \ 148 reldir="$$dir2" 149DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 150GZIP_ENV = --best 151distuninstallcheck_listfiles = find . -type f -print 152distcleancheck_listfiles = find . -type f -print 153ACLOCAL = @ACLOCAL@ 154ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 155ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 156AMTAR = @AMTAR@ 157AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 158APP_MAN_DIR = @APP_MAN_DIR@ 159APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 160AUTOCONF = @AUTOCONF@ 161AUTOHEADER = @AUTOHEADER@ 162AUTOMAKE = @AUTOMAKE@ 163AWK = @AWK@ 164BASE_CFLAGS = @BASE_CFLAGS@ 165CC = @CC@ 166CCDEPMODE = @CCDEPMODE@ 167CFLAGS = @CFLAGS@ 168CHANGELOG_CMD = @CHANGELOG_CMD@ 169CPP = @CPP@ 170CPPFLAGS = @CPPFLAGS@ 171CWARNFLAGS = @CWARNFLAGS@ 172CYGPATH_W = @CYGPATH_W@ 173DEFS = @DEFS@ 174DEPDIR = @DEPDIR@ 175DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 176DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 177ECHO_C = @ECHO_C@ 178ECHO_N = @ECHO_N@ 179ECHO_T = @ECHO_T@ 180EGREP = @EGREP@ 181EXEEXT = @EXEEXT@ 182FILE_MAN_DIR = @FILE_MAN_DIR@ 183FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 184GREP = @GREP@ 185INSTALL = @INSTALL@ 186INSTALL_CMD = @INSTALL_CMD@ 187INSTALL_DATA = @INSTALL_DATA@ 188INSTALL_PROGRAM = @INSTALL_PROGRAM@ 189INSTALL_SCRIPT = @INSTALL_SCRIPT@ 190INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 191LDFLAGS = @LDFLAGS@ 192LIBOBJS = @LIBOBJS@ 193LIBS = @LIBS@ 194LIB_MAN_DIR = @LIB_MAN_DIR@ 195LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 196LTLIBOBJS = @LTLIBOBJS@ 197MAINT = @MAINT@ 198MAKEINFO = @MAKEINFO@ 199MAN_SUBSTS = @MAN_SUBSTS@ 200MISC_MAN_DIR = @MISC_MAN_DIR@ 201MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 202MKDIR_P = @MKDIR_P@ 203OBJEXT = @OBJEXT@ 204PACKAGE = @PACKAGE@ 205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 206PACKAGE_NAME = @PACKAGE_NAME@ 207PACKAGE_STRING = @PACKAGE_STRING@ 208PACKAGE_TARNAME = @PACKAGE_TARNAME@ 209PACKAGE_URL = @PACKAGE_URL@ 210PACKAGE_VERSION = @PACKAGE_VERSION@ 211PATH_SEPARATOR = @PATH_SEPARATOR@ 212PKG_CONFIG = @PKG_CONFIG@ 213SED = @SED@ 214SET_MAKE = @SET_MAKE@ 215SHELL = @SHELL@ 216STRICT_CFLAGS = @STRICT_CFLAGS@ 217STRIP = @STRIP@ 218VERSION = @VERSION@ 219XCMSDB_CFLAGS = @XCMSDB_CFLAGS@ 220XCMSDB_LIBS = @XCMSDB_LIBS@ 221XORG_MAN_PAGE = @XORG_MAN_PAGE@ 222abs_builddir = @abs_builddir@ 223abs_srcdir = @abs_srcdir@ 224abs_top_builddir = @abs_top_builddir@ 225abs_top_srcdir = @abs_top_srcdir@ 226ac_ct_CC = @ac_ct_CC@ 227am__include = @am__include@ 228am__leading_dot = @am__leading_dot@ 229am__quote = @am__quote@ 230am__tar = @am__tar@ 231am__untar = @am__untar@ 232bindir = @bindir@ 233build = @build@ 234build_alias = @build_alias@ 235build_cpu = @build_cpu@ 236build_os = @build_os@ 237build_vendor = @build_vendor@ 238builddir = @builddir@ 239datadir = @datadir@ 240datarootdir = @datarootdir@ 241docdir = @docdir@ 242dvidir = @dvidir@ 243exec_prefix = @exec_prefix@ 244host = @host@ 245host_alias = @host_alias@ 246host_cpu = @host_cpu@ 247host_os = @host_os@ 248host_vendor = @host_vendor@ 249htmldir = @htmldir@ 250includedir = @includedir@ 251infodir = @infodir@ 252install_sh = @install_sh@ 253libdir = @libdir@ 254libexecdir = @libexecdir@ 255localedir = @localedir@ 256localstatedir = @localstatedir@ 257mandir = @mandir@ 258mkdir_p = @mkdir_p@ 259oldincludedir = @oldincludedir@ 260pdfdir = @pdfdir@ 261prefix = @prefix@ 262program_transform_name = @program_transform_name@ 263psdir = @psdir@ 264sbindir = @sbindir@ 265sharedstatedir = @sharedstatedir@ 266srcdir = @srcdir@ 267sysconfdir = @sysconfdir@ 268target_alias = @target_alias@ 269top_build_prefix = @top_build_prefix@ 270top_builddir = @top_builddir@ 271top_srcdir = @top_srcdir@ 272SUBDIRS = man 273AM_CFLAGS = $(CWARNFLAGS) $(XCMSDB_CFLAGS) 274xcmsdb_LDADD = $(XCMSDB_LIBS) 275xcmsdb_SOURCES = \ 276 loadData.c \ 277 SCCDFile.h \ 278 xcmsdb.c 279 280EXTRA_DIST = datafiles/sample1.dcc datafiles/sample2.dcc 281MAINTAINERCLEANFILES = ChangeLog INSTALL 282all: config.h 283 $(MAKE) $(AM_MAKEFLAGS) all-recursive 284 285.SUFFIXES: 286.SUFFIXES: .c .o .obj 287am--refresh: 288 @: 289$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 290 @for dep in $?; do \ 291 case '$(am__configure_deps)' in \ 292 *$$dep*) \ 293 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 294 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 295 && exit 0; \ 296 exit 1;; \ 297 esac; \ 298 done; \ 299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 300 $(am__cd) $(top_srcdir) && \ 301 $(AUTOMAKE) --foreign Makefile 302.PRECIOUS: Makefile 303Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 304 @case '$?' in \ 305 *config.status*) \ 306 echo ' $(SHELL) ./config.status'; \ 307 $(SHELL) ./config.status;; \ 308 *) \ 309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 310 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 311 esac; 312 313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 314 $(SHELL) ./config.status --recheck 315 316$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 317 $(am__cd) $(srcdir) && $(AUTOCONF) 318$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 319 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 320$(am__aclocal_m4_deps): 321 322config.h: stamp-h1 323 @if test ! -f $@; then \ 324 rm -f stamp-h1; \ 325 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 326 else :; fi 327 328stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 329 @rm -f stamp-h1 330 cd $(top_builddir) && $(SHELL) ./config.status config.h 331$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 332 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 333 rm -f stamp-h1 334 touch $@ 335 336distclean-hdr: 337 -rm -f config.h stamp-h1 338install-binPROGRAMS: $(bin_PROGRAMS) 339 @$(NORMAL_INSTALL) 340 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 341 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 342 for p in $$list; do echo "$$p $$p"; done | \ 343 sed 's/$(EXEEXT)$$//' | \ 344 while read p p1; do if test -f $$p; \ 345 then echo "$$p"; echo "$$p"; else :; fi; \ 346 done | \ 347 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 348 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 349 sed 'N;N;N;s,\n, ,g' | \ 350 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 351 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 352 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 353 else { print "f", $$3 "/" $$4, $$1; } } \ 354 END { for (d in files) print "f", d, files[d] }' | \ 355 while read type dir files; do \ 356 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 357 test -z "$$files" || { \ 358 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 359 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 360 } \ 361 ; done 362 363uninstall-binPROGRAMS: 364 @$(NORMAL_UNINSTALL) 365 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 366 files=`for p in $$list; do echo "$$p"; done | \ 367 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 368 -e 's/$$/$(EXEEXT)/' `; \ 369 test -n "$$list" || exit 0; \ 370 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 371 cd "$(DESTDIR)$(bindir)" && rm -f $$files 372 373clean-binPROGRAMS: 374 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 375xcmsdb$(EXEEXT): $(xcmsdb_OBJECTS) $(xcmsdb_DEPENDENCIES) 376 @rm -f xcmsdb$(EXEEXT) 377 $(AM_V_CCLD)$(LINK) $(xcmsdb_OBJECTS) $(xcmsdb_LDADD) $(LIBS) 378 379mostlyclean-compile: 380 -rm -f *.$(OBJEXT) 381 382distclean-compile: 383 -rm -f *.tab.c 384 385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadData.Po@am__quote@ 386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcmsdb.Po@am__quote@ 387 388.c.o: 389@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 390@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 391@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 392@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 393@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 394@am__fastdepCC_FALSE@ $(COMPILE) -c $< 395 396.c.obj: 397@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 398@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 399@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 400@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 402@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 403 404# This directory's subdirectories are mostly independent; you can cd 405# into them and run `make' without going through this Makefile. 406# To change the values of `make' variables: instead of editing Makefiles, 407# (1) if the variable is set in `config.status', edit `config.status' 408# (which will cause the Makefiles to be regenerated when you run `make'); 409# (2) otherwise, pass the desired values on the `make' command line. 410$(RECURSIVE_TARGETS): 411 @fail= failcom='exit 1'; \ 412 for f in x $$MAKEFLAGS; do \ 413 case $$f in \ 414 *=* | --[!k]*);; \ 415 *k*) failcom='fail=yes';; \ 416 esac; \ 417 done; \ 418 dot_seen=no; \ 419 target=`echo $@ | sed s/-recursive//`; \ 420 list='$(SUBDIRS)'; for subdir in $$list; do \ 421 echo "Making $$target in $$subdir"; \ 422 if test "$$subdir" = "."; then \ 423 dot_seen=yes; \ 424 local_target="$$target-am"; \ 425 else \ 426 local_target="$$target"; \ 427 fi; \ 428 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 429 || eval $$failcom; \ 430 done; \ 431 if test "$$dot_seen" = "no"; then \ 432 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 433 fi; test -z "$$fail" 434 435$(RECURSIVE_CLEAN_TARGETS): 436 @fail= failcom='exit 1'; \ 437 for f in x $$MAKEFLAGS; do \ 438 case $$f in \ 439 *=* | --[!k]*);; \ 440 *k*) failcom='fail=yes';; \ 441 esac; \ 442 done; \ 443 dot_seen=no; \ 444 case "$@" in \ 445 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 446 *) list='$(SUBDIRS)' ;; \ 447 esac; \ 448 rev=''; for subdir in $$list; do \ 449 if test "$$subdir" = "."; then :; else \ 450 rev="$$subdir $$rev"; \ 451 fi; \ 452 done; \ 453 rev="$$rev ."; \ 454 target=`echo $@ | sed s/-recursive//`; \ 455 for subdir in $$rev; do \ 456 echo "Making $$target in $$subdir"; \ 457 if test "$$subdir" = "."; then \ 458 local_target="$$target-am"; \ 459 else \ 460 local_target="$$target"; \ 461 fi; \ 462 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 463 || eval $$failcom; \ 464 done && test -z "$$fail" 465tags-recursive: 466 list='$(SUBDIRS)'; for subdir in $$list; do \ 467 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 468 done 469ctags-recursive: 470 list='$(SUBDIRS)'; for subdir in $$list; do \ 471 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 472 done 473 474ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 475 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 476 unique=`for i in $$list; do \ 477 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 478 done | \ 479 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 480 END { if (nonempty) { for (i in files) print i; }; }'`; \ 481 mkid -fID $$unique 482tags: TAGS 483 484TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 485 $(TAGS_FILES) $(LISP) 486 set x; \ 487 here=`pwd`; \ 488 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 489 include_option=--etags-include; \ 490 empty_fix=.; \ 491 else \ 492 include_option=--include; \ 493 empty_fix=; \ 494 fi; \ 495 list='$(SUBDIRS)'; for subdir in $$list; do \ 496 if test "$$subdir" = .; then :; else \ 497 test ! -f $$subdir/TAGS || \ 498 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 499 fi; \ 500 done; \ 501 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 502 unique=`for i in $$list; do \ 503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 504 done | \ 505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 506 END { if (nonempty) { for (i in files) print i; }; }'`; \ 507 shift; \ 508 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 509 test -n "$$unique" || unique=$$empty_fix; \ 510 if test $$# -gt 0; then \ 511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512 "$$@" $$unique; \ 513 else \ 514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 515 $$unique; \ 516 fi; \ 517 fi 518ctags: CTAGS 519CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 520 $(TAGS_FILES) $(LISP) 521 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 522 unique=`for i in $$list; do \ 523 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 524 done | \ 525 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 526 END { if (nonempty) { for (i in files) print i; }; }'`; \ 527 test -z "$(CTAGS_ARGS)$$unique" \ 528 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 529 $$unique 530 531GTAGS: 532 here=`$(am__cd) $(top_builddir) && pwd` \ 533 && $(am__cd) $(top_srcdir) \ 534 && gtags -i $(GTAGS_ARGS) "$$here" 535 536distclean-tags: 537 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 538 539distdir: $(DISTFILES) 540 $(am__remove_distdir) 541 test -d "$(distdir)" || mkdir "$(distdir)" 542 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 543 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 544 list='$(DISTFILES)'; \ 545 dist_files=`for file in $$list; do echo $$file; done | \ 546 sed -e "s|^$$srcdirstrip/||;t" \ 547 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 548 case $$dist_files in \ 549 */*) $(MKDIR_P) `echo "$$dist_files" | \ 550 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 551 sort -u` ;; \ 552 esac; \ 553 for file in $$dist_files; do \ 554 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 555 if test -d $$d/$$file; then \ 556 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 557 if test -d "$(distdir)/$$file"; then \ 558 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 559 fi; \ 560 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 561 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 563 fi; \ 564 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 565 else \ 566 test -f "$(distdir)/$$file" \ 567 || cp -p $$d/$$file "$(distdir)/$$file" \ 568 || exit 1; \ 569 fi; \ 570 done 571 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 572 if test "$$subdir" = .; then :; else \ 573 test -d "$(distdir)/$$subdir" \ 574 || $(MKDIR_P) "$(distdir)/$$subdir" \ 575 || exit 1; \ 576 fi; \ 577 done 578 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 579 if test "$$subdir" = .; then :; else \ 580 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 581 $(am__relativize); \ 582 new_distdir=$$reldir; \ 583 dir1=$$subdir; dir2="$(top_distdir)"; \ 584 $(am__relativize); \ 585 new_top_distdir=$$reldir; \ 586 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 587 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 588 ($(am__cd) $$subdir && \ 589 $(MAKE) $(AM_MAKEFLAGS) \ 590 top_distdir="$$new_top_distdir" \ 591 distdir="$$new_distdir" \ 592 am__remove_distdir=: \ 593 am__skip_length_check=: \ 594 am__skip_mode_fix=: \ 595 distdir) \ 596 || exit 1; \ 597 fi; \ 598 done 599 $(MAKE) $(AM_MAKEFLAGS) \ 600 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 601 dist-hook 602 -test -n "$(am__skip_mode_fix)" \ 603 || find "$(distdir)" -type d ! -perm -755 \ 604 -exec chmod u+rwx,go+rx {} \; -o \ 605 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 606 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 607 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 608 || chmod -R a+r "$(distdir)" 609dist-gzip: distdir 610 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 611 $(am__remove_distdir) 612dist-bzip2: distdir 613 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 614 $(am__remove_distdir) 615 616dist-lzma: distdir 617 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 618 $(am__remove_distdir) 619 620dist-xz: distdir 621 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 622 $(am__remove_distdir) 623 624dist-tarZ: distdir 625 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 626 $(am__remove_distdir) 627 628dist-shar: distdir 629 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 630 $(am__remove_distdir) 631 632dist-zip: distdir 633 -rm -f $(distdir).zip 634 zip -rq $(distdir).zip $(distdir) 635 $(am__remove_distdir) 636 637dist dist-all: distdir 638 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 639 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 640 $(am__remove_distdir) 641 642# This target untars the dist file and tries a VPATH configuration. Then 643# it guarantees that the distribution is self-contained by making another 644# tarfile. 645distcheck: dist 646 case '$(DIST_ARCHIVES)' in \ 647 *.tar.gz*) \ 648 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 649 *.tar.bz2*) \ 650 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 651 *.tar.lzma*) \ 652 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 653 *.tar.xz*) \ 654 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 655 *.tar.Z*) \ 656 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 657 *.shar.gz*) \ 658 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 659 *.zip*) \ 660 unzip $(distdir).zip ;;\ 661 esac 662 chmod -R a-w $(distdir); chmod a+w $(distdir) 663 mkdir $(distdir)/_build 664 mkdir $(distdir)/_inst 665 chmod a-w $(distdir) 666 test -d $(distdir)/_build || exit 0; \ 667 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 668 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 669 && am__cwd=`pwd` \ 670 && $(am__cd) $(distdir)/_build \ 671 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 672 $(DISTCHECK_CONFIGURE_FLAGS) \ 673 && $(MAKE) $(AM_MAKEFLAGS) \ 674 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 675 && $(MAKE) $(AM_MAKEFLAGS) check \ 676 && $(MAKE) $(AM_MAKEFLAGS) install \ 677 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 678 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 679 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 680 distuninstallcheck \ 681 && chmod -R a-w "$$dc_install_base" \ 682 && ({ \ 683 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 684 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 685 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 686 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 687 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 688 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 689 && rm -rf "$$dc_destdir" \ 690 && $(MAKE) $(AM_MAKEFLAGS) dist \ 691 && rm -rf $(DIST_ARCHIVES) \ 692 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 693 && cd "$$am__cwd" \ 694 || exit 1 695 $(am__remove_distdir) 696 @(echo "$(distdir) archives ready for distribution: "; \ 697 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 698 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 699distuninstallcheck: 700 @$(am__cd) '$(distuninstallcheck_dir)' \ 701 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 702 || { echo "ERROR: files left after uninstall:" ; \ 703 if test -n "$(DESTDIR)"; then \ 704 echo " (check DESTDIR support)"; \ 705 fi ; \ 706 $(distuninstallcheck_listfiles) ; \ 707 exit 1; } >&2 708distcleancheck: distclean 709 @if test '$(srcdir)' = . ; then \ 710 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 711 exit 1 ; \ 712 fi 713 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 714 || { echo "ERROR: files left in build directory after distclean:" ; \ 715 $(distcleancheck_listfiles) ; \ 716 exit 1; } >&2 717check-am: all-am 718check: check-recursive 719all-am: Makefile $(PROGRAMS) config.h 720installdirs: installdirs-recursive 721installdirs-am: 722 for dir in "$(DESTDIR)$(bindir)"; do \ 723 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 724 done 725install: install-recursive 726install-exec: install-exec-recursive 727install-data: install-data-recursive 728uninstall: uninstall-recursive 729 730install-am: all-am 731 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 732 733installcheck: installcheck-recursive 734install-strip: 735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 737 `test -z '$(STRIP)' || \ 738 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 739mostlyclean-generic: 740 741clean-generic: 742 743distclean-generic: 744 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 745 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 746 747maintainer-clean-generic: 748 @echo "This command is intended for maintainers to use" 749 @echo "it deletes files that may require special tools to rebuild." 750 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 751clean: clean-recursive 752 753clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 754 755distclean: distclean-recursive 756 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 757 -rm -rf ./$(DEPDIR) 758 -rm -f Makefile 759distclean-am: clean-am distclean-compile distclean-generic \ 760 distclean-hdr distclean-tags 761 762dvi: dvi-recursive 763 764dvi-am: 765 766html: html-recursive 767 768html-am: 769 770info: info-recursive 771 772info-am: 773 774install-data-am: 775 776install-dvi: install-dvi-recursive 777 778install-dvi-am: 779 780install-exec-am: install-binPROGRAMS 781 782install-html: install-html-recursive 783 784install-html-am: 785 786install-info: install-info-recursive 787 788install-info-am: 789 790install-man: 791 792install-pdf: install-pdf-recursive 793 794install-pdf-am: 795 796install-ps: install-ps-recursive 797 798install-ps-am: 799 800installcheck-am: 801 802maintainer-clean: maintainer-clean-recursive 803 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 804 -rm -rf $(top_srcdir)/autom4te.cache 805 -rm -rf ./$(DEPDIR) 806 -rm -f Makefile 807maintainer-clean-am: distclean-am maintainer-clean-generic 808 809mostlyclean: mostlyclean-recursive 810 811mostlyclean-am: mostlyclean-compile mostlyclean-generic 812 813pdf: pdf-recursive 814 815pdf-am: 816 817ps: ps-recursive 818 819ps-am: 820 821uninstall-am: uninstall-binPROGRAMS 822 823.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 824 ctags-recursive install-am install-strip tags-recursive 825 826.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 827 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 828 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 829 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 830 dist-zip distcheck distclean distclean-compile \ 831 distclean-generic distclean-hdr distclean-tags distcleancheck \ 832 distdir distuninstallcheck dvi dvi-am html html-am info \ 833 info-am install install-am install-binPROGRAMS install-data \ 834 install-data-am install-dvi install-dvi-am install-exec \ 835 install-exec-am install-html install-html-am install-info \ 836 install-info-am install-man install-pdf install-pdf-am \ 837 install-ps install-ps-am install-strip installcheck \ 838 installcheck-am installdirs installdirs-am maintainer-clean \ 839 maintainer-clean-generic mostlyclean mostlyclean-compile \ 840 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 841 uninstall uninstall-am uninstall-binPROGRAMS 842 843 844.PHONY: ChangeLog INSTALL 845 846INSTALL: 847 $(INSTALL_CMD) 848 849ChangeLog: 850 $(CHANGELOG_CMD) 851 852dist-hook: ChangeLog INSTALL 853 854# Tell versions [3.59,3.63) of GNU make to not export all variables. 855# Otherwise a system limit (for SysV at least) may be exceeded. 856.NOEXPORT: 857