OSDN Git Service

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