Remove OPMPressure's Autotools build system.

This commit is contained in:
Bård Skaflestad
2011-12-08 12:54:39 +01:00
parent 53f816df80
commit 7e6107e55d
3 changed files with 0 additions and 121 deletions

View File

@@ -1,5 +0,0 @@
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
## include $(top_srcdir)/am/global-rules

View File

@@ -1,51 +0,0 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
AC_INIT([opmpressure], [0.1], [Bard.Skaflestad@sintef.no])
AM_INIT_AUTOMAKE([foreign -Wall])
# Use "silent" rules by default if available in the Automake being used to
# process this setup. See, e.g.,
#
# http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
#
# for details, particularly concerning the backwards compatibility.
#
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/mimetic.h])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC
AC_PROG_F77
AC_PROG_LIBTOOL
# Checks for libraries.
# Checks for header files.
AC_CHECK_HEADERS([limits.h stddef.h stdlib.h string.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_TYPE_SIZE_T
AC_CHECK_TYPES([ptrdiff_t])
# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([floor memmove memset])
AX_LAPACK
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT

View File

@@ -1,65 +0,0 @@
libopmpressuredir = $(includedir)/opm/pressure
lib_LTLIBRARIES = libopmpressure.la
noinst_LTLIBRARIES = libopmpressure_noinst.la
libopmpressure_HEADERS = \
blas_lapack.h \
coarse_conn.h \
coarse_sys.h \
compr_bc.h \
compr_quant.h \
compr_quant_general.h \
compr_source.h \
cfs_tpfa.h \
cfs_tpfa_residual.h \
dfs.h \
flow_bc.h \
fsh.h \
grid.h \
hash_set.h \
hybsys_global.h \
hybsys.h \
ifs_tpfa.h \
ifsh_ms.h \
mimetic.h \
partition.h \
sparse_sys.h \
trans_tpfa.h \
well.h \
GridAdapter.hpp \
HybridPressureSolver.hpp \
TPFAPressureSolver.hpp
libopmpressure_la_SOURCES = \
cfsh.c \
coarse_conn.c \
coarse_sys.c \
compr_bc.c \
compr_quant.c \
compr_quant_general.c \
compr_source.c \
cfs_tpfa.c \
cfs_tpfa_residual.c \
dfs.c \
flow_bc.c \
fsh.c \
fsh_common_impl.h \
fsh_common_impl.c \
hash_set.c \
hybsys.c \
hybsys_global.c \
ifs_tpfa.c \
ifsh.c \
ifsh_ms.c \
mimetic.c \
partition.c \
sparse_sys.c \
trans_tpfa.c \
well.c
libopmpressure_noinst_la_SOURCES = $(libopmpressure_la_SOURCES)
## include $(top_srcdir)/am/global-rules