OSDN Git Service

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