OSDN Git Service

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