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