Makefile.in revision 64ce7165
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 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 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@ 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23install_sh_DATA = $(install_sh) -c -m 644 24install_sh_PROGRAM = $(install_sh) -c 25install_sh_SCRIPT = $(install_sh) -c 26INSTALL_HEADER = $(INSTALL_DATA) 27transform = $(program_transform_name) 28NORMAL_INSTALL = : 29PRE_INSTALL = : 30POST_INSTALL = : 31NORMAL_UNINSTALL = : 32PRE_UNINSTALL = : 33POST_UNINSTALL = : 34build_triplet = @build@ 35host_triplet = @host@ 36bin_PROGRAMS = xhost$(EXEEXT) 37subdir = . 38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 41 config.guess config.sub depcomp install-sh missing 42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 $(ACLOCAL_M4) 46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 47 configure.lineno config.status.lineno 48mkinstalldirs = $(install_sh) -d 49CONFIG_HEADER = config.h 50CONFIG_CLEAN_FILES = 51am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 53PROGRAMS = $(bin_PROGRAMS) 54am_xhost_OBJECTS = xhost-xhost.$(OBJEXT) 55xhost_OBJECTS = $(am_xhost_OBJECTS) 56xhost_DEPENDENCIES = 57xhost_LINK = $(CCLD) $(xhost_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 58 $(LDFLAGS) -o $@ 59DEFAULT_INCLUDES = -I.@am__isrc@ 60depcomp = $(SHELL) $(top_srcdir)/depcomp 61am__depfiles_maybe = depfiles 62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 64CCLD = $(CC) 65LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 66SOURCES = $(xhost_SOURCES) 67DIST_SOURCES = $(xhost_SOURCES) 68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 69am__vpath_adj = case $$p in \ 70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 71 *) f=$$p;; \ 72 esac; 73am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 74appmanDATA_INSTALL = $(INSTALL_DATA) 75DATA = $(appman_DATA) 76ETAGS = etags 77CTAGS = ctags 78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 79distdir = $(PACKAGE)-$(VERSION) 80top_distdir = $(distdir) 81am__remove_distdir = \ 82 { test ! -d $(distdir) \ 83 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 84 && rm -fr $(distdir); }; } 85DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 86GZIP_ENV = --best 87distuninstallcheck_listfiles = find . -type f -print 88distcleancheck_listfiles = find . -type f -print 89ACLOCAL = @ACLOCAL@ 90ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 91ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 92AMTAR = @AMTAR@ 93APP_MAN_DIR = @APP_MAN_DIR@ 94APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 95AUTOCONF = @AUTOCONF@ 96AUTOHEADER = @AUTOHEADER@ 97AUTOMAKE = @AUTOMAKE@ 98AWK = @AWK@ 99CC = @CC@ 100CCDEPMODE = @CCDEPMODE@ 101CFLAGS = @CFLAGS@ 102CPPFLAGS = @CPPFLAGS@ 103CYGPATH_W = @CYGPATH_W@ 104DEFS = @DEFS@ 105DEPDIR = @DEPDIR@ 106DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 107DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 108ECHO_C = @ECHO_C@ 109ECHO_N = @ECHO_N@ 110ECHO_T = @ECHO_T@ 111EXEEXT = @EXEEXT@ 112FILE_MAN_DIR = @FILE_MAN_DIR@ 113FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 114INSTALL = @INSTALL@ 115INSTALL_DATA = @INSTALL_DATA@ 116INSTALL_PROGRAM = @INSTALL_PROGRAM@ 117INSTALL_SCRIPT = @INSTALL_SCRIPT@ 118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 119LDFLAGS = @LDFLAGS@ 120LIBOBJS = @LIBOBJS@ 121LIBS = @LIBS@ 122LIB_MAN_DIR = @LIB_MAN_DIR@ 123LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 124LTLIBOBJS = @LTLIBOBJS@ 125MAINT = @MAINT@ 126MAKEINFO = @MAKEINFO@ 127MISC_MAN_DIR = @MISC_MAN_DIR@ 128MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 129MKDIR_P = @MKDIR_P@ 130OBJEXT = @OBJEXT@ 131PACKAGE = @PACKAGE@ 132PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 133PACKAGE_NAME = @PACKAGE_NAME@ 134PACKAGE_STRING = @PACKAGE_STRING@ 135PACKAGE_TARNAME = @PACKAGE_TARNAME@ 136PACKAGE_VERSION = @PACKAGE_VERSION@ 137PATH_SEPARATOR = @PATH_SEPARATOR@ 138PKG_CONFIG = @PKG_CONFIG@ 139SET_MAKE = @SET_MAKE@ 140SHELL = @SHELL@ 141STRIP = @STRIP@ 142VERSION = @VERSION@ 143XHOST_CFLAGS = @XHOST_CFLAGS@ 144XHOST_LIBS = @XHOST_LIBS@ 145abs_builddir = @abs_builddir@ 146abs_srcdir = @abs_srcdir@ 147abs_top_builddir = @abs_top_builddir@ 148abs_top_srcdir = @abs_top_srcdir@ 149ac_ct_CC = @ac_ct_CC@ 150am__include = @am__include@ 151am__leading_dot = @am__leading_dot@ 152am__quote = @am__quote@ 153am__tar = @am__tar@ 154am__untar = @am__untar@ 155bindir = @bindir@ 156build = @build@ 157build_alias = @build_alias@ 158build_cpu = @build_cpu@ 159build_os = @build_os@ 160build_vendor = @build_vendor@ 161builddir = @builddir@ 162datadir = @datadir@ 163datarootdir = @datarootdir@ 164docdir = @docdir@ 165dvidir = @dvidir@ 166exec_prefix = @exec_prefix@ 167host = @host@ 168host_alias = @host_alias@ 169host_cpu = @host_cpu@ 170host_os = @host_os@ 171host_vendor = @host_vendor@ 172htmldir = @htmldir@ 173includedir = @includedir@ 174infodir = @infodir@ 175install_sh = @install_sh@ 176libdir = @libdir@ 177libexecdir = @libexecdir@ 178localedir = @localedir@ 179localstatedir = @localstatedir@ 180mandir = @mandir@ 181mkdir_p = @mkdir_p@ 182oldincludedir = @oldincludedir@ 183pdfdir = @pdfdir@ 184prefix = @prefix@ 185program_transform_name = @program_transform_name@ 186psdir = @psdir@ 187sbindir = @sbindir@ 188sharedstatedir = @sharedstatedir@ 189srcdir = @srcdir@ 190sysconfdir = @sysconfdir@ 191target_alias = @target_alias@ 192top_builddir = @top_builddir@ 193top_srcdir = @top_srcdir@ 194xhost_SOURCES = xhost.c 195xhost_CFLAGS = @XHOST_CFLAGS@ 196xhost_LDADD = @XHOST_LIBS@ 197appman_PRE = xhost.man 198appmandir = $(APP_MAN_DIR) 199appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 200EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh 201CLEANFILES = $(appman_DATA) 202MAINTAINERCLEANFILES = ChangeLog 203SED = sed 204 205# Strings to replace in man pages 206XORGRELSTRING = @PACKAGE_STRING@ 207XORGMANNAME = X Version 11 208MAN_SUBSTS = \ 209 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 210 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 211 -e 's|__xservername__|Xorg|g' \ 212 -e 's|__xconfigfile__|xorg.conf|g' \ 213 -e 's|__projectroot__|$(prefix)|g' \ 214 -e 's|__apploaddir__|$(appdefaultdir)|' \ 215 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 216 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 217 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 218 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 219 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 220 221SUFFIXES = .$(APP_MAN_SUFFIX) .man 222all: config.h 223 $(MAKE) $(AM_MAKEFLAGS) all-am 224 225.SUFFIXES: 226.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 227am--refresh: 228 @: 229$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 230 @for dep in $?; do \ 231 case '$(am__configure_deps)' in \ 232 *$$dep*) \ 233 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 234 cd $(srcdir) && $(AUTOMAKE) --gnu \ 235 && exit 0; \ 236 exit 1;; \ 237 esac; \ 238 done; \ 239 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 240 cd $(top_srcdir) && \ 241 $(AUTOMAKE) --gnu Makefile 242.PRECIOUS: Makefile 243Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 244 @case '$?' in \ 245 *config.status*) \ 246 echo ' $(SHELL) ./config.status'; \ 247 $(SHELL) ./config.status;; \ 248 *) \ 249 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 250 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 251 esac; 252 253$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 254 $(SHELL) ./config.status --recheck 255 256$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 257 cd $(srcdir) && $(AUTOCONF) 258$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 259 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 260 261config.h: stamp-h1 262 @if test ! -f $@; then \ 263 rm -f stamp-h1; \ 264 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 265 else :; fi 266 267stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 268 @rm -f stamp-h1 269 cd $(top_builddir) && $(SHELL) ./config.status config.h 270$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 271 cd $(top_srcdir) && $(AUTOHEADER) 272 rm -f stamp-h1 273 touch $@ 274 275distclean-hdr: 276 -rm -f config.h stamp-h1 277install-binPROGRAMS: $(bin_PROGRAMS) 278 @$(NORMAL_INSTALL) 279 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 280 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 281 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 282 if test -f $$p \ 283 ; then \ 284 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 285 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 286 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 287 else :; fi; \ 288 done 289 290uninstall-binPROGRAMS: 291 @$(NORMAL_UNINSTALL) 292 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 293 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 294 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 295 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 296 done 297 298clean-binPROGRAMS: 299 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 300xhost$(EXEEXT): $(xhost_OBJECTS) $(xhost_DEPENDENCIES) 301 @rm -f xhost$(EXEEXT) 302 $(xhost_LINK) $(xhost_OBJECTS) $(xhost_LDADD) $(LIBS) 303 304mostlyclean-compile: 305 -rm -f *.$(OBJEXT) 306 307distclean-compile: 308 -rm -f *.tab.c 309 310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xhost-xhost.Po@am__quote@ 311 312.c.o: 313@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 314@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 315@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 316@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 317@am__fastdepCC_FALSE@ $(COMPILE) -c $< 318 319.c.obj: 320@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 321@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 322@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 323@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 324@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 325 326xhost-xhost.o: xhost.c 327@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xhost_CFLAGS) $(CFLAGS) -MT xhost-xhost.o -MD -MP -MF $(DEPDIR)/xhost-xhost.Tpo -c -o xhost-xhost.o `test -f 'xhost.c' || echo '$(srcdir)/'`xhost.c 328@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xhost-xhost.Tpo $(DEPDIR)/xhost-xhost.Po 329@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xhost.c' object='xhost-xhost.o' libtool=no @AMDEPBACKSLASH@ 330@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 331@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xhost_CFLAGS) $(CFLAGS) -c -o xhost-xhost.o `test -f 'xhost.c' || echo '$(srcdir)/'`xhost.c 332 333xhost-xhost.obj: xhost.c 334@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xhost_CFLAGS) $(CFLAGS) -MT xhost-xhost.obj -MD -MP -MF $(DEPDIR)/xhost-xhost.Tpo -c -o xhost-xhost.obj `if test -f 'xhost.c'; then $(CYGPATH_W) 'xhost.c'; else $(CYGPATH_W) '$(srcdir)/xhost.c'; fi` 335@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xhost-xhost.Tpo $(DEPDIR)/xhost-xhost.Po 336@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xhost.c' object='xhost-xhost.obj' libtool=no @AMDEPBACKSLASH@ 337@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 338@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xhost_CFLAGS) $(CFLAGS) -c -o xhost-xhost.obj `if test -f 'xhost.c'; then $(CYGPATH_W) 'xhost.c'; else $(CYGPATH_W) '$(srcdir)/xhost.c'; fi` 339install-appmanDATA: $(appman_DATA) 340 @$(NORMAL_INSTALL) 341 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 342 @list='$(appman_DATA)'; for p in $$list; do \ 343 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 344 f=$(am__strip_dir) \ 345 echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \ 346 $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \ 347 done 348 349uninstall-appmanDATA: 350 @$(NORMAL_UNINSTALL) 351 @list='$(appman_DATA)'; for p in $$list; do \ 352 f=$(am__strip_dir) \ 353 echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \ 354 rm -f "$(DESTDIR)$(appmandir)/$$f"; \ 355 done 356 357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 359 unique=`for i in $$list; do \ 360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 361 done | \ 362 $(AWK) ' { files[$$0] = 1; } \ 363 END { for (i in files) print i; }'`; \ 364 mkid -fID $$unique 365tags: TAGS 366 367TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 368 $(TAGS_FILES) $(LISP) 369 tags=; \ 370 here=`pwd`; \ 371 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 372 unique=`for i in $$list; do \ 373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 374 done | \ 375 $(AWK) ' { files[$$0] = 1; } \ 376 END { for (i in files) print i; }'`; \ 377 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 378 test -n "$$unique" || unique=$$empty_fix; \ 379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 380 $$tags $$unique; \ 381 fi 382ctags: CTAGS 383CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 384 $(TAGS_FILES) $(LISP) 385 tags=; \ 386 here=`pwd`; \ 387 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 388 unique=`for i in $$list; do \ 389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 390 done | \ 391 $(AWK) ' { files[$$0] = 1; } \ 392 END { for (i in files) print i; }'`; \ 393 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 395 $$tags $$unique 396 397GTAGS: 398 here=`$(am__cd) $(top_builddir) && pwd` \ 399 && cd $(top_srcdir) \ 400 && gtags -i $(GTAGS_ARGS) $$here 401 402distclean-tags: 403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 404 405distdir: $(DISTFILES) 406 $(am__remove_distdir) 407 test -d $(distdir) || mkdir $(distdir) 408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 list='$(DISTFILES)'; \ 411 dist_files=`for file in $$list; do echo $$file; done | \ 412 sed -e "s|^$$srcdirstrip/||;t" \ 413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 414 case $$dist_files in \ 415 */*) $(MKDIR_P) `echo "$$dist_files" | \ 416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 417 sort -u` ;; \ 418 esac; \ 419 for file in $$dist_files; do \ 420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 421 if test -d $$d/$$file; then \ 422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 423 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 424 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 425 fi; \ 426 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 427 else \ 428 test -f $(distdir)/$$file \ 429 || cp -p $$d/$$file $(distdir)/$$file \ 430 || exit 1; \ 431 fi; \ 432 done 433 $(MAKE) $(AM_MAKEFLAGS) \ 434 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 435 dist-hook 436 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 437 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 438 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 439 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 440 || chmod -R a+r $(distdir) 441dist-gzip: distdir 442 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 443 $(am__remove_distdir) 444dist-bzip2: distdir 445 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 446 $(am__remove_distdir) 447 448dist-tarZ: distdir 449 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 450 $(am__remove_distdir) 451 452dist-shar: distdir 453 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 454 $(am__remove_distdir) 455 456dist-zip: distdir 457 -rm -f $(distdir).zip 458 zip -rq $(distdir).zip $(distdir) 459 $(am__remove_distdir) 460 461dist dist-all: distdir 462 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 463 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 464 $(am__remove_distdir) 465 466# This target untars the dist file and tries a VPATH configuration. Then 467# it guarantees that the distribution is self-contained by making another 468# tarfile. 469distcheck: dist 470 case '$(DIST_ARCHIVES)' in \ 471 *.tar.gz*) \ 472 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 473 *.tar.bz2*) \ 474 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 475 *.tar.Z*) \ 476 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 477 *.shar.gz*) \ 478 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 479 *.zip*) \ 480 unzip $(distdir).zip ;;\ 481 esac 482 chmod -R a-w $(distdir); chmod a+w $(distdir) 483 mkdir $(distdir)/_build 484 mkdir $(distdir)/_inst 485 chmod a-w $(distdir) 486 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 487 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 488 && cd $(distdir)/_build \ 489 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 490 $(DISTCHECK_CONFIGURE_FLAGS) \ 491 && $(MAKE) $(AM_MAKEFLAGS) \ 492 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 493 && $(MAKE) $(AM_MAKEFLAGS) check \ 494 && $(MAKE) $(AM_MAKEFLAGS) install \ 495 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 496 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 497 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 498 distuninstallcheck \ 499 && chmod -R a-w "$$dc_install_base" \ 500 && ({ \ 501 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 502 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 503 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 504 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 505 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 506 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 507 && rm -rf "$$dc_destdir" \ 508 && $(MAKE) $(AM_MAKEFLAGS) dist \ 509 && rm -rf $(DIST_ARCHIVES) \ 510 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 511 $(am__remove_distdir) 512 @(echo "$(distdir) archives ready for distribution: "; \ 513 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 514 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 515distuninstallcheck: 516 @cd $(distuninstallcheck_dir) \ 517 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 518 || { echo "ERROR: files left after uninstall:" ; \ 519 if test -n "$(DESTDIR)"; then \ 520 echo " (check DESTDIR support)"; \ 521 fi ; \ 522 $(distuninstallcheck_listfiles) ; \ 523 exit 1; } >&2 524distcleancheck: distclean 525 @if test '$(srcdir)' = . ; then \ 526 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 527 exit 1 ; \ 528 fi 529 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 530 || { echo "ERROR: files left in build directory after distclean:" ; \ 531 $(distcleancheck_listfiles) ; \ 532 exit 1; } >&2 533check-am: all-am 534check: check-am 535all-am: Makefile $(PROGRAMS) $(DATA) config.h 536installdirs: 537 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 538 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 539 done 540install: install-am 541install-exec: install-exec-am 542install-data: install-data-am 543uninstall: uninstall-am 544 545install-am: all-am 546 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 547 548installcheck: installcheck-am 549install-strip: 550 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 551 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 552 `test -z '$(STRIP)' || \ 553 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 554mostlyclean-generic: 555 556clean-generic: 557 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 558 559distclean-generic: 560 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 561 562maintainer-clean-generic: 563 @echo "This command is intended for maintainers to use" 564 @echo "it deletes files that may require special tools to rebuild." 565 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 566clean: clean-am 567 568clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 569 570distclean: distclean-am 571 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 572 -rm -rf ./$(DEPDIR) 573 -rm -f Makefile 574distclean-am: clean-am distclean-compile distclean-generic \ 575 distclean-hdr distclean-tags 576 577dvi: dvi-am 578 579dvi-am: 580 581html: html-am 582 583info: info-am 584 585info-am: 586 587install-data-am: install-appmanDATA 588 589install-dvi: install-dvi-am 590 591install-exec-am: install-binPROGRAMS 592 593install-html: install-html-am 594 595install-info: install-info-am 596 597install-man: 598 599install-pdf: install-pdf-am 600 601install-ps: install-ps-am 602 603installcheck-am: 604 605maintainer-clean: maintainer-clean-am 606 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 607 -rm -rf $(top_srcdir)/autom4te.cache 608 -rm -rf ./$(DEPDIR) 609 -rm -f Makefile 610maintainer-clean-am: distclean-am maintainer-clean-generic 611 612mostlyclean: mostlyclean-am 613 614mostlyclean-am: mostlyclean-compile mostlyclean-generic 615 616pdf: pdf-am 617 618pdf-am: 619 620ps: ps-am 621 622ps-am: 623 624uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 625 626.MAKE: install-am install-strip 627 628.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 629 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 630 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \ 631 distclean distclean-compile distclean-generic distclean-hdr \ 632 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 633 dvi-am html html-am info info-am install install-am \ 634 install-appmanDATA install-binPROGRAMS install-data \ 635 install-data-am install-dvi install-dvi-am install-exec \ 636 install-exec-am install-html install-html-am install-info \ 637 install-info-am install-man install-pdf install-pdf-am \ 638 install-ps install-ps-am install-strip installcheck \ 639 installcheck-am installdirs maintainer-clean \ 640 maintainer-clean-generic mostlyclean mostlyclean-compile \ 641 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 642 uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS 643 644 645.PHONY: ChangeLog 646 647ChangeLog: 648 (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) 649 650dist-hook: ChangeLog 651 652.man.$(APP_MAN_SUFFIX): 653 sed $(MAN_SUBSTS) < $< > $@ 654# Tell versions [3.59,3.63) of GNU make to not export all variables. 655# Otherwise a system limit (for SysV at least) may be exceeded. 656.NOEXPORT: 657