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 17 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = src/os 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \ 95 $(top_srcdir)/m4/as-scrub-include.m4 \ 96 $(top_srcdir)/m4/ax_have_qt.m4 $(top_srcdir)/m4/ax_pthread.m4 \ 97 $(top_srcdir)/m4/binreloc.m4 $(top_srcdir)/m4/distri.m4 \ 98 $(top_srcdir)/m4/fox.m4 $(top_srcdir)/m4/iconv.m4 \ 99 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 100 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 101 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 102 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 103 $(top_srcdir)/m4/os.m4 $(top_srcdir)/m4/qt4.m4 \ 104 $(top_srcdir)/m4/searchfiles.m4 $(top_srcdir)/configure.ac 105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 106 $(ACLOCAL_M4) 107DIST_COMMON = $(srcdir)/Makefile.am $(iheader_HEADERS) \ 108 $(noinst_HEADERS) $(am__DIST_COMMON) 109mkinstalldirs = $(install_sh) -d 110CONFIG_HEADER = $(top_builddir)/config.h 111CONFIG_CLEAN_FILES = 112CONFIG_CLEAN_VPATH_FILES = 113LTLIBRARIES = $(noinst_LTLIBRARIES) 114libos_la_DEPENDENCIES = @GWEN_OS@/libosimpl.la 115am_libos_la_OBJECTS = directory_all.lo gwentime_all.lo gwendate.lo 116libos_la_OBJECTS = $(am_libos_la_OBJECTS) 117AM_V_lt = $(am__v_lt_@AM_V@) 118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 119am__v_lt_0 = --silent 120am__v_lt_1 = 121AM_V_P = $(am__v_P_@AM_V@) 122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 123am__v_P_0 = false 124am__v_P_1 = : 125AM_V_GEN = $(am__v_GEN_@AM_V@) 126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 127am__v_GEN_0 = @echo " GEN " $@; 128am__v_GEN_1 = 129AM_V_at = $(am__v_at_@AM_V@) 130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 131am__v_at_0 = @ 132am__v_at_1 = 133DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 134depcomp = $(SHELL) $(top_srcdir)/depcomp 135am__depfiles_maybe = depfiles 136am__mv = mv -f 137COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 138 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 139LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 140 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 141 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 142 $(AM_CFLAGS) $(CFLAGS) 143AM_V_CC = $(am__v_CC_@AM_V@) 144am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 145am__v_CC_0 = @echo " CC " $@; 146am__v_CC_1 = 147CCLD = $(CC) 148LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 150 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 151AM_V_CCLD = $(am__v_CCLD_@AM_V@) 152am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 153am__v_CCLD_0 = @echo " CCLD " $@; 154am__v_CCLD_1 = 155SOURCES = $(libos_la_SOURCES) 156DIST_SOURCES = $(libos_la_SOURCES) 157RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 158 ctags-recursive dvi-recursive html-recursive info-recursive \ 159 install-data-recursive install-dvi-recursive \ 160 install-exec-recursive install-html-recursive \ 161 install-info-recursive install-pdf-recursive \ 162 install-ps-recursive install-recursive installcheck-recursive \ 163 installdirs-recursive pdf-recursive ps-recursive \ 164 tags-recursive uninstall-recursive 165am__can_run_installinfo = \ 166 case $$AM_UPDATE_INFO_DIR in \ 167 n|no|NO) false;; \ 168 *) (install-info --version) >/dev/null 2>&1;; \ 169 esac 170am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 171am__vpath_adj = case $$p in \ 172 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 173 *) f=$$p;; \ 174 esac; 175am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 176am__install_max = 40 177am__nobase_strip_setup = \ 178 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 179am__nobase_strip = \ 180 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 181am__nobase_list = $(am__nobase_strip_setup); \ 182 for p in $$list; do echo "$$p $$p"; done | \ 183 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 184 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 185 if (++n[$$2] == $(am__install_max)) \ 186 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 187 END { for (dir in files) print dir, files[dir] }' 188am__base_list = \ 189 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 190 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 191am__uninstall_files_from_dir = { \ 192 test -z "$$files" \ 193 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 194 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 195 $(am__cd) "$$dir" && rm -f $$files; }; \ 196 } 197am__installdirs = "$(DESTDIR)$(iheaderdir)" 198HEADERS = $(iheader_HEADERS) $(noinst_HEADERS) 199RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 200 distclean-recursive maintainer-clean-recursive 201am__recursive_targets = \ 202 $(RECURSIVE_TARGETS) \ 203 $(RECURSIVE_CLEAN_TARGETS) \ 204 $(am__extra_recursive_targets) 205AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 206 distdir 207am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 208# Read a list of newline-separated strings from the standard input, 209# and print each of them once, without duplicates. Input order is 210# *not* preserved. 211am__uniquify_input = $(AWK) '\ 212 BEGIN { nonempty = 0; } \ 213 { items[$$0] = 1; nonempty = 1; } \ 214 END { if (nonempty) { for (i in items) print i; }; } \ 215' 216# Make sure the list of sources is unique. This is necessary because, 217# e.g., the same source file might be shared among _SOURCES variables 218# for different programs/libraries. 219am__define_uniq_tagged_files = \ 220 list='$(am__tagged_files)'; \ 221 unique=`for i in $$list; do \ 222 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 223 done | $(am__uniquify_input)` 224ETAGS = etags 225CTAGS = ctags 226am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 227DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 228am__relativize = \ 229 dir0=`pwd`; \ 230 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 231 sed_rest='s,^[^/]*/*,,'; \ 232 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 233 sed_butlast='s,/*[^/]*$$,,'; \ 234 while test -n "$$dir1"; do \ 235 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 236 if test "$$first" != "."; then \ 237 if test "$$first" = ".."; then \ 238 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 239 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 240 else \ 241 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 242 if test "$$first2" = "$$first"; then \ 243 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 244 else \ 245 dir2="../$$dir2"; \ 246 fi; \ 247 dir0="$$dir0"/"$$first"; \ 248 fi; \ 249 fi; \ 250 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 251 done; \ 252 reldir="$$dir2" 253ACLOCAL = @ACLOCAL@ 254AMTAR = @AMTAR@ 255AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 256APPKIT_FRAMEWORK = @APPKIT_FRAMEWORK@ 257AR = @AR@ 258AS = @AS@ 259ASTYLE = @ASTYLE@ 260AUTOCONF = @AUTOCONF@ 261AUTOHEADER = @AUTOHEADER@ 262AUTOMAKE = @AUTOMAKE@ 263AWK = @AWK@ 264BINRELOC_CFLAGS = @BINRELOC_CFLAGS@ 265BINRELOC_LIBS = @BINRELOC_LIBS@ 266CC = @CC@ 267CCDEPMODE = @CCDEPMODE@ 268CFLAGS = @CFLAGS@ 269COCOA_FRAMEWORK = @COCOA_FRAMEWORK@ 270COREDATA_FRAMEWORK = @COREDATA_FRAMEWORK@ 271CPP = @CPP@ 272CPPFLAGS = @CPPFLAGS@ 273CXX = @CXX@ 274CXXCPP = @CXXCPP@ 275CXXDEPMODE = @CXXDEPMODE@ 276CXXFLAGS = @CXXFLAGS@ 277CYGPATH_W = @CYGPATH_W@ 278DEFS = @DEFS@ 279DEPDIR = @DEPDIR@ 280DLLTOOL = @DLLTOOL@ 281DOXYGEN_DEFINE = @DOXYGEN_DEFINE@ 282DOXYGEN_INPUT = @DOXYGEN_INPUT@ 283DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@ 284DPKG_ARCH = @DPKG_ARCH@ 285DSYMUTIL = @DSYMUTIL@ 286DUMPBIN = @DUMPBIN@ 287ECHO_C = @ECHO_C@ 288ECHO_N = @ECHO_N@ 289ECHO_T = @ECHO_T@ 290EGREP = @EGREP@ 291EXEEXT = @EXEEXT@ 292FGREP = @FGREP@ 293FOUNDATION_FRAMEWORK = @FOUNDATION_FRAMEWORK@ 294GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@ 295GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@ 296GPG_ERROR_LIBS = @GPG_ERROR_LIBS@ 297GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@ 298GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@ 299GREP = @GREP@ 300GTK2_CFLAGS = @GTK2_CFLAGS@ 301GTK2_LIBS = @GTK2_LIBS@ 302GTK3_CFLAGS = @GTK3_CFLAGS@ 303GTK3_LIBS = @GTK3_LIBS@ 304GWENHYWFAR_SO_AGE = @GWENHYWFAR_SO_AGE@ 305GWENHYWFAR_SO_CURRENT = @GWENHYWFAR_SO_CURRENT@ 306GWENHYWFAR_SO_EFFECTIVE = @GWENHYWFAR_SO_EFFECTIVE@ 307GWENHYWFAR_SO_REVISION = @GWENHYWFAR_SO_REVISION@ 308GWENHYWFAR_VERSION_BUILD = @GWENHYWFAR_VERSION_BUILD@ 309GWENHYWFAR_VERSION_FULL_STRING = @GWENHYWFAR_VERSION_FULL_STRING@ 310GWENHYWFAR_VERSION_MAJOR = @GWENHYWFAR_VERSION_MAJOR@ 311GWENHYWFAR_VERSION_MINOR = @GWENHYWFAR_VERSION_MINOR@ 312GWENHYWFAR_VERSION_PATCHLEVEL = @GWENHYWFAR_VERSION_PATCHLEVEL@ 313GWENHYWFAR_VERSION_RELEASE_STRING = @GWENHYWFAR_VERSION_RELEASE_STRING@ 314GWENHYWFAR_VERSION_STRING = @GWENHYWFAR_VERSION_STRING@ 315GWENHYWFAR_VERSION_TAG = @GWENHYWFAR_VERSION_TAG@ 316GWENPP_SO_AGE = @GWENPP_SO_AGE@ 317GWENPP_SO_CURRENT = @GWENPP_SO_CURRENT@ 318GWENPP_SO_EFFECTIVE = @GWENPP_SO_EFFECTIVE@ 319GWENPP_SO_REVISION = @GWENPP_SO_REVISION@ 320GWENUI_SO_AGE = @GWENUI_SO_AGE@ 321GWENUI_SO_CURRENT = @GWENUI_SO_CURRENT@ 322GWENUI_SO_EFFECTIVE = @GWENUI_SO_EFFECTIVE@ 323GWENUI_SO_REVISION = @GWENUI_SO_REVISION@ 324GWEN_OS = @GWEN_OS@ 325HAVE_I18N = @HAVE_I18N@ 326ICONV_LIBS = @ICONV_LIBS@ 327INSTALL = @INSTALL@ 328INSTALL_DATA = @INSTALL_DATA@ 329INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@ 330INSTALL_PROGRAM = @INSTALL_PROGRAM@ 331INSTALL_SCRIPT = @INSTALL_SCRIPT@ 332INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 333LD = @LD@ 334LDFLAGS = @LDFLAGS@ 335LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 336LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 337LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 338LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ 339LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ 340LIBICONV = @LIBICONV@ 341LIBOBJS = @LIBOBJS@ 342LIBS = @LIBS@ 343LIBTOOL = @LIBTOOL@ 344LIBXML_CFLAGS = @LIBXML_CFLAGS@ 345LIBXML_LIBS = @LIBXML_LIBS@ 346LIPO = @LIPO@ 347LN_S = @LN_S@ 348LTLIBICONV = @LTLIBICONV@ 349LTLIBOBJS = @LTLIBOBJS@ 350LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 351MAKEINFO = @MAKEINFO@ 352MAKE_DLL_TARGET = @MAKE_DLL_TARGET@ 353MAKE_I18N_FILES = @MAKE_I18N_FILES@ 354MANIFEST_TOOL = @MANIFEST_TOOL@ 355MKDIR_P = @MKDIR_P@ 356MSGFMT = @MSGFMT@ 357NM = @NM@ 358NMEDIT = @NMEDIT@ 359OBJC = @OBJC@ 360OBJCDEPMODE = @OBJCDEPMODE@ 361OBJCFLAGS = @OBJCFLAGS@ 362OBJDUMP = @OBJDUMP@ 363OBJEXT = @OBJEXT@ 364OHBCI_VERSION_STRING = @OHBCI_VERSION_STRING@ 365OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 366OPENSSL_LIBS = @OPENSSL_LIBS@ 367OSYSTEM = @OSYSTEM@ 368OS_TYPE = @OS_TYPE@ 369OTOOL = @OTOOL@ 370OTOOL64 = @OTOOL64@ 371PACKAGE = @PACKAGE@ 372PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 373PACKAGE_NAME = @PACKAGE_NAME@ 374PACKAGE_STRING = @PACKAGE_STRING@ 375PACKAGE_TARNAME = @PACKAGE_TARNAME@ 376PACKAGE_URL = @PACKAGE_URL@ 377PACKAGE_VERSION = @PACKAGE_VERSION@ 378PATH_SEPARATOR = @PATH_SEPARATOR@ 379PKG_CONFIG = @PKG_CONFIG@ 380PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 381PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 382PROFILING_CFLAGS = @PROFILING_CFLAGS@ 383PROFILING_LDFLAGS = @PROFILING_LDFLAGS@ 384PROG_LIBRARIES = @PROG_LIBRARIES@ 385PTHREAD_CC = @PTHREAD_CC@ 386PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 387PTHREAD_LIBS = @PTHREAD_LIBS@ 388QT4_BINDIR = @QT4_BINDIR@ 389QT_CXXFLAGS = @QT_CXXFLAGS@ 390QT_DIR = @QT_DIR@ 391QT_LIBS = @QT_LIBS@ 392QT_LRELEASE = @QT_LRELEASE@ 393QT_LUPDATE = @QT_LUPDATE@ 394QT_MOC = @QT_MOC@ 395QT_UIC = @QT_UIC@ 396RANLIB = @RANLIB@ 397RC = @RC@ 398SED = @SED@ 399SET_MAKE = @SET_MAKE@ 400SHELL = @SHELL@ 401STRIP = @STRIP@ 402STRIPALL = @STRIPALL@ 403SYSCONF_FRAMEWORK = @SYSCONF_FRAMEWORK@ 404USE_DOT = @USE_DOT@ 405VERSION = @VERSION@ 406WEBKIT_FRAMEWORK = @WEBKIT_FRAMEWORK@ 407WERROR = @WERROR@ 408WITH_ICONV = @WITH_ICONV@ 409XGETTEXT = @XGETTEXT@ 410XMKMF = @XMKMF@ 411X_CFLAGS = @X_CFLAGS@ 412X_EXTRA_LIBS = @X_EXTRA_LIBS@ 413X_LIBS = @X_LIBS@ 414X_PRE_LIBS = @X_PRE_LIBS@ 415YES = @YES@ 416abs_builddir = @abs_builddir@ 417abs_srcdir = @abs_srcdir@ 418abs_top_builddir = @abs_top_builddir@ 419abs_top_srcdir = @abs_top_srcdir@ 420ac_ct_AR = @ac_ct_AR@ 421ac_ct_CC = @ac_ct_CC@ 422ac_ct_CXX = @ac_ct_CXX@ 423ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 424ac_ct_OBJC = @ac_ct_OBJC@ 425all_includes = @all_includes@ 426all_libraries = @all_libraries@ 427am__include = @am__include@ 428am__leading_dot = @am__leading_dot@ 429am__quote = @am__quote@ 430am__tar = @am__tar@ 431am__untar = @am__untar@ 432aq_distrib_name = @aq_distrib_name@ 433aq_distrib_tag = @aq_distrib_tag@ 434aq_distrib_version = @aq_distrib_version@ 435ax_pthread_config = @ax_pthread_config@ 436bindir = @bindir@ 437build = @build@ 438build_alias = @build_alias@ 439build_cpu = @build_cpu@ 440build_os = @build_os@ 441build_vendor = @build_vendor@ 442builddir = @builddir@ 443datadir = @datadir@ 444datarootdir = @datarootdir@ 445docdir = @docdir@ 446docpath = @docpath@ 447dvidir = @dvidir@ 448exec_prefix = @exec_prefix@ 449fox_includes = @fox_includes@ 450fox_libs = @fox_libs@ 451gwenhywfar_bindir = @gwenhywfar_bindir@ 452gwenhywfar_buffer_hardlimit = @gwenhywfar_buffer_hardlimit@ 453gwenhywfar_cfg_searchdir = @gwenhywfar_cfg_searchdir@ 454gwenhywfar_crypt_lib = @gwenhywfar_crypt_lib@ 455gwenhywfar_data_searchdir = @gwenhywfar_data_searchdir@ 456gwenhywfar_datadir = @gwenhywfar_datadir@ 457gwenhywfar_guis = @gwenhywfar_guis@ 458gwenhywfar_headerdir = @gwenhywfar_headerdir@ 459gwenhywfar_headerdir_am = @gwenhywfar_headerdir_am@ 460gwenhywfar_internal_libname = @gwenhywfar_internal_libname@ 461gwenhywfar_ldflags = @gwenhywfar_ldflags@ 462gwenhywfar_libs = @gwenhywfar_libs@ 463gwenhywfar_libspp = @gwenhywfar_libspp@ 464gwenhywfar_libsui = @gwenhywfar_libsui@ 465gwenhywfar_locale_searchdir = @gwenhywfar_locale_searchdir@ 466gwenhywfar_os_lib = @gwenhywfar_os_lib@ 467gwenhywfar_pkgincludedir = @gwenhywfar_pkgincludedir@ 468gwenhywfar_plugin_searchdir = @gwenhywfar_plugin_searchdir@ 469gwenhywfar_plugindir = @gwenhywfar_plugindir@ 470gwenhywfar_plugins_cfgmgr_dirs = @gwenhywfar_plugins_cfgmgr_dirs@ 471gwenhywfar_plugins_cfgmgr_libs = @gwenhywfar_plugins_cfgmgr_libs@ 472gwenhywfar_plugins_ct_dirs = @gwenhywfar_plugins_ct_dirs@ 473gwenhywfar_plugins_ct_libs = @gwenhywfar_plugins_ct_libs@ 474gwenhywfar_plugins_dbio_dirs = @gwenhywfar_plugins_dbio_dirs@ 475gwenhywfar_plugins_dbio_libs = @gwenhywfar_plugins_dbio_libs@ 476gwenhywfar_symlinkdir = @gwenhywfar_symlinkdir@ 477gwenhywfar_sys_is_windows = @gwenhywfar_sys_is_windows@ 478gwenhywfar_sysdata_searchdir = @gwenhywfar_sysdata_searchdir@ 479host = @host@ 480host_alias = @host_alias@ 481host_cpu = @host_cpu@ 482host_os = @host_os@ 483host_vendor = @host_vendor@ 484htmldir = @htmldir@ 485i18n_libs = @i18n_libs@ 486includedir = @includedir@ 487infodir = @infodir@ 488install_sh = @install_sh@ 489libdir = @libdir@ 490libexecdir = @libexecdir@ 491localedir = @localedir@ 492localstatedir = @localstatedir@ 493mandir = @mandir@ 494mkdir_p = @mkdir_p@ 495oldincludedir = @oldincludedir@ 496pdfdir = @pdfdir@ 497prefix = @prefix@ 498program_transform_name = @program_transform_name@ 499psdir = @psdir@ 500qt4_includes = @qt4_includes@ 501qt4_libs = @qt4_libs@ 502qt4_moc = @qt4_moc@ 503qt4_uic = @qt4_uic@ 504runstatedir = @runstatedir@ 505sbindir = @sbindir@ 506sharedstatedir = @sharedstatedir@ 507srcdir = @srcdir@ 508ssl_available = @ssl_available@ 509sysconfdir = @sysconfdir@ 510target_alias = @target_alias@ 511top_build_prefix = @top_build_prefix@ 512top_builddir = @top_builddir@ 513top_srcdir = @top_srcdir@ 514visibility_cflags = @visibility_cflags@ 515with_gui_fox16 = @with_gui_fox16@ 516with_gui_gtk2 = @with_gui_gtk2@ 517with_gui_gtk3 = @with_gui_gtk3@ 518with_gui_qt4 = @with_gui_qt4@ 519AM_CPPFLAGS = -I$(gwenhywfar_symlinkdir) \ 520 -I$(top_srcdir)/src/base \ 521 -I$(top_srcdir)/src/parser @all_includes@ 522 523AM_CFLAGS = @visibility_cflags@ @WERROR@ -DBUILDING_GWENHYWFAR 524SUBDIRS = @GWEN_OS@ 525DIST_SUBDIRS = posix windows 526iheaderdir = $(gwenhywfar_headerdir_am)/gwenhywfar 527iheader_HEADERS = \ 528 directory.h \ 529 fslock.h \ 530 gwentime.h \ 531 gwenthread.h \ 532 threadlocaldata.h \ 533 inetaddr.h \ 534 inetsocket.h \ 535 libloader.h \ 536 process.h \ 537 mutex.h \ 538 gwensemaphore.h \ 539 gwendate.h 540 541noinst_HEADERS = \ 542 gwendate_p.h \ 543 gwentime_l.h \ 544 gwentime_p.h \ 545 inetaddr_l.h \ 546 inetsocket_l.h \ 547 libloader_l.h \ 548 process_l.h 549 550noinst_LTLIBRARIES = libos.la 551libos_la_SOURCES = \ 552 directory_all.c \ 553 gwentime_all.c \ 554 gwendate.c 555 556libos_la_LIBADD = @GWEN_OS@/libosimpl.la 557all: all-recursive 558 559.SUFFIXES: 560.SUFFIXES: .c .lo .o .obj 561$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 562 @for dep in $?; do \ 563 case '$(am__configure_deps)' in \ 564 *$$dep*) \ 565 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 566 && { if test -f $@; then exit 0; else break; fi; }; \ 567 exit 1;; \ 568 esac; \ 569 done; \ 570 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/os/Makefile'; \ 571 $(am__cd) $(top_srcdir) && \ 572 $(AUTOMAKE) --foreign src/os/Makefile 573Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 574 @case '$?' in \ 575 *config.status*) \ 576 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 577 *) \ 578 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 579 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 580 esac; 581 582$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 583 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 584 585$(top_srcdir)/configure: $(am__configure_deps) 586 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 587$(ACLOCAL_M4): $(am__aclocal_m4_deps) 588 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 589$(am__aclocal_m4_deps): 590 591clean-noinstLTLIBRARIES: 592 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 593 @list='$(noinst_LTLIBRARIES)'; \ 594 locs=`for p in $$list; do echo $$p; done | \ 595 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 596 sort -u`; \ 597 test -z "$$locs" || { \ 598 echo rm -f $${locs}; \ 599 rm -f $${locs}; \ 600 } 601 602libos.la: $(libos_la_OBJECTS) $(libos_la_DEPENDENCIES) $(EXTRA_libos_la_DEPENDENCIES) 603 $(AM_V_CCLD)$(LINK) $(libos_la_OBJECTS) $(libos_la_LIBADD) $(LIBS) 604 605mostlyclean-compile: 606 -rm -f *.$(OBJEXT) 607 608distclean-compile: 609 -rm -f *.tab.c 610 611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directory_all.Plo@am__quote@ 612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gwendate.Plo@am__quote@ 613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gwentime_all.Plo@am__quote@ 614 615.c.o: 616@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 617@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 618@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 619@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 620@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 621 622.c.obj: 623@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 624@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 625@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 626@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 627@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 628 629.c.lo: 630@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 631@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 632@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 633@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 634@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 635 636mostlyclean-libtool: 637 -rm -f *.lo 638 639clean-libtool: 640 -rm -rf .libs _libs 641install-iheaderHEADERS: $(iheader_HEADERS) 642 @$(NORMAL_INSTALL) 643 @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \ 644 if test -n "$$list"; then \ 645 echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \ 646 $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \ 647 fi; \ 648 for p in $$list; do \ 649 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 650 echo "$$d$$p"; \ 651 done | $(am__base_list) | \ 652 while read files; do \ 653 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iheaderdir)'"; \ 654 $(INSTALL_HEADER) $$files "$(DESTDIR)$(iheaderdir)" || exit $$?; \ 655 done 656 657uninstall-iheaderHEADERS: 658 @$(NORMAL_UNINSTALL) 659 @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \ 660 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 661 dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir) 662 663# This directory's subdirectories are mostly independent; you can cd 664# into them and run 'make' without going through this Makefile. 665# To change the values of 'make' variables: instead of editing Makefiles, 666# (1) if the variable is set in 'config.status', edit 'config.status' 667# (which will cause the Makefiles to be regenerated when you run 'make'); 668# (2) otherwise, pass the desired values on the 'make' command line. 669$(am__recursive_targets): 670 @fail=; \ 671 if $(am__make_keepgoing); then \ 672 failcom='fail=yes'; \ 673 else \ 674 failcom='exit 1'; \ 675 fi; \ 676 dot_seen=no; \ 677 target=`echo $@ | sed s/-recursive//`; \ 678 case "$@" in \ 679 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 680 *) list='$(SUBDIRS)' ;; \ 681 esac; \ 682 for subdir in $$list; do \ 683 echo "Making $$target in $$subdir"; \ 684 if test "$$subdir" = "."; then \ 685 dot_seen=yes; \ 686 local_target="$$target-am"; \ 687 else \ 688 local_target="$$target"; \ 689 fi; \ 690 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 691 || eval $$failcom; \ 692 done; \ 693 if test "$$dot_seen" = "no"; then \ 694 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 695 fi; test -z "$$fail" 696 697ID: $(am__tagged_files) 698 $(am__define_uniq_tagged_files); mkid -fID $$unique 699tags: tags-recursive 700TAGS: tags 701 702tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 703 set x; \ 704 here=`pwd`; \ 705 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 706 include_option=--etags-include; \ 707 empty_fix=.; \ 708 else \ 709 include_option=--include; \ 710 empty_fix=; \ 711 fi; \ 712 list='$(SUBDIRS)'; for subdir in $$list; do \ 713 if test "$$subdir" = .; then :; else \ 714 test ! -f $$subdir/TAGS || \ 715 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 716 fi; \ 717 done; \ 718 $(am__define_uniq_tagged_files); \ 719 shift; \ 720 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 721 test -n "$$unique" || unique=$$empty_fix; \ 722 if test $$# -gt 0; then \ 723 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 724 "$$@" $$unique; \ 725 else \ 726 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 727 $$unique; \ 728 fi; \ 729 fi 730ctags: ctags-recursive 731 732CTAGS: ctags 733ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 734 $(am__define_uniq_tagged_files); \ 735 test -z "$(CTAGS_ARGS)$$unique" \ 736 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 737 $$unique 738 739GTAGS: 740 here=`$(am__cd) $(top_builddir) && pwd` \ 741 && $(am__cd) $(top_srcdir) \ 742 && gtags -i $(GTAGS_ARGS) "$$here" 743cscopelist: cscopelist-recursive 744 745cscopelist-am: $(am__tagged_files) 746 list='$(am__tagged_files)'; \ 747 case "$(srcdir)" in \ 748 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 749 *) sdir=$(subdir)/$(srcdir) ;; \ 750 esac; \ 751 for i in $$list; do \ 752 if test -f "$$i"; then \ 753 echo "$(subdir)/$$i"; \ 754 else \ 755 echo "$$sdir/$$i"; \ 756 fi; \ 757 done >> $(top_builddir)/cscope.files 758 759distclean-tags: 760 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 761 762distdir: $(DISTFILES) 763 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 764 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 765 list='$(DISTFILES)'; \ 766 dist_files=`for file in $$list; do echo $$file; done | \ 767 sed -e "s|^$$srcdirstrip/||;t" \ 768 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 769 case $$dist_files in \ 770 */*) $(MKDIR_P) `echo "$$dist_files" | \ 771 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 772 sort -u` ;; \ 773 esac; \ 774 for file in $$dist_files; do \ 775 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 776 if test -d $$d/$$file; then \ 777 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 778 if test -d "$(distdir)/$$file"; then \ 779 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 780 fi; \ 781 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 782 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 783 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 784 fi; \ 785 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 786 else \ 787 test -f "$(distdir)/$$file" \ 788 || cp -p $$d/$$file "$(distdir)/$$file" \ 789 || exit 1; \ 790 fi; \ 791 done 792 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 793 if test "$$subdir" = .; then :; else \ 794 $(am__make_dryrun) \ 795 || test -d "$(distdir)/$$subdir" \ 796 || $(MKDIR_P) "$(distdir)/$$subdir" \ 797 || exit 1; \ 798 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 799 $(am__relativize); \ 800 new_distdir=$$reldir; \ 801 dir1=$$subdir; dir2="$(top_distdir)"; \ 802 $(am__relativize); \ 803 new_top_distdir=$$reldir; \ 804 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 805 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 806 ($(am__cd) $$subdir && \ 807 $(MAKE) $(AM_MAKEFLAGS) \ 808 top_distdir="$$new_top_distdir" \ 809 distdir="$$new_distdir" \ 810 am__remove_distdir=: \ 811 am__skip_length_check=: \ 812 am__skip_mode_fix=: \ 813 distdir) \ 814 || exit 1; \ 815 fi; \ 816 done 817check-am: all-am 818check: check-recursive 819all-am: Makefile $(LTLIBRARIES) $(HEADERS) 820installdirs: installdirs-recursive 821installdirs-am: 822 for dir in "$(DESTDIR)$(iheaderdir)"; do \ 823 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 824 done 825install: install-recursive 826install-exec: install-exec-recursive 827install-data: install-data-recursive 828uninstall: uninstall-recursive 829 830install-am: all-am 831 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 832 833installcheck: installcheck-recursive 834install-strip: 835 if test -z '$(STRIP)'; then \ 836 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 837 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 838 install; \ 839 else \ 840 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 841 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 842 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 843 fi 844mostlyclean-generic: 845 846clean-generic: 847 848distclean-generic: 849 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 850 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 851 852maintainer-clean-generic: 853 @echo "This command is intended for maintainers to use" 854 @echo "it deletes files that may require special tools to rebuild." 855clean: clean-recursive 856 857clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 858 mostlyclean-am 859 860distclean: distclean-recursive 861 -rm -rf ./$(DEPDIR) 862 -rm -f Makefile 863distclean-am: clean-am distclean-compile distclean-generic \ 864 distclean-tags 865 866dvi: dvi-recursive 867 868dvi-am: 869 870html: html-recursive 871 872html-am: 873 874info: info-recursive 875 876info-am: 877 878install-data-am: install-iheaderHEADERS 879 880install-dvi: install-dvi-recursive 881 882install-dvi-am: 883 884install-exec-am: 885 886install-html: install-html-recursive 887 888install-html-am: 889 890install-info: install-info-recursive 891 892install-info-am: 893 894install-man: 895 896install-pdf: install-pdf-recursive 897 898install-pdf-am: 899 900install-ps: install-ps-recursive 901 902install-ps-am: 903 904installcheck-am: 905 906maintainer-clean: maintainer-clean-recursive 907 -rm -rf ./$(DEPDIR) 908 -rm -f Makefile 909maintainer-clean-am: distclean-am maintainer-clean-generic 910 911mostlyclean: mostlyclean-recursive 912 913mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 914 mostlyclean-libtool 915 916pdf: pdf-recursive 917 918pdf-am: 919 920ps: ps-recursive 921 922ps-am: 923 924uninstall-am: uninstall-iheaderHEADERS 925 926.MAKE: $(am__recursive_targets) install-am install-strip 927 928.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 929 check-am clean clean-generic clean-libtool \ 930 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 931 distclean-compile distclean-generic distclean-libtool \ 932 distclean-tags distdir dvi dvi-am html html-am info info-am \ 933 install install-am install-data install-data-am install-dvi \ 934 install-dvi-am install-exec install-exec-am install-html \ 935 install-html-am install-iheaderHEADERS install-info \ 936 install-info-am install-man install-pdf install-pdf-am \ 937 install-ps install-ps-am install-strip installcheck \ 938 installcheck-am installdirs installdirs-am maintainer-clean \ 939 maintainer-clean-generic mostlyclean mostlyclean-compile \ 940 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 941 tags tags-am uninstall uninstall-am uninstall-iheaderHEADERS 942 943.PRECIOUS: Makefile 944 945 946sources: 947 for f in $(libos_la_SOURCES); do \ 948 echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \ 949 done 950 for d in $(SUBDIRS); do \ 951 make -C $$d sources; \ 952 done 953 954# Tell versions [3.59,3.63) of GNU make to not export all variables. 955# Otherwise a system limit (for SysV at least) may be exceeded. 956.NOEXPORT: 957