2 Initialization of OpenMP support.
18 BUILT_SOURCES += omp.h
20 # We need the following in order to create <omp.h> when the system
21 # doesn't have one that works with the given compiler.
22 omp.h: omp.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
23 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
24 $(AM_V_GEN)rm -f $@-t $@ && \
25 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
26 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
27 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
28 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
29 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
30 -e 's|@''NEXT_OMP_H''@|$(NEXT_OMP_H)|g' \
31 < $(srcdir)/omp.in.h; \
34 MOSTLYCLEANFILES += omp.h omp.h-t
36 lib_SOURCES += omp-init.c