URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libgomp/] [Makefile.am] - Rev 816
Compare with Previous | Blame | View Log
## Process this file with automake to produce Makefile.inACLOCAL_AMFLAGS = -I ../configSUBDIRS = testsuite## May be used by toolexeclibdir.gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)config_path = @config_path@search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/fincludelibsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/includeempty =space = $(empty) $(empty)VPATH = $(subst $(space),:,$(strip $(search_path)))AM_CPPFLAGS = $(addprefix -I, $(search_path))AM_CFLAGS = $(XCFLAGS)AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)toolexeclib_LTLIBRARIES = libgomp.lanodist_toolexeclib_HEADERS = libgomp.specif LIBGOMP_BUILD_VERSIONED_SHLIBlibgomp_version_script = -Wl,--version-script,$(top_srcdir)/libgomp.mapelselibgomp_version_script =endiflibgomp_version_info = -version-info $(libtool_VERSION)libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script)libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \loop.c ordered.c parallel.c sections.c single.c team.c work.c \lock.c mutex.c proc.c sem.c bar.c time.c fortran.cnodist_noinst_HEADERS = libgomp_f.hnodist_libsubinclude_HEADERS = omp.hif USE_FORTRANnodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.modendifomp_lib_kinds.mod: omp_lib.mod:omp_lib.mod: omp_lib.f90$(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90fortran.lo: libgomp_f.hfortran.o: libgomp_f.henv.lo: libgomp_f.henv.o: libgomp_f.h# No install-html target.PHONY: install-htmlinstall-html:# Automake Documentation:# If your package has Texinfo files in many directories, you can use the# variable TEXINFO_TEX to tell Automake where to find the canonical# `texinfo.tex' for your package. The value of this variable should be# the relative path from the current `Makefile.am' to `texinfo.tex'.TEXINFO_TEX = ../gcc/doc/include/texinfo.tex# Defines info, dvi, pdf and html targetsMAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/includeinfo_TEXINFOS = libgomp.texi# AM_CONDITIONAL on configure option --generated-files-in-srcdirif GENINSRCSTAMP_GENINSRC = stamp-geninsrcelseSTAMP_GENINSRC =endif# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])if BUILD_INFOSTAMP_BUILD_INFO = stamp-build-infoelseSTAMP_BUILD_INFO =endifall-local: $(STAMP_GENINSRC)stamp-geninsrc: libgomp.infocp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info@touch $@libgomp.info: $(STAMP_BUILD_INFO)stamp-build-info: libgomp.texi$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi@touch $@CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libgomp.infoMAINTAINERCLEANFILES = $(srcdir)/libgomp.info
