Changeset 6452 for pkg/frankie/main/synaptic/trunk/doc/html/Makefile.in
- Timestamp:
- 03/10/10 03:09:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/synaptic/trunk/doc/html/Makefile.in
r5661 r6452 1 # Makefile.in generated by automake 1.1 0.2from Makefile.am.1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6 # Inc. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 16 17 VPATH = @srcdir@ 17 18 pkgdatadir = $(datadir)/@PACKAGE@ 19 pkgincludedir = $(includedir)/@PACKAGE@ 18 20 pkglibdir = $(libdir)/@PACKAGE@ 19 pkg includedir = $(includedir)/@PACKAGE@21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 20 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 21 23 install_sh_DATA = $(install_sh) -c -m 644 … … 40 42 CONFIG_HEADER = $(top_builddir)/config.h 41 43 CONFIG_CLEAN_FILES = 44 CONFIG_CLEAN_VPATH_FILES = 42 45 SOURCES = 43 46 DIST_SOURCES = … … 51 54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 52 55 distclean-recursive maintainer-clean-recursive 56 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 57 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 58 distdir 53 59 ETAGS = etags 54 60 CTAGS = ctags 55 61 DIST_SUBDIRS = $(SUBDIRS) 56 62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 63 am__relativize = \ 64 dir0=`pwd`; \ 65 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 66 sed_rest='s,^[^/]*/*,,'; \ 67 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 68 sed_butlast='s,/*[^/]*$$,,'; \ 69 while test -n "$$dir1"; do \ 70 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 71 if test "$$first" != "."; then \ 72 if test "$$first" = ".."; then \ 73 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 74 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 75 else \ 76 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 77 if test "$$first2" = "$$first"; then \ 78 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 79 else \ 80 dir2="../$$dir2"; \ 81 fi; \ 82 dir0="$$dir0"/"$$first"; \ 83 fi; \ 84 fi; \ 85 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 86 done; \ 87 reldir="$$dir2" 57 88 ACLOCAL = @ACLOCAL@ 58 89 ALL_LINGUAS = @ALL_LINGUAS@ … … 121 152 PACKAGE_STRING = @PACKAGE_STRING@ 122 153 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 154 PACKAGE_URL = @PACKAGE_URL@ 123 155 PACKAGE_VERSION = @PACKAGE_VERSION@ 124 156 PATH_SEPARATOR = @PATH_SEPARATOR@ … … 196 228 esac; \ 197 229 done; \ 198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/html/Makefile'; \199 cd$(top_srcdir) && \200 $(AUTOMAKE) --gnu doc/html/Makefile230 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/html/Makefile'; \ 231 $(am__cd) $(top_srcdir) && \ 232 $(AUTOMAKE) --gnu doc/html/Makefile 201 233 .PRECIOUS: Makefile 202 234 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 216 248 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 217 249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 250 $(am__aclocal_m4_deps): 218 251 219 252 # This directory's subdirectories are mostly independent; you can cd … … 224 257 # (2) otherwise, pass the desired values on the `make' command line. 225 258 $(RECURSIVE_TARGETS): 226 @fail com='exit 1'; \259 @fail= failcom='exit 1'; \ 227 260 for f in x $$MAKEFLAGS; do \ 228 261 case $$f in \ … … 241 274 local_target="$$target"; \ 242 275 fi; \ 243 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \276 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 244 277 || eval $$failcom; \ 245 278 done; \ … … 249 282 250 283 $(RECURSIVE_CLEAN_TARGETS): 251 @fail com='exit 1'; \284 @fail= failcom='exit 1'; \ 252 285 for f in x $$MAKEFLAGS; do \ 253 286 case $$f in \ … … 275 308 local_target="$$target"; \ 276 309 fi; \ 277 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \310 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 278 311 || eval $$failcom; \ 279 312 done && test -z "$$fail" 280 313 tags-recursive: 281 314 list='$(SUBDIRS)'; for subdir in $$list; do \ 282 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \315 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 283 316 done 284 317 ctags-recursive: 285 318 list='$(SUBDIRS)'; for subdir in $$list; do \ 286 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \319 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 287 320 done 288 321 … … 299 332 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 300 333 $(TAGS_FILES) $(LISP) 301 tags=; \334 set x; \ 302 335 here=`pwd`; \ 303 336 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … 311 344 if test "$$subdir" = .; then :; else \ 312 345 test ! -f $$subdir/TAGS || \ 313 tags="$$tags$$include_option=$$here/$$subdir/TAGS"; \346 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 314 347 fi; \ 315 348 done; \ … … 320 353 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 321 354 END { if (nonempty) { for (i in files) print i; }; }'`; \ 322 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 355 shift; \ 356 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 323 357 test -n "$$unique" || unique=$$empty_fix; \ 324 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 325 $$tags $$unique; \ 358 if test $$# -gt 0; then \ 359 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 360 "$$@" $$unique; \ 361 else \ 362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 363 $$unique; \ 364 fi; \ 326 365 fi 327 366 ctags: CTAGS 328 367 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 329 368 $(TAGS_FILES) $(LISP) 330 tags=; \331 369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 332 370 unique=`for i in $$list; do \ … … 335 373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 336 374 END { if (nonempty) { for (i in files) print i; }; }'`; \ 337 test -z "$(CTAGS_ARGS)$$ tags$$unique" \375 test -z "$(CTAGS_ARGS)$$unique" \ 338 376 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 339 $$ tags $$unique377 $$unique 340 378 341 379 GTAGS: 342 380 here=`$(am__cd) $(top_builddir) && pwd` \ 343 && cd$(top_srcdir) \344 && gtags -i $(GTAGS_ARGS) $$here381 && $(am__cd) $(top_srcdir) \ 382 && gtags -i $(GTAGS_ARGS) "$$here" 345 383 346 384 distclean-tags: … … 363 401 if test -d $$d/$$file; then \ 364 402 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 403 if test -d "$(distdir)/$$file"; then \ 404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 405 fi; \ 365 406 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 366 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 407 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 367 409 fi; \ 368 cp - pR $$d/$$file $(distdir)$$dir|| exit 1; \410 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 369 411 else \ 370 test -f $(distdir)/$$file\371 || cp -p $$d/$$file $(distdir)/$$file\412 test -f "$(distdir)/$$file" \ 413 || cp -p $$d/$$file "$(distdir)/$$file" \ 372 414 || exit 1; \ 373 415 fi; \ 374 416 done 375 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \417 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 376 418 if test "$$subdir" = .; then :; else \ 377 419 test -d "$(distdir)/$$subdir" \ 378 420 || $(MKDIR_P) "$(distdir)/$$subdir" \ 379 421 || exit 1; \ 380 distdir=`$(am__cd) $(distdir) && pwd`; \ 381 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 382 (cd $$subdir && \ 422 fi; \ 423 done 424 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 425 if test "$$subdir" = .; then :; else \ 426 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 427 $(am__relativize); \ 428 new_distdir=$$reldir; \ 429 dir1=$$subdir; dir2="$(top_distdir)"; \ 430 $(am__relativize); \ 431 new_top_distdir=$$reldir; \ 432 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 433 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 434 ($(am__cd) $$subdir && \ 383 435 $(MAKE) $(AM_MAKEFLAGS) \ 384 top_distdir="$$ top_distdir" \385 distdir="$$ distdir/$$subdir" \436 top_distdir="$$new_top_distdir" \ 437 distdir="$$new_distdir" \ 386 438 am__remove_distdir=: \ 387 439 am__skip_length_check=: \ 440 am__skip_mode_fix=: \ 388 441 distdir) \ 389 442 || exit 1; \ … … 415 468 distclean-generic: 416 469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 470 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 417 471 418 472 maintainer-clean-generic: … … 433 487 html: html-recursive 434 488 489 html-am: 490 435 491 info: info-recursive 436 492 … … 441 497 install-dvi: install-dvi-recursive 442 498 499 install-dvi-am: 500 443 501 install-exec-am: 444 502 445 503 install-html: install-html-recursive 446 504 505 install-html-am: 506 447 507 install-info: install-info-recursive 448 508 509 install-info-am: 510 449 511 install-man: 450 512 451 513 install-pdf: install-pdf-recursive 452 514 515 install-pdf-am: 516 453 517 install-ps: install-ps-recursive 518 519 install-ps-am: 454 520 455 521 installcheck-am: … … 473 539 uninstall-am: 474 540 475 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am\476 install- strip541 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 542 install-am install-strip tags-recursive 477 543 478 544 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ … … 489 555 tags-recursive uninstall uninstall-am 490 556 557 491 558 # Tell versions [3.59,3.63) of GNU make to not export all variables. 492 559 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.


