Skip to content
Snippets Groups Projects
Commit d2e9c535 authored by Christian Engwer's avatar Christian Engwer
Browse files

* move common to dune/common

* update Makefiles and configure

[[Imported from SVN: r5643]]
parent 6acc33aa
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 63 deletions
......@@ -7,7 +7,7 @@ EXTRA_DIST=dune.module
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common lib doc bin m4 am
SUBDIRS = dune lib doc bin m4 am
sourcescheck_NOSOURCES=aclocal.m4 dependencies.m4
......
Makefile
Makefile.in
.deps
.libs
*.lo
*.swp
libcommon.la
semantic.cache
Makefile
Makefile.in
Makefile
Makefile.in
.deps
.libs
semantic.cache
fvectortest
mpicollcomm
lrutest
parsetest
test-stack
arraylisttest
smartpointertest
float_cmp
bitsetvectortest
iteratorfacadetest
sllisttest
tuplestest
settest
fmatrixtest
poolallocatortest
*.gcda
*.gcno
gmon.out
gcdlcmtest
streamtest
exprtmpl
timing_xpr
timing_old
timing_flt
bigunsignedinttest
mpihelpertest
singletontest
utilitytest
testfassign_fail1
testfassign_fail2
testfassign_fail3
testfassign_fail4
testfassign_fail5
testfassign_fail6
testfassign1
testfassign2
testfassign3
testfassign4
smallobject
conversiontest
nullptr-test
blockbitfieldtest
deprtuplestest
......@@ -4,7 +4,7 @@
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([common/stdstreams.cc])
AC_CONFIG_SRCDIR([dune/common/stdstreams.cc])
AM_CONFIG_HEADER([config.h])
# create symlink dune -> $top_srcdir
......@@ -23,9 +23,10 @@ AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
AC_CONFIG_FILES([Makefile
lib/Makefile
bin/Makefile
common/Makefile
common/test/Makefile
common/exprtmpl/Makefile
dune/Makefile
dune/common/Makefile
dune/common/test/Makefile
dune/common/exprtmpl/Makefile
doc/Makefile
doc/devel/Makefile
doc/layout/Makefile
......
# $Id: $
SUBDIRS = common
include $(top_srcdir)/am/global-rules
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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