OSDN Git Service

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