Remove remnants of the Autotools build system

This commit is contained in:
Roland Kaufmann 2013-02-22 19:35:32 +01:00
parent adbf45c492
commit a627e6416e
14 changed files with 1 additions and 269 deletions

View File

@ -1,26 +0,0 @@
# $Id: duneproject 5842 2010-01-20 18:48:34Z joe $
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
SUBDIRS = m4 opm doc examples tests
if BUILD_DOCS
# TODO: set up documentation tree automatically
#SUBDIRS += doc
endif
# don't follow the full GNU-standard
# we need automake 1.5
AUTOMAKE_OPTIONS = foreign 1.5
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS = --with-dune-common=$(DUNE_COMMON_ROOT) \
--with-dune-grid=$(DUNE_GRID_ROOT) \
--with-dune-istl=$(DUNE_ISTL_ROOT) \
--with-dune-cornerpoint=$(DUNE_CORNERPOINT_ROOT) \
--with-opm-porsol=$(OPM_PORSOL_ROOT) \
CXX="$(CXX)" CC="$(CC)"
include $(top_srcdir)/am/top-rules
include $(top_srcdir)/am/global-rules

6
README
View File

@ -4,11 +4,7 @@ Preparing the Sources
Additional to the software mentioned in README you'll need the
following programs installed on your system:
automake >= 1.5
autoconf >= 2.50
libtool
cmake >= 2.8
Getting started
---------------

View File

@ -1,48 +0,0 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
# 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])])
AC_CONFIG_SRCDIR([opm/upscaling/SinglePhaseUpscaler.hpp])
AM_CONFIG_HEADER([config.h])
# we need no more than the standard DE-stuff
# this module depends on dune-common dune-grid dune-istl dune-cornerpoint opm-porsol
# this implies checking for [dune-common], [dune-grid], [dune-istl], [dune-cornerpoint], [opm-porsol]
DUNE_CHECK_ALL
AC_LANG_PUSH([C++])
m4_ifdef([AC_OPENMP], [AC_OPENMP])
AC_LANG_POP([C++])
# implicitly set the Dune-flags everywhere
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([
Makefile
m4/Makefile
doc/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
opm/Makefile
opm/upscaling/Makefile
opm/elasticity/Makefile
opm/upscaling/test/Makefile
opm-upscaling.pc
examples/Makefile
])
AC_OUTPUT
# finally print the summary information
DUNE_SUMMARY_ALL

View File

@ -1,12 +0,0 @@
SUBDIRS = doxygen
CURDIR = doc
BASEDIR = ..
# add list of html files to generate from wml
PAGES=
docdir=$(datadir)/doc/opm-upscaling
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/global-rules

View File

@ -1,7 +0,0 @@
BASEDIR=../..
CURDIR=doc/doxygen
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules

View File

@ -1,76 +0,0 @@
# $Date$
# $Revision$
check_PROGRAMS =
noinst_PROGRAMS = \
cpchop \
cpchop_depthtrend \
cpregularize \
exp_variogram \
grdecldips \
upscale_avg \
upscale_cap \
upscale_cond \
upscale_elasticity \
upscale_perm \
upscale_relperm_ssor \
upscale_relperm_bgs \
upscale_relperm_aniso \
upscale_relperm_aniso_ssor \
upscale_relperm \
upscale_relpermvisc \
upscale_steadystate_implicit
cpchop_SOURCES = cpchop.cpp
cpchop_depthtrend_SOURCES = cpchop_depthtrend.cpp
cpregularize_SOURCES = cpregularize.cpp
exp_variogram_SOURCES = exp_variogram.cpp
grdecldips_SOURCES = grdecldips.cpp
upscale_avg_SOURCES = upscale_avg.cpp
upscale_cap_SOURCES = upscale_cap.cpp
upscale_cond_SOURCES = upscale_cond.cpp
upscale_elasticity_SOURCES = upscale_elasticity.cpp
upscale_elasticity_CXXFLAGS = ${OPENMP_CXXFLAGS}
upscale_elasticity_LDADD = \
$(top_srcdir)/opm/elasticity/libelasticityupscale.la \
$(LDADD)
upscale_perm_SOURCES = upscale_perm.cpp
upscale_relperm_SOURCES = upscale_relperm.cpp
upscale_relperm_ssor_SOURCES = upscale_relperm.cpp
upscale_relperm_ssor_CXXFLAGS = -DSMOOTHER_ILU=0 $(AM_CPPFLAGS)
upscale_relperm_bgs_SOURCES = upscale_relperm.cpp
upscale_relperm_bgs_CXXFLAGS = -DSMOOTHER_ILU=0 -DSMOOTHER_BGS=1 $(AM_CPPFLAGS)
upscale_relperm_aniso_SOURCES = upscale_relperm.cpp
upscale_relperm_aniso_CXXFLAGS = -DANISOTROPIC_3D=1
upscale_relperm_aniso_ssor_SOURCES = upscale_relperm.cpp
upscale_relperm_aniso_ssor_CXXFLAGS = -DANISOTROPIC_3D=1 -DSMOOTHER_ILU=0 $(AM_CPPFLAGS)
upscale_relpermvisc_SOURCES = upscale_relpermvisc.cpp
upscale_steadystate_implicit_SOURCES = upscale_steadystate_implicit.cpp
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
LDADD = $(DUNEMPILIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
$(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) \
$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SUPERLU_LIBS)
TESTS = $(check_PROGRAMS)
include $(top_srcdir)/am/global-rules

View File

@ -1,8 +0,0 @@
M4FILES = opm-upscaling.m4
aclocaldir = $(datadir)/aclocal
aclocal_DATA = $(M4FILES)
EXTRA_DIST = $(M4FILES)
include $(top_srcdir)/am/global-rules

View File

@ -1,15 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
CXX=@CXX@
CC=@CC@
DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: A Dune module containing single-phase and steady-state upscaling methods.
URL: http://www.opm-project.org
Requires: ${DEPENDENCIES}
Libs: -L${libdir} -lopmupscaling
Cflags: -I${includedir}

View File

@ -1,3 +0,0 @@
SUBDIRS = upscaling elasticity
include $(top_srcdir)/am/global-rules

View File

@ -1,10 +0,0 @@
lib_LTLIBRARIES = libelasticityupscale.la
libelasticityupscale_la_SOURCES = \
boundarygrid.cpp \
dynmatrixev.cpp \
material.cpp \
materials.cpp \
mpc.cpp
include $(top_srcdir)/am/global-rules

View File

@ -1,8 +0,0 @@
# $Date: 2010-04-29 11:11:10 +0200 (Thu, 29 Apr 2010) $
# $Revision: 836 $
upscalingdir = $(includedir)/opm/upscaling
upscaling_HEADERS = SinglePhaseUpscaler.hpp \
SteadyStateUpscaler.hpp SteadyStateUpscaler_impl.hpp
include $(top_srcdir)/am/global-rules

View File

@ -1 +0,0 @@
A stamp file to signify that this directory comes from a version control system, not an unpacked tarball

View File

@ -1,2 +0,0 @@
SUBDIRS = not-unit
include $(top_srcdir)/am/global-rules

View File

@ -1,48 +0,0 @@
# $Date$
# $Revision$
check_PROGRAMS =
noinst_PROGRAMS = \
aniso_implicit_steadystate_test \
aniso_steadystate_test \
implicit_steadystate_test \
opmpressure_test \
steadystate_test_explicit \
steadystate_test_implicit \
upscaling_test
#test_array
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
LDADD = $(DUNEMPILIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
$(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) \
$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SUPERLU_LIBS)
aniso_implicit_steadystate_test_SOURCES = \
aniso_implicit_steadystate_test.cpp
aniso_steadystate_test_SOURCES = \
aniso_steadystate_test.cpp
implicit_steadystate_test_SOURCES = \
implicit_steadystate_test.cpp
opmpressure_test_SOURCES = \
opmpressure_test.cpp
steadystate_test_explicit_SOURCES = \
steadystate_test_explicit.cpp
steadystate_test_implicit_SOURCES = \
steadystate_test_implicit.cpp
upscaling_test_SOURCES = \
upscaling_test.cpp
#test_array_SOURCES = test_array.cpp
TESTS = $(check_PROGRAMS)
include $(top_srcdir)/am/global-rules