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