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 19VPATH = @srcdir@ 20pkgdatadir = $(datadir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@ 22pkglibdir = $(libdir)/@PACKAGE@ 23pkglibexecdir = $(libexecdir)/@PACKAGE@ 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25install_sh_DATA = $(install_sh) -c -m 644 26install_sh_PROGRAM = $(install_sh) -c 27install_sh_SCRIPT = $(install_sh) -c 28INSTALL_HEADER = $(INSTALL_DATA) 29transform = $(program_transform_name) 30NORMAL_INSTALL = : 31PRE_INSTALL = : 32POST_INSTALL = : 33NORMAL_UNINSTALL = : 34PRE_UNINSTALL = : 35POST_UNINSTALL = : 36build_triplet = @build@ 37host_triplet = @host@ 38target_triplet = @target@ 39subdir = . 40DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \ 41 $(srcdir)/../config.sub $(srcdir)/../depcomp \ 42 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \ 43 $(srcdir)/../missing $(srcdir)/../mkinstalldirs \ 44 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 45 $(srcdir)/config.h.in $(srcdir)/libgomp.spec.in \ 46 $(srcdir)/libgomp_f.h.in $(srcdir)/omp.h.in \ 47 $(srcdir)/omp_lib.f90.in $(srcdir)/omp_lib.h.in \ 48 $(top_srcdir)/configure ChangeLog 49ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 50am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 51 $(top_srcdir)/../config/depstand.m4 \ 52 $(top_srcdir)/../config/enable.m4 \ 53 $(top_srcdir)/../config/futex.m4 \ 54 $(top_srcdir)/../config/lead-dot.m4 \ 55 $(top_srcdir)/../config/multi.m4 \ 56 $(top_srcdir)/../config/override.m4 \ 57 $(top_srcdir)/../config/stdint.m4 \ 58 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \ 59 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 60 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 61 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac 62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 65 configure.lineno config.status.lineno 66mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 67CONFIG_HEADER = config.h 68CONFIG_CLEAN_FILES = omp.h omp_lib.h omp_lib.f90 libgomp_f.h \ 69 libgomp.spec 70CONFIG_CLEAN_VPATH_FILES = 71am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 72am__vpath_adj = case $$p in \ 73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 74 *) f=$$p;; \ 75 esac; 76am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 77am__install_max = 40 78am__nobase_strip_setup = \ 79 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 80am__nobase_strip = \ 81 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 82am__nobase_list = $(am__nobase_strip_setup); \ 83 for p in $$list; do echo "$$p $$p"; done | \ 84 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 85 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 86 if (++n[$$2] == $(am__install_max)) \ 87 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 88 END { for (dir in files) print dir, files[dir] }' 89am__base_list = \ 90 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 91 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 92am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \ 93 "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" \ 94 "$(DESTDIR)$(toolexeclibdir)" 95LTLIBRARIES = $(toolexeclib_LTLIBRARIES) 96libgomp_la_LIBADD = 97am_libgomp_la_OBJECTS = alloc.lo barrier.lo critical.lo env.lo \ 98 error.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo \ 99 parallel.lo sections.lo single.lo task.lo team.lo work.lo \ 100 lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo \ 101 fortran.lo affinity.lo 102libgomp_la_OBJECTS = $(am_libgomp_la_OBJECTS) 103DEFAULT_INCLUDES = -I.@am__isrc@ 104depcomp = $(SHELL) $(top_srcdir)/../depcomp 105am__depfiles_maybe = depfiles 106am__mv = mv -f 107COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 108 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 110 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 111 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 112CCLD = $(CC) 113SOURCES = $(libgomp_la_SOURCES) 114DIST_SOURCES = $(libgomp_la_SOURCES) 115MULTISRCTOP = 116MULTIBUILDTOP = 117MULTIDIRS = 118MULTISUBDIR = 119MULTIDO = true 120MULTICLEAN = true 121INFO_DEPS = libgomp.info 122am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include 123DVIS = libgomp.dvi 124PDFS = libgomp.pdf 125PSS = libgomp.ps 126HTMLS = libgomp.html 127TEXINFOS = libgomp.texi 128TEXI2DVI = texi2dvi 129TEXI2PDF = $(TEXI2DVI) --pdf --batch 130MAKEINFOHTML = $(MAKEINFO) --html 131AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 132DVIPS = dvips 133RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 134 html-recursive info-recursive install-data-recursive \ 135 install-dvi-recursive install-exec-recursive \ 136 install-html-recursive install-info-recursive \ 137 install-pdf-recursive install-ps-recursive install-recursive \ 138 installcheck-recursive installdirs-recursive pdf-recursive \ 139 ps-recursive uninstall-recursive 140HEADERS = $(nodist_finclude_HEADERS) $(nodist_libsubinclude_HEADERS) \ 141 $(nodist_noinst_HEADERS) $(nodist_toolexeclib_HEADERS) 142RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 143 distclean-recursive maintainer-clean-recursive 144AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 145 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 146 distdir dist dist-all distcheck 147ETAGS = etags 148CTAGS = ctags 149DIST_SUBDIRS = $(SUBDIRS) 150DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 151distdir = $(PACKAGE)-$(VERSION) 152top_distdir = $(distdir) 153am__remove_distdir = \ 154 { test ! -d "$(distdir)" \ 155 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 156 && rm -fr "$(distdir)"; }; } 157am__relativize = \ 158 dir0=`pwd`; \ 159 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 160 sed_rest='s,^[^/]*/*,,'; \ 161 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 162 sed_butlast='s,/*[^/]*$$,,'; \ 163 while test -n "$$dir1"; do \ 164 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 165 if test "$$first" != "."; then \ 166 if test "$$first" = ".."; then \ 167 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 168 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 169 else \ 170 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 171 if test "$$first2" = "$$first"; then \ 172 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 173 else \ 174 dir2="../$$dir2"; \ 175 fi; \ 176 dir0="$$dir0"/"$$first"; \ 177 fi; \ 178 fi; \ 179 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 180 done; \ 181 reldir="$$dir2" 182DIST_ARCHIVES = $(distdir).tar.gz 183GZIP_ENV = --best 184distuninstallcheck_listfiles = find . -type f -print 185distcleancheck_listfiles = find . -type f -print 186ACLOCAL = @ACLOCAL@ 187AMTAR = @AMTAR@ 188AR = @AR@ 189AUTOCONF = @AUTOCONF@ 190AUTOHEADER = @AUTOHEADER@ 191AUTOMAKE = @AUTOMAKE@ 192AWK = @AWK@ 193CC = @CC@ 194CCDEPMODE = @CCDEPMODE@ 195CFLAGS = @CFLAGS@ 196CPP = @CPP@ 197CPPFLAGS = @CPPFLAGS@ 198CYGPATH_W = @CYGPATH_W@ 199DEFS = @DEFS@ 200DEPDIR = @DEPDIR@ 201DSYMUTIL = @DSYMUTIL@ 202DUMPBIN = @DUMPBIN@ 203ECHO_C = @ECHO_C@ 204ECHO_N = @ECHO_N@ 205ECHO_T = @ECHO_T@ 206EGREP = @EGREP@ 207EXEEXT = @EXEEXT@ 208FC = @FC@ 209FCFLAGS = @FCFLAGS@ 210FGREP = @FGREP@ 211GREP = @GREP@ 212INSTALL = @INSTALL@ 213INSTALL_DATA = @INSTALL_DATA@ 214INSTALL_PROGRAM = @INSTALL_PROGRAM@ 215INSTALL_SCRIPT = @INSTALL_SCRIPT@ 216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 217LD = @LD@ 218LDFLAGS = @LDFLAGS@ 219LIBOBJS = @LIBOBJS@ 220LIBS = @LIBS@ 221LIBTOOL = @LIBTOOL@ 222LIPO = @LIPO@ 223LN_S = @LN_S@ 224LTLIBOBJS = @LTLIBOBJS@ 225MAINT = @MAINT@ 226MAKEINFO = @MAKEINFO@ 227MKDIR_P = @MKDIR_P@ 228NM = @NM@ 229NMEDIT = @NMEDIT@ 230OBJDUMP = @OBJDUMP@ 231OBJEXT = @OBJEXT@ 232OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@ 233OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@ 234OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@ 235OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@ 236OMP_LOCK_KIND = @OMP_LOCK_KIND@ 237OMP_LOCK_SIZE = @OMP_LOCK_SIZE@ 238OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@ 239OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@ 240OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@ 241OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@ 242OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@ 243OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@ 244OPT_LDFLAGS = @OPT_LDFLAGS@ 245OTOOL = @OTOOL@ 246OTOOL64 = @OTOOL64@ 247PACKAGE = @PACKAGE@ 248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 249PACKAGE_NAME = @PACKAGE_NAME@ 250PACKAGE_STRING = @PACKAGE_STRING@ 251PACKAGE_TARNAME = @PACKAGE_TARNAME@ 252PACKAGE_URL = @PACKAGE_URL@ 253PACKAGE_VERSION = @PACKAGE_VERSION@ 254PATH_SEPARATOR = @PATH_SEPARATOR@ 255PERL = @PERL@ 256RANLIB = @RANLIB@ 257SECTION_LDFLAGS = @SECTION_LDFLAGS@ 258SED = @SED@ 259SET_MAKE = @SET_MAKE@ 260SHELL = @SHELL@ 261STRIP = @STRIP@ 262VERSION = @VERSION@ 263XCFLAGS = @XCFLAGS@ 264XLDFLAGS = @XLDFLAGS@ 265abs_builddir = @abs_builddir@ 266abs_srcdir = @abs_srcdir@ 267abs_top_builddir = @abs_top_builddir@ 268abs_top_srcdir = @abs_top_srcdir@ 269ac_ct_CC = @ac_ct_CC@ 270ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 271ac_ct_FC = @ac_ct_FC@ 272am__include = @am__include@ 273am__leading_dot = @am__leading_dot@ 274am__quote = @am__quote@ 275am__tar = @am__tar@ 276am__untar = @am__untar@ 277bindir = @bindir@ 278build = @build@ 279build_alias = @build_alias@ 280build_cpu = @build_cpu@ 281build_os = @build_os@ 282build_vendor = @build_vendor@ 283builddir = @builddir@ 284config_path = @config_path@ 285datadir = @datadir@ 286datarootdir = @datarootdir@ 287docdir = @docdir@ 288dvidir = @dvidir@ 289enable_shared = @enable_shared@ 290enable_static = @enable_static@ 291exec_prefix = @exec_prefix@ 292host = @host@ 293host_alias = @host_alias@ 294host_cpu = @host_cpu@ 295host_os = @host_os@ 296host_vendor = @host_vendor@ 297htmldir = @htmldir@ 298includedir = @includedir@ 299infodir = @infodir@ 300install_sh = @install_sh@ 301libdir = @libdir@ 302libexecdir = @libexecdir@ 303libtool_VERSION = @libtool_VERSION@ 304link_gomp = @link_gomp@ 305localedir = @localedir@ 306localstatedir = @localstatedir@ 307mandir = @mandir@ 308mkdir_p = @mkdir_p@ 309multi_basedir = @multi_basedir@ 310oldincludedir = @oldincludedir@ 311pdfdir = @pdfdir@ 312prefix = @prefix@ 313program_transform_name = @program_transform_name@ 314psdir = @psdir@ 315sbindir = @sbindir@ 316sharedstatedir = @sharedstatedir@ 317srcdir = @srcdir@ 318sysconfdir = @sysconfdir@ 319target = @target@ 320target_alias = @target_alias@ 321target_cpu = @target_cpu@ 322target_os = @target_os@ 323target_vendor = @target_vendor@ 324toolexecdir = @toolexecdir@ 325toolexeclibdir = @toolexeclibdir@ 326top_build_prefix = @top_build_prefix@ 327top_builddir = @top_builddir@ 328top_srcdir = @top_srcdir@ 329ACLOCAL_AMFLAGS = -I .. -I ../config 330SUBDIRS = testsuite 331gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 332search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) 333fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/finclude 334libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include 335AM_CPPFLAGS = $(addprefix -I, $(search_path)) 336AM_CFLAGS = $(XCFLAGS) 337AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS) 338toolexeclib_LTLIBRARIES = libgomp.la 339nodist_toolexeclib_HEADERS = libgomp.spec 340@LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script = 341@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,$(top_srcdir)/libgomp.map 342libgomp_version_info = -version-info $(libtool_VERSION) 343libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \ 344 -no-undefined -bindir "$(bindir)" 345 346libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS) 347libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \ 348 iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c \ 349 task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c \ 350 time.c fortran.c affinity.c 351 352nodist_noinst_HEADERS = libgomp_f.h 353nodist_libsubinclude_HEADERS = omp.h 354@USE_FORTRAN_TRUE@nodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod 355LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) 356LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ 357 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LTLDFLAGS) -o $@ 358 359 360# Automake Documentation: 361# If your package has Texinfo files in many directories, you can use the 362# variable TEXINFO_TEX to tell Automake where to find the canonical 363# `texinfo.tex' for your package. The value of this variable should be 364# the relative path from the current `Makefile.am' to `texinfo.tex'. 365TEXINFO_TEX = ../gcc/doc/include/texinfo.tex 366 367# Defines info, dvi, pdf and html targets 368MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include 369info_TEXINFOS = libgomp.texi 370@GENINSRC_FALSE@STAMP_GENINSRC = 371 372# AM_CONDITIONAL on configure option --generated-files-in-srcdir 373@GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc 374@BUILD_INFO_FALSE@STAMP_BUILD_INFO = 375 376# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO]) 377@BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info 378CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libgomp.info 379MAINTAINERCLEANFILES = $(srcdir)/libgomp.info 380all: config.h 381 $(MAKE) $(AM_MAKEFLAGS) all-recursive 382 383.SUFFIXES: 384.SUFFIXES: .c .dvi .lo .o .obj .ps 385am--refresh: 386 @: 387$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 388 @for dep in $?; do \ 389 case '$(am__configure_deps)' in \ 390 *$$dep*) \ 391 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 392 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 393 && exit 0; \ 394 exit 1;; \ 395 esac; \ 396 done; \ 397 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 398 $(am__cd) $(top_srcdir) && \ 399 $(AUTOMAKE) --foreign Makefile 400.PRECIOUS: Makefile 401Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 402 @case '$?' in \ 403 *config.status*) \ 404 echo ' $(SHELL) ./config.status'; \ 405 $(SHELL) ./config.status;; \ 406 *) \ 407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 408 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 409 esac; 410 411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 412 $(SHELL) ./config.status --recheck 413 414$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 415 $(am__cd) $(srcdir) && $(AUTOCONF) 416$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 417 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 418$(am__aclocal_m4_deps): 419 420config.h: stamp-h1 421 @if test ! -f $@; then \ 422 rm -f stamp-h1; \ 423 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 424 else :; fi 425 426stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 427 @rm -f stamp-h1 428 cd $(top_builddir) && $(SHELL) ./config.status config.h 429$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 430 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 431 rm -f stamp-h1 432 touch $@ 433 434distclean-hdr: 435 -rm -f config.h stamp-h1 436omp.h: $(top_builddir)/config.status $(srcdir)/omp.h.in 437 cd $(top_builddir) && $(SHELL) ./config.status $@ 438omp_lib.h: $(top_builddir)/config.status $(srcdir)/omp_lib.h.in 439 cd $(top_builddir) && $(SHELL) ./config.status $@ 440omp_lib.f90: $(top_builddir)/config.status $(srcdir)/omp_lib.f90.in 441 cd $(top_builddir) && $(SHELL) ./config.status $@ 442libgomp_f.h: $(top_builddir)/config.status $(srcdir)/libgomp_f.h.in 443 cd $(top_builddir) && $(SHELL) ./config.status $@ 444libgomp.spec: $(top_builddir)/config.status $(srcdir)/libgomp.spec.in 445 cd $(top_builddir) && $(SHELL) ./config.status $@ 446install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 447 @$(NORMAL_INSTALL) 448 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" 449 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 450 list2=; for p in $$list; do \ 451 if test -f $$p; then \ 452 list2="$$list2 $$p"; \ 453 else :; fi; \ 454 done; \ 455 test -z "$$list2" || { \ 456 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ 457 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ 458 } 459 460uninstall-toolexeclibLTLIBRARIES: 461 @$(NORMAL_UNINSTALL) 462 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 463 for p in $$list; do \ 464 $(am__strip_dir) \ 465 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ 466 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 467 done 468 469clean-toolexeclibLTLIBRARIES: 470 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 471 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 472 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 473 test "$$dir" != "$$p" || dir=.; \ 474 echo "rm -f \"$${dir}/so_locations\""; \ 475 rm -f "$${dir}/so_locations"; \ 476 done 477libgomp.la: $(libgomp_la_OBJECTS) $(libgomp_la_DEPENDENCIES) 478 $(libgomp_la_LINK) -rpath $(toolexeclibdir) $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) $(LIBS) 479 480mostlyclean-compile: 481 -rm -f *.$(OBJEXT) 482 483distclean-compile: 484 -rm -f *.tab.c 485 486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@ 487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ 488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar.Plo@am__quote@ 489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@ 490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@ 491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@ 492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ 493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fortran.Plo@am__quote@ 494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter.Plo@am__quote@ 495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter_ull.Plo@am__quote@ 496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@ 497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@ 498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_ull.Plo@am__quote@ 499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@ 500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordered.Plo@am__quote@ 501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel.Plo@am__quote@ 502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@ 503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptrlock.Plo@am__quote@ 504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sections.Plo@am__quote@ 505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sem.Plo@am__quote@ 506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single.Plo@am__quote@ 507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@ 508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@ 509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@ 510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@ 511 512.c.o: 513@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 514@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 515@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 516@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 517@am__fastdepCC_FALSE@ $(COMPILE) -c $< 518 519.c.obj: 520@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 521@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 522@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 523@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 524@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 525 526.c.lo: 527@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 528@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 529@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 530@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 531@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 532 533mostlyclean-libtool: 534 -rm -f *.lo 535 536clean-libtool: 537 -rm -rf .libs _libs 538 539distclean-libtool: 540 -rm -f libtool config.lt 541 542# GNU Make needs to see an explicit $(MAKE) variable in the command it 543# runs to enable its job server during parallel builds. Hence the 544# comments below. 545all-multi: 546 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) 547install-multi: 548 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) 549 550mostlyclean-multi: 551 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) 552clean-multi: 553 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 554distclean-multi: 555 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 556maintainer-clean-multi: 557 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 558 559libgomp.dvi: libgomp.texi 560 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 561 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 562 $(TEXI2DVI) -o $@ `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi 563 564libgomp.pdf: libgomp.texi 565 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 566 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 567 $(TEXI2PDF) -o $@ `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi 568 569libgomp.html: libgomp.texi 570 rm -rf $(@:.html=.htp) 571 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 572 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \ 573 then \ 574 rm -rf $@; \ 575 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 576 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ 577 else \ 578 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 579 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ 580 exit 1; \ 581 fi 582.dvi.ps: 583 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 584 $(DVIPS) -o $@ $< 585 586uninstall-dvi-am: 587 @$(NORMAL_UNINSTALL) 588 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 589 for p in $$list; do \ 590 $(am__strip_dir) \ 591 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ 592 rm -f "$(DESTDIR)$(dvidir)/$$f"; \ 593 done 594 595uninstall-html-am: 596 @$(NORMAL_UNINSTALL) 597 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ 598 for p in $$list; do \ 599 $(am__strip_dir) \ 600 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ 601 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ 602 done 603 604uninstall-info-am: 605 @$(PRE_UNINSTALL) 606 @if test -d '$(DESTDIR)$(infodir)' && \ 607 (install-info --version && \ 608 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 609 list='$(INFO_DEPS)'; \ 610 for file in $$list; do \ 611 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 612 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 613 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 614 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ 615 done; \ 616 else :; fi 617 @$(NORMAL_UNINSTALL) 618 @list='$(INFO_DEPS)'; \ 619 for file in $$list; do \ 620 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 621 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 622 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ 623 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ 624 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ 625 else :; fi); \ 626 done 627 628uninstall-pdf-am: 629 @$(NORMAL_UNINSTALL) 630 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 631 for p in $$list; do \ 632 $(am__strip_dir) \ 633 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ 634 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ 635 done 636 637uninstall-ps-am: 638 @$(NORMAL_UNINSTALL) 639 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 640 for p in $$list; do \ 641 $(am__strip_dir) \ 642 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ 643 rm -f "$(DESTDIR)$(psdir)/$$f"; \ 644 done 645 646dist-info: $(INFO_DEPS) 647 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 648 list='$(INFO_DEPS)'; \ 649 for base in $$list; do \ 650 case $$base in \ 651 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ 652 esac; \ 653 if test -f $$base; then d=.; else d=$(srcdir); fi; \ 654 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ 655 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ 656 if test -f $$file; then \ 657 relfile=`expr "$$file" : "$$d/\(.*\)"`; \ 658 test -f "$(distdir)/$$relfile" || \ 659 cp -p $$file "$(distdir)/$$relfile"; \ 660 else :; fi; \ 661 done; \ 662 done 663 664mostlyclean-aminfo: 665 -rm -rf libgomp.aux libgomp.cp libgomp.cps libgomp.fn libgomp.fns \ 666 libgomp.ky libgomp.kys libgomp.log libgomp.pg libgomp.pgs \ 667 libgomp.tmp libgomp.toc libgomp.tp libgomp.tps libgomp.vr \ 668 libgomp.vrs 669 670clean-aminfo: 671 -test -z "libgomp.dvi libgomp.pdf libgomp.ps libgomp.html" \ 672 || rm -rf libgomp.dvi libgomp.pdf libgomp.ps libgomp.html 673 674maintainer-clean-aminfo: 675 @list='$(INFO_DEPS)'; for i in $$list; do \ 676 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 677 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 678 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ 679 done 680install-nodist_fincludeHEADERS: $(nodist_finclude_HEADERS) 681 @$(NORMAL_INSTALL) 682 test -z "$(fincludedir)" || $(MKDIR_P) "$(DESTDIR)$(fincludedir)" 683 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \ 684 for p in $$list; do \ 685 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 686 echo "$$d$$p"; \ 687 done | $(am__base_list) | \ 688 while read files; do \ 689 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(fincludedir)'"; \ 690 $(INSTALL_HEADER) $$files "$(DESTDIR)$(fincludedir)" || exit $$?; \ 691 done 692 693uninstall-nodist_fincludeHEADERS: 694 @$(NORMAL_UNINSTALL) 695 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \ 696 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 697 test -n "$$files" || exit 0; \ 698 echo " ( cd '$(DESTDIR)$(fincludedir)' && rm -f" $$files ")"; \ 699 cd "$(DESTDIR)$(fincludedir)" && rm -f $$files 700install-nodist_libsubincludeHEADERS: $(nodist_libsubinclude_HEADERS) 701 @$(NORMAL_INSTALL) 702 test -z "$(libsubincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" 703 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \ 704 for p in $$list; do \ 705 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 706 echo "$$d$$p"; \ 707 done | $(am__base_list) | \ 708 while read files; do \ 709 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsubincludedir)'"; \ 710 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsubincludedir)" || exit $$?; \ 711 done 712 713uninstall-nodist_libsubincludeHEADERS: 714 @$(NORMAL_UNINSTALL) 715 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \ 716 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 717 test -n "$$files" || exit 0; \ 718 echo " ( cd '$(DESTDIR)$(libsubincludedir)' && rm -f" $$files ")"; \ 719 cd "$(DESTDIR)$(libsubincludedir)" && rm -f $$files 720install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS) 721 @$(NORMAL_INSTALL) 722 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" 723 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 724 for p in $$list; do \ 725 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 726 echo "$$d$$p"; \ 727 done | $(am__base_list) | \ 728 while read files; do \ 729 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \ 730 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \ 731 done 732 733uninstall-nodist_toolexeclibHEADERS: 734 @$(NORMAL_UNINSTALL) 735 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 736 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 737 test -n "$$files" || exit 0; \ 738 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \ 739 cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files 740 741# This directory's subdirectories are mostly independent; you can cd 742# into them and run `make' without going through this Makefile. 743# To change the values of `make' variables: instead of editing Makefiles, 744# (1) if the variable is set in `config.status', edit `config.status' 745# (which will cause the Makefiles to be regenerated when you run `make'); 746# (2) otherwise, pass the desired values on the `make' command line. 747$(RECURSIVE_TARGETS): 748 @fail= failcom='exit 1'; \ 749 for f in x $$MAKEFLAGS; do \ 750 case $$f in \ 751 *=* | --[!k]*);; \ 752 *k*) failcom='fail=yes';; \ 753 esac; \ 754 done; \ 755 dot_seen=no; \ 756 target=`echo $@ | sed s/-recursive//`; \ 757 list='$(SUBDIRS)'; for subdir in $$list; do \ 758 echo "Making $$target in $$subdir"; \ 759 if test "$$subdir" = "."; then \ 760 dot_seen=yes; \ 761 local_target="$$target-am"; \ 762 else \ 763 local_target="$$target"; \ 764 fi; \ 765 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 766 || eval $$failcom; \ 767 done; \ 768 if test "$$dot_seen" = "no"; then \ 769 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 770 fi; test -z "$$fail" 771 772$(RECURSIVE_CLEAN_TARGETS): 773 @fail= failcom='exit 1'; \ 774 for f in x $$MAKEFLAGS; do \ 775 case $$f in \ 776 *=* | --[!k]*);; \ 777 *k*) failcom='fail=yes';; \ 778 esac; \ 779 done; \ 780 dot_seen=no; \ 781 case "$@" in \ 782 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 783 *) list='$(SUBDIRS)' ;; \ 784 esac; \ 785 rev=''; for subdir in $$list; do \ 786 if test "$$subdir" = "."; then :; else \ 787 rev="$$subdir $$rev"; \ 788 fi; \ 789 done; \ 790 rev="$$rev ."; \ 791 target=`echo $@ | sed s/-recursive//`; \ 792 for subdir in $$rev; do \ 793 echo "Making $$target in $$subdir"; \ 794 if test "$$subdir" = "."; then \ 795 local_target="$$target-am"; \ 796 else \ 797 local_target="$$target"; \ 798 fi; \ 799 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 800 || eval $$failcom; \ 801 done && test -z "$$fail" 802tags-recursive: 803 list='$(SUBDIRS)'; for subdir in $$list; do \ 804 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 805 done 806ctags-recursive: 807 list='$(SUBDIRS)'; for subdir in $$list; do \ 808 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 809 done 810 811ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 812 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 813 unique=`for i in $$list; do \ 814 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 815 done | \ 816 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 817 END { if (nonempty) { for (i in files) print i; }; }'`; \ 818 mkid -fID $$unique 819tags: TAGS 820 821TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 822 $(TAGS_FILES) $(LISP) 823 set x; \ 824 here=`pwd`; \ 825 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 826 include_option=--etags-include; \ 827 empty_fix=.; \ 828 else \ 829 include_option=--include; \ 830 empty_fix=; \ 831 fi; \ 832 list='$(SUBDIRS)'; for subdir in $$list; do \ 833 if test "$$subdir" = .; then :; else \ 834 test ! -f $$subdir/TAGS || \ 835 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 836 fi; \ 837 done; \ 838 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 839 unique=`for i in $$list; do \ 840 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 841 done | \ 842 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 843 END { if (nonempty) { for (i in files) print i; }; }'`; \ 844 shift; \ 845 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 846 test -n "$$unique" || unique=$$empty_fix; \ 847 if test $$# -gt 0; then \ 848 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 849 "$$@" $$unique; \ 850 else \ 851 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 852 $$unique; \ 853 fi; \ 854 fi 855ctags: CTAGS 856CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 857 $(TAGS_FILES) $(LISP) 858 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 859 unique=`for i in $$list; do \ 860 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 861 done | \ 862 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 863 END { if (nonempty) { for (i in files) print i; }; }'`; \ 864 test -z "$(CTAGS_ARGS)$$unique" \ 865 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 866 $$unique 867 868GTAGS: 869 here=`$(am__cd) $(top_builddir) && pwd` \ 870 && $(am__cd) $(top_srcdir) \ 871 && gtags -i $(GTAGS_ARGS) "$$here" 872 873distclean-tags: 874 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 875 876distdir: $(DISTFILES) 877 $(am__remove_distdir) 878 test -d "$(distdir)" || mkdir "$(distdir)" 879 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 880 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 881 list='$(DISTFILES)'; \ 882 dist_files=`for file in $$list; do echo $$file; done | \ 883 sed -e "s|^$$srcdirstrip/||;t" \ 884 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 885 case $$dist_files in \ 886 */*) $(MKDIR_P) `echo "$$dist_files" | \ 887 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 888 sort -u` ;; \ 889 esac; \ 890 for file in $$dist_files; do \ 891 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 892 if test -d $$d/$$file; then \ 893 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 894 if test -d "$(distdir)/$$file"; then \ 895 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 896 fi; \ 897 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 898 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 899 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 900 fi; \ 901 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 902 else \ 903 test -f "$(distdir)/$$file" \ 904 || cp -p $$d/$$file "$(distdir)/$$file" \ 905 || exit 1; \ 906 fi; \ 907 done 908 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 909 if test "$$subdir" = .; then :; else \ 910 test -d "$(distdir)/$$subdir" \ 911 || $(MKDIR_P) "$(distdir)/$$subdir" \ 912 || exit 1; \ 913 fi; \ 914 done 915 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 916 if test "$$subdir" = .; then :; else \ 917 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 918 $(am__relativize); \ 919 new_distdir=$$reldir; \ 920 dir1=$$subdir; dir2="$(top_distdir)"; \ 921 $(am__relativize); \ 922 new_top_distdir=$$reldir; \ 923 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 924 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 925 ($(am__cd) $$subdir && \ 926 $(MAKE) $(AM_MAKEFLAGS) \ 927 top_distdir="$$new_top_distdir" \ 928 distdir="$$new_distdir" \ 929 am__remove_distdir=: \ 930 am__skip_length_check=: \ 931 am__skip_mode_fix=: \ 932 distdir) \ 933 || exit 1; \ 934 fi; \ 935 done 936 $(MAKE) $(AM_MAKEFLAGS) \ 937 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 938 dist-info 939 -test -n "$(am__skip_mode_fix)" \ 940 || find "$(distdir)" -type d ! -perm -755 \ 941 -exec chmod u+rwx,go+rx {} \; -o \ 942 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 943 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 944 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 945 || chmod -R a+r "$(distdir)" 946dist-gzip: distdir 947 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 948 $(am__remove_distdir) 949 950dist-bzip2: distdir 951 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 952 $(am__remove_distdir) 953 954dist-lzma: distdir 955 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 956 $(am__remove_distdir) 957 958dist-xz: distdir 959 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 960 $(am__remove_distdir) 961 962dist-tarZ: distdir 963 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 964 $(am__remove_distdir) 965 966dist-shar: distdir 967 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 968 $(am__remove_distdir) 969 970dist-zip: distdir 971 -rm -f $(distdir).zip 972 zip -rq $(distdir).zip $(distdir) 973 $(am__remove_distdir) 974 975dist dist-all: distdir 976 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 977 $(am__remove_distdir) 978 979# This target untars the dist file and tries a VPATH configuration. Then 980# it guarantees that the distribution is self-contained by making another 981# tarfile. 982distcheck: dist 983 case '$(DIST_ARCHIVES)' in \ 984 *.tar.gz*) \ 985 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 986 *.tar.bz2*) \ 987 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 988 *.tar.lzma*) \ 989 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 990 *.tar.xz*) \ 991 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 992 *.tar.Z*) \ 993 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 994 *.shar.gz*) \ 995 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 996 *.zip*) \ 997 unzip $(distdir).zip ;;\ 998 esac 999 chmod -R a-w $(distdir); chmod a+w $(distdir) 1000 mkdir $(distdir)/_build 1001 mkdir $(distdir)/_inst 1002 chmod a-w $(distdir) 1003 test -d $(distdir)/_build || exit 0; \ 1004 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1005 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1006 && am__cwd=`pwd` \ 1007 && $(am__cd) $(distdir)/_build \ 1008 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1009 $(DISTCHECK_CONFIGURE_FLAGS) \ 1010 && $(MAKE) $(AM_MAKEFLAGS) \ 1011 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1012 && $(MAKE) $(AM_MAKEFLAGS) check \ 1013 && $(MAKE) $(AM_MAKEFLAGS) install \ 1014 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1015 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1016 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1017 distuninstallcheck \ 1018 && chmod -R a-w "$$dc_install_base" \ 1019 && ({ \ 1020 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1021 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1022 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1023 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1024 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1025 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1026 && rm -rf "$$dc_destdir" \ 1027 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1028 && rm -rf $(DIST_ARCHIVES) \ 1029 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1030 && cd "$$am__cwd" \ 1031 || exit 1 1032 $(am__remove_distdir) 1033 @(echo "$(distdir) archives ready for distribution: "; \ 1034 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1035 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1036distuninstallcheck: 1037 @$(am__cd) '$(distuninstallcheck_dir)' \ 1038 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 1039 || { echo "ERROR: files left after uninstall:" ; \ 1040 if test -n "$(DESTDIR)"; then \ 1041 echo " (check DESTDIR support)"; \ 1042 fi ; \ 1043 $(distuninstallcheck_listfiles) ; \ 1044 exit 1; } >&2 1045distcleancheck: distclean 1046 @if test '$(srcdir)' = . ; then \ 1047 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1048 exit 1 ; \ 1049 fi 1050 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1051 || { echo "ERROR: files left in build directory after distclean:" ; \ 1052 $(distcleancheck_listfiles) ; \ 1053 exit 1; } >&2 1054check-am: all-am 1055check: check-recursive 1056all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) all-multi $(HEADERS) \ 1057 config.h all-local 1058installdirs: installdirs-recursive 1059installdirs-am: 1060 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \ 1061 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1062 done 1063install: install-recursive 1064install-exec: install-exec-recursive 1065install-data: install-data-recursive 1066uninstall: uninstall-recursive 1067 1068install-am: all-am 1069 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1070 1071installcheck: installcheck-recursive 1072install-strip: 1073 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1074 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1075 `test -z '$(STRIP)' || \ 1076 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1077mostlyclean-generic: 1078 1079clean-generic: 1080 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1081 1082distclean-generic: 1083 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1084 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1085 1086maintainer-clean-generic: 1087 @echo "This command is intended for maintainers to use" 1088 @echo "it deletes files that may require special tools to rebuild." 1089 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1090clean: clean-multi clean-recursive 1091 1092clean-am: clean-aminfo clean-generic clean-libtool \ 1093 clean-toolexeclibLTLIBRARIES mostlyclean-am 1094 1095distclean: distclean-multi distclean-recursive 1096 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1097 -rm -rf ./$(DEPDIR) 1098 -rm -f Makefile 1099distclean-am: clean-am distclean-compile distclean-generic \ 1100 distclean-hdr distclean-libtool distclean-tags 1101 1102dvi: dvi-recursive 1103 1104dvi-am: $(DVIS) 1105 1106html: html-recursive 1107 1108html-am: $(HTMLS) 1109 1110info: info-recursive 1111 1112info-am: $(INFO_DEPS) 1113 1114install-data-am: install-info-am install-nodist_fincludeHEADERS \ 1115 install-nodist_libsubincludeHEADERS 1116 1117install-dvi: install-dvi-recursive 1118 1119install-dvi-am: $(DVIS) 1120 @$(NORMAL_INSTALL) 1121 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)" 1122 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 1123 for p in $$list; do \ 1124 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1125 echo "$$d$$p"; \ 1126 done | $(am__base_list) | \ 1127 while read files; do \ 1128 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ 1129 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ 1130 done 1131install-exec-am: install-multi install-nodist_toolexeclibHEADERS \ 1132 install-toolexeclibLTLIBRARIES 1133 1134install-html: install-html-recursive 1135 1136install-html-am: $(HTMLS) 1137 @$(NORMAL_INSTALL) 1138 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" 1139 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ 1140 for p in $$list; do \ 1141 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1142 $(am__strip_dir) \ 1143 if test -d "$$d$$p"; then \ 1144 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 1145 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ 1146 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \ 1147 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ 1148 else \ 1149 list2="$$list2 $$d$$p"; \ 1150 fi; \ 1151 done; \ 1152 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ 1153 while read files; do \ 1154 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 1155 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 1156 done; } 1157install-info: install-info-recursive 1158 1159install-info-am: $(INFO_DEPS) 1160 @$(NORMAL_INSTALL) 1161 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)" 1162 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1163 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1164 for file in $$list; do \ 1165 case $$file in \ 1166 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1167 esac; \ 1168 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 1169 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ 1170 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 1171 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ 1172 if test -f $$ifile; then \ 1173 echo "$$ifile"; \ 1174 else : ; fi; \ 1175 done; \ 1176 done | $(am__base_list) | \ 1177 while read files; do \ 1178 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 1179 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 1180 @$(POST_INSTALL) 1181 @if (install-info --version && \ 1182 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 1183 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1184 for file in $$list; do \ 1185 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 1186 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 1187 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 1188 done; \ 1189 else : ; fi 1190install-man: 1191 1192install-pdf: install-pdf-recursive 1193 1194install-pdf-am: $(PDFS) 1195 @$(NORMAL_INSTALL) 1196 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)" 1197 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 1198 for p in $$list; do \ 1199 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1200 echo "$$d$$p"; \ 1201 done | $(am__base_list) | \ 1202 while read files; do \ 1203 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ 1204 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done 1205install-ps: install-ps-recursive 1206 1207install-ps-am: $(PSS) 1208 @$(NORMAL_INSTALL) 1209 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)" 1210 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 1211 for p in $$list; do \ 1212 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1213 echo "$$d$$p"; \ 1214 done | $(am__base_list) | \ 1215 while read files; do \ 1216 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ 1217 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done 1218installcheck-am: 1219 1220maintainer-clean: maintainer-clean-multi maintainer-clean-recursive 1221 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1222 -rm -rf $(top_srcdir)/autom4te.cache 1223 -rm -rf ./$(DEPDIR) 1224 -rm -f Makefile 1225maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 1226 maintainer-clean-generic 1227 1228mostlyclean: mostlyclean-multi mostlyclean-recursive 1229 1230mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ 1231 mostlyclean-generic mostlyclean-libtool 1232 1233pdf: pdf-recursive 1234 1235pdf-am: $(PDFS) 1236 1237ps: ps-recursive 1238 1239ps-am: $(PSS) 1240 1241uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ 1242 uninstall-nodist_fincludeHEADERS \ 1243 uninstall-nodist_libsubincludeHEADERS \ 1244 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \ 1245 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES 1246 1247.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \ 1248 clean-multi ctags-recursive distclean-multi install-am \ 1249 install-multi install-strip maintainer-clean-multi \ 1250 mostlyclean-multi tags-recursive 1251 1252.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 1253 all all-am all-local all-multi am--refresh check check-am \ 1254 clean clean-aminfo clean-generic clean-libtool clean-multi \ 1255 clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist \ 1256 dist-all dist-bzip2 dist-gzip dist-info dist-lzma dist-shar \ 1257 dist-tarZ dist-xz dist-zip distcheck distclean \ 1258 distclean-compile distclean-generic distclean-hdr \ 1259 distclean-libtool distclean-multi distclean-tags \ 1260 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 1261 html-am info info-am install install-am install-data \ 1262 install-data-am install-dvi install-dvi-am install-exec \ 1263 install-exec-am install-html install-html-am install-info \ 1264 install-info-am install-man install-multi \ 1265 install-nodist_fincludeHEADERS \ 1266 install-nodist_libsubincludeHEADERS \ 1267 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \ 1268 install-ps install-ps-am install-strip \ 1269 install-toolexeclibLTLIBRARIES installcheck installcheck-am \ 1270 installdirs installdirs-am maintainer-clean \ 1271 maintainer-clean-aminfo maintainer-clean-generic \ 1272 maintainer-clean-multi mostlyclean mostlyclean-aminfo \ 1273 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1274 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \ 1275 uninstall uninstall-am uninstall-dvi-am uninstall-html-am \ 1276 uninstall-info-am uninstall-nodist_fincludeHEADERS \ 1277 uninstall-nodist_libsubincludeHEADERS \ 1278 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \ 1279 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES 1280 1281 1282vpath % $(strip $(search_path)) 1283 1284omp_lib_kinds.mod: omp_lib.mod 1285 : 1286omp_lib.mod: omp_lib.f90 1287 $(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90 1288fortran.lo: libgomp_f.h 1289fortran.o: libgomp_f.h 1290env.lo: libgomp_f.h 1291env.o: libgomp_f.h 1292 1293all-local: $(STAMP_GENINSRC) 1294 1295stamp-geninsrc: libgomp.info 1296 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info 1297 @touch $@ 1298 1299libgomp.info: $(STAMP_BUILD_INFO) 1300 1301stamp-build-info: libgomp.texi 1302 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi 1303 @touch $@ 1304 1305# Tell versions [3.59,3.63) of GNU make to not export all variables. 1306# Otherwise a system limit (for SysV at least) may be exceeded. 1307.NOEXPORT: 1308