1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = inc/libstaroffice 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 94 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ 95 $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ 96 $(top_srcdir)/m4/dlp_fallthrough.m4 \ 97 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 98 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 99 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 $(ACLOCAL_M4) 102DIST_COMMON = $(srcdir)/Makefile.am $(dist_libstaroffice_HEADERS) \ 103 $(am__DIST_COMMON) 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = $(top_builddir)/config.h 106CONFIG_CLEAN_FILES = 107CONFIG_CLEAN_VPATH_FILES = 108AM_V_P = $(am__v_P_@AM_V@) 109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 110am__v_P_0 = false 111am__v_P_1 = : 112AM_V_GEN = $(am__v_GEN_@AM_V@) 113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 114am__v_GEN_0 = @echo " GEN " $@; 115am__v_GEN_1 = 116AM_V_at = $(am__v_at_@AM_V@) 117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 118am__v_at_0 = @ 119am__v_at_1 = 120SOURCES = 121DIST_SOURCES = 122am__can_run_installinfo = \ 123 case $$AM_UPDATE_INFO_DIR in \ 124 n|no|NO) false;; \ 125 *) (install-info --version) >/dev/null 2>&1;; \ 126 esac 127am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 128am__vpath_adj = case $$p in \ 129 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 130 *) f=$$p;; \ 131 esac; 132am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 133am__install_max = 40 134am__nobase_strip_setup = \ 135 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 136am__nobase_strip = \ 137 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 138am__nobase_list = $(am__nobase_strip_setup); \ 139 for p in $$list; do echo "$$p $$p"; done | \ 140 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 141 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 142 if (++n[$$2] == $(am__install_max)) \ 143 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 144 END { for (dir in files) print dir, files[dir] }' 145am__base_list = \ 146 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 147 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 148am__uninstall_files_from_dir = { \ 149 test -z "$$files" \ 150 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 151 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 152 $(am__cd) "$$dir" && rm -f $$files; }; \ 153 } 154am__installdirs = "$(DESTDIR)$(libstarofficedir)" 155HEADERS = $(dist_libstaroffice_HEADERS) 156am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 157# Read a list of newline-separated strings from the standard input, 158# and print each of them once, without duplicates. Input order is 159# *not* preserved. 160am__uniquify_input = $(AWK) '\ 161 BEGIN { nonempty = 0; } \ 162 { items[$$0] = 1; nonempty = 1; } \ 163 END { if (nonempty) { for (i in items) print i; }; } \ 164' 165# Make sure the list of sources is unique. This is necessary because, 166# e.g., the same source file might be shared among _SOURCES variables 167# for different programs/libraries. 168am__define_uniq_tagged_files = \ 169 list='$(am__tagged_files)'; \ 170 unique=`for i in $$list; do \ 171 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 172 done | $(am__uniquify_input)` 173ETAGS = etags 174CTAGS = ctags 175am__DIST_COMMON = $(srcdir)/Makefile.in 176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 177ACLOCAL = @ACLOCAL@ 178AMTAR = @AMTAR@ 179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 180AR = @AR@ 181AS = @AS@ 182AUTOCONF = @AUTOCONF@ 183AUTOHEADER = @AUTOHEADER@ 184AUTOMAKE = @AUTOMAKE@ 185AWK = @AWK@ 186CC = @CC@ 187CCDEPMODE = @CCDEPMODE@ 188CFLAGS = @CFLAGS@ 189CPP = @CPP@ 190CPPFLAGS = @CPPFLAGS@ 191CXX = @CXX@ 192CXXCPP = @CXXCPP@ 193CXXDEPMODE = @CXXDEPMODE@ 194CXXFLAGS = @CXXFLAGS@ 195CYGPATH_W = @CYGPATH_W@ 196DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@ 197DEFS = @DEFS@ 198DEPDIR = @DEPDIR@ 199DLLTOOL = @DLLTOOL@ 200DOXYGEN = @DOXYGEN@ 201DSYMUTIL = @DSYMUTIL@ 202DUMPBIN = @DUMPBIN@ 203ECHO_C = @ECHO_C@ 204ECHO_N = @ECHO_N@ 205ECHO_T = @ECHO_T@ 206EGREP = @EGREP@ 207EXEEXT = @EXEEXT@ 208FGREP = @FGREP@ 209GREP = @GREP@ 210HAVE_CXX11 = @HAVE_CXX11@ 211INSTALL = @INSTALL@ 212INSTALL_DATA = @INSTALL_DATA@ 213INSTALL_PROGRAM = @INSTALL_PROGRAM@ 214INSTALL_SCRIPT = @INSTALL_SCRIPT@ 215INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 216LD = @LD@ 217LDFLAGS = @LDFLAGS@ 218LIBOBJS = @LIBOBJS@ 219LIBS = @LIBS@ 220LIBSTAROFFICE_STREAM_WIN32_RESOURCE = @LIBSTAROFFICE_STREAM_WIN32_RESOURCE@ 221LIBSTAROFFICE_WIN32_RESOURCE = @LIBSTAROFFICE_WIN32_RESOURCE@ 222LIBTOOL = @LIBTOOL@ 223LIPO = @LIPO@ 224LN_S = @LN_S@ 225LTLIBOBJS = @LTLIBOBJS@ 226LT_AGE = @LT_AGE@ 227LT_CURRENT = @LT_CURRENT@ 228LT_REVISION = @LT_REVISION@ 229LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 230MAKEINFO = @MAKEINFO@ 231MANIFEST_TOOL = @MANIFEST_TOOL@ 232MKDIR_P = @MKDIR_P@ 233NM = @NM@ 234NMEDIT = @NMEDIT@ 235OBJDUMP = @OBJDUMP@ 236OBJEXT = @OBJEXT@ 237OTOOL = @OTOOL@ 238OTOOL64 = @OTOOL64@ 239PACKAGE = @PACKAGE@ 240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 241PACKAGE_NAME = @PACKAGE_NAME@ 242PACKAGE_STRING = @PACKAGE_STRING@ 243PACKAGE_TARNAME = @PACKAGE_TARNAME@ 244PACKAGE_URL = @PACKAGE_URL@ 245PACKAGE_VERSION = @PACKAGE_VERSION@ 246PATH_SEPARATOR = @PATH_SEPARATOR@ 247PKG_CONFIG = @PKG_CONFIG@ 248PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 249PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 250RANLIB = @RANLIB@ 251REVENGE_CFLAGS = @REVENGE_CFLAGS@ 252REVENGE_GENERATORS_CFLAGS = @REVENGE_GENERATORS_CFLAGS@ 253REVENGE_GENERATORS_LIBS = @REVENGE_GENERATORS_LIBS@ 254REVENGE_LIBS = @REVENGE_LIBS@ 255REVENGE_STREAM_CFLAGS = @REVENGE_STREAM_CFLAGS@ 256REVENGE_STREAM_LIBS = @REVENGE_STREAM_LIBS@ 257SD2RAW_WIN32_RESOURCE = @SD2RAW_WIN32_RESOURCE@ 258SD2SVG_WIN32_RESOURCE = @SD2SVG_WIN32_RESOURCE@ 259SD2TEXT_WIN32_RESOURCE = @SD2TEXT_WIN32_RESOURCE@ 260SDC2CSV_WIN32_RESOURCE = @SDC2CSV_WIN32_RESOURCE@ 261SDW2HTML_WIN32_RESOURCE = @SDW2HTML_WIN32_RESOURCE@ 262SED = @SED@ 263SET_MAKE = @SET_MAKE@ 264SHELL = @SHELL@ 265STAROFFICE_MAJOR_VERSION = @STAROFFICE_MAJOR_VERSION@ 266STAROFFICE_MICRO_VERSION = @STAROFFICE_MICRO_VERSION@ 267STAROFFICE_MINOR_VERSION = @STAROFFICE_MINOR_VERSION@ 268STAROFFICE_VERSION = @STAROFFICE_VERSION@ 269STRIP = @STRIP@ 270VERSION = @VERSION@ 271WINDRES = @WINDRES@ 272ZLIB_CFLAGS = @ZLIB_CFLAGS@ 273ZLIB_LIBS = @ZLIB_LIBS@ 274abs_builddir = @abs_builddir@ 275abs_srcdir = @abs_srcdir@ 276abs_top_builddir = @abs_top_builddir@ 277abs_top_srcdir = @abs_top_srcdir@ 278ac_ct_AR = @ac_ct_AR@ 279ac_ct_CC = @ac_ct_CC@ 280ac_ct_CXX = @ac_ct_CXX@ 281ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 282am__include = @am__include@ 283am__leading_dot = @am__leading_dot@ 284am__quote = @am__quote@ 285am__tar = @am__tar@ 286am__untar = @am__untar@ 287bindir = @bindir@ 288build = @build@ 289build_alias = @build_alias@ 290build_cpu = @build_cpu@ 291build_os = @build_os@ 292build_vendor = @build_vendor@ 293builddir = @builddir@ 294datadir = @datadir@ 295datarootdir = @datarootdir@ 296docdir = @docdir@ 297dvidir = @dvidir@ 298exec_prefix = @exec_prefix@ 299host = @host@ 300host_alias = @host_alias@ 301host_cpu = @host_cpu@ 302host_os = @host_os@ 303host_vendor = @host_vendor@ 304htmldir = @htmldir@ 305includedir = @includedir@ 306infodir = @infodir@ 307install_sh = @install_sh@ 308libdir = @libdir@ 309libexecdir = @libexecdir@ 310localedir = @localedir@ 311localstatedir = @localstatedir@ 312mandir = @mandir@ 313mkdir_p = @mkdir_p@ 314oldincludedir = @oldincludedir@ 315pdfdir = @pdfdir@ 316prefix = @prefix@ 317program_transform_name = @program_transform_name@ 318psdir = @psdir@ 319sbindir = @sbindir@ 320sharedstatedir = @sharedstatedir@ 321srcdir = @srcdir@ 322sysconfdir = @sysconfdir@ 323target_alias = @target_alias@ 324top_build_prefix = @top_build_prefix@ 325top_builddir = @top_builddir@ 326top_srcdir = @top_srcdir@ 327libstarofficedir = $(includedir)/libstaroffice-@STAROFFICE_MAJOR_VERSION@.@STAROFFICE_MINOR_VERSION@/libstaroffice 328dist_libstaroffice_HEADERS = libstaroffice.hxx STOFFDocument.hxx 329all: all-am 330 331.SUFFIXES: 332$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 333 @for dep in $?; do \ 334 case '$(am__configure_deps)' in \ 335 *$$dep*) \ 336 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 337 && { if test -f $@; then exit 0; else break; fi; }; \ 338 exit 1;; \ 339 esac; \ 340 done; \ 341 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign inc/libstaroffice/Makefile'; \ 342 $(am__cd) $(top_srcdir) && \ 343 $(AUTOMAKE) --foreign inc/libstaroffice/Makefile 344Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 345 @case '$?' in \ 346 *config.status*) \ 347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 348 *) \ 349 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 350 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 351 esac; 352 353$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 355 356$(top_srcdir)/configure: $(am__configure_deps) 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 358$(ACLOCAL_M4): $(am__aclocal_m4_deps) 359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 360$(am__aclocal_m4_deps): 361 362mostlyclean-libtool: 363 -rm -f *.lo 364 365clean-libtool: 366 -rm -rf .libs _libs 367install-dist_libstarofficeHEADERS: $(dist_libstaroffice_HEADERS) 368 @$(NORMAL_INSTALL) 369 @list='$(dist_libstaroffice_HEADERS)'; test -n "$(libstarofficedir)" || list=; \ 370 if test -n "$$list"; then \ 371 echo " $(MKDIR_P) '$(DESTDIR)$(libstarofficedir)'"; \ 372 $(MKDIR_P) "$(DESTDIR)$(libstarofficedir)" || exit 1; \ 373 fi; \ 374 for p in $$list; do \ 375 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 376 echo "$$d$$p"; \ 377 done | $(am__base_list) | \ 378 while read files; do \ 379 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libstarofficedir)'"; \ 380 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libstarofficedir)" || exit $$?; \ 381 done 382 383uninstall-dist_libstarofficeHEADERS: 384 @$(NORMAL_UNINSTALL) 385 @list='$(dist_libstaroffice_HEADERS)'; test -n "$(libstarofficedir)" || list=; \ 386 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 387 dir='$(DESTDIR)$(libstarofficedir)'; $(am__uninstall_files_from_dir) 388 389ID: $(am__tagged_files) 390 $(am__define_uniq_tagged_files); mkid -fID $$unique 391tags: tags-am 392TAGS: tags 393 394tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 395 set x; \ 396 here=`pwd`; \ 397 $(am__define_uniq_tagged_files); \ 398 shift; \ 399 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 400 test -n "$$unique" || unique=$$empty_fix; \ 401 if test $$# -gt 0; then \ 402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 403 "$$@" $$unique; \ 404 else \ 405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 406 $$unique; \ 407 fi; \ 408 fi 409ctags: ctags-am 410 411CTAGS: ctags 412ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 413 $(am__define_uniq_tagged_files); \ 414 test -z "$(CTAGS_ARGS)$$unique" \ 415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 416 $$unique 417 418GTAGS: 419 here=`$(am__cd) $(top_builddir) && pwd` \ 420 && $(am__cd) $(top_srcdir) \ 421 && gtags -i $(GTAGS_ARGS) "$$here" 422cscopelist: cscopelist-am 423 424cscopelist-am: $(am__tagged_files) 425 list='$(am__tagged_files)'; \ 426 case "$(srcdir)" in \ 427 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 428 *) sdir=$(subdir)/$(srcdir) ;; \ 429 esac; \ 430 for i in $$list; do \ 431 if test -f "$$i"; then \ 432 echo "$(subdir)/$$i"; \ 433 else \ 434 echo "$$sdir/$$i"; \ 435 fi; \ 436 done >> $(top_builddir)/cscope.files 437 438distclean-tags: 439 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 440 441distdir: $(DISTFILES) 442 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 443 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 444 list='$(DISTFILES)'; \ 445 dist_files=`for file in $$list; do echo $$file; done | \ 446 sed -e "s|^$$srcdirstrip/||;t" \ 447 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 448 case $$dist_files in \ 449 */*) $(MKDIR_P) `echo "$$dist_files" | \ 450 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 451 sort -u` ;; \ 452 esac; \ 453 for file in $$dist_files; do \ 454 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 455 if test -d $$d/$$file; then \ 456 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 457 if test -d "$(distdir)/$$file"; then \ 458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 459 fi; \ 460 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 461 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 463 fi; \ 464 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 465 else \ 466 test -f "$(distdir)/$$file" \ 467 || cp -p $$d/$$file "$(distdir)/$$file" \ 468 || exit 1; \ 469 fi; \ 470 done 471check-am: all-am 472check: check-am 473all-am: Makefile $(HEADERS) 474installdirs: 475 for dir in "$(DESTDIR)$(libstarofficedir)"; do \ 476 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 477 done 478install: install-am 479install-exec: install-exec-am 480install-data: install-data-am 481uninstall: uninstall-am 482 483install-am: all-am 484 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 485 486installcheck: installcheck-am 487install-strip: 488 if test -z '$(STRIP)'; then \ 489 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 490 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 491 install; \ 492 else \ 493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 495 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 496 fi 497mostlyclean-generic: 498 499clean-generic: 500 501distclean-generic: 502 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 503 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 504 505maintainer-clean-generic: 506 @echo "This command is intended for maintainers to use" 507 @echo "it deletes files that may require special tools to rebuild." 508clean: clean-am 509 510clean-am: clean-generic clean-libtool mostlyclean-am 511 512distclean: distclean-am 513 -rm -f Makefile 514distclean-am: clean-am distclean-generic distclean-tags 515 516dvi: dvi-am 517 518dvi-am: 519 520html: html-am 521 522html-am: 523 524info: info-am 525 526info-am: 527 528install-data-am: install-dist_libstarofficeHEADERS 529 530install-dvi: install-dvi-am 531 532install-dvi-am: 533 534install-exec-am: 535 536install-html: install-html-am 537 538install-html-am: 539 540install-info: install-info-am 541 542install-info-am: 543 544install-man: 545 546install-pdf: install-pdf-am 547 548install-pdf-am: 549 550install-ps: install-ps-am 551 552install-ps-am: 553 554installcheck-am: 555 556maintainer-clean: maintainer-clean-am 557 -rm -f Makefile 558maintainer-clean-am: distclean-am maintainer-clean-generic 559 560mostlyclean: mostlyclean-am 561 562mostlyclean-am: mostlyclean-generic mostlyclean-libtool 563 564pdf: pdf-am 565 566pdf-am: 567 568ps: ps-am 569 570ps-am: 571 572uninstall-am: uninstall-dist_libstarofficeHEADERS 573 574.MAKE: install-am install-strip 575 576.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 577 clean-libtool cscopelist-am ctags ctags-am distclean \ 578 distclean-generic distclean-libtool distclean-tags distdir dvi \ 579 dvi-am html html-am info info-am install install-am \ 580 install-data install-data-am install-dist_libstarofficeHEADERS \ 581 install-dvi install-dvi-am install-exec install-exec-am \ 582 install-html install-html-am install-info install-info-am \ 583 install-man install-pdf install-pdf-am install-ps \ 584 install-ps-am install-strip installcheck installcheck-am \ 585 installdirs maintainer-clean maintainer-clean-generic \ 586 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 587 ps ps-am tags tags-am uninstall uninstall-am \ 588 uninstall-dist_libstarofficeHEADERS 589 590.PRECIOUS: Makefile 591 592 593# Tell versions [3.59,3.63) of GNU make to not export all variables. 594# Otherwise a system limit (for SysV at least) may be exceeded. 595.NOEXPORT: 596