Skip to content
Snippets Groups Projects
Commit f396624b authored by Leo Schmidt's avatar Leo Schmidt Committed by lschmidt@PCPOOL.MI.FU-BERLIN.DE
Browse files

added rods.pc, complemented configure.ac and Makefile.am

[[Imported from SVN: r5371]]
parent 930fa727
No related branches found
No related tags found
No related merge requests found
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
SUBDIRS = m4 src test
# possible options
......
......@@ -18,7 +18,10 @@ LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile])
test/Makefile
m4/Makefile
rods.pc
])
AC_OUTPUT
# finally print the summary information
......
rods.pc 0 → 100644
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
CXX=g++ -std=c++0x
CC=gcc
DEPENDENCIES= dune-common dune-grid dune-istl dune-disc dune-solvers ag-common
Name: rods
Version: 0.0
Description: Dune (Distributed and Unified Numerics Environment) rods module
Requires: ${DEPENDENCIES}
Libs:
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment