*** empty log message ***

This commit is contained in:
adam 2010-03-02 15:52:36 +00:00
parent 688d92ed57
commit 073ab799e6
2 changed files with 6 additions and 1 deletions

View File

@ -361,6 +361,7 @@ echo Summary
echo --------------------------------------------- echo ---------------------------------------------
echo echo
AM_CONDITIONAL(CMAKE_BUILD, 0)
#AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"]) #AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
echo Configure echo Configure

View File

@ -28,9 +28,13 @@
include $(top_srcdir)/adm_local/unix/make_common_starter.am include $(top_srcdir)/adm_local/unix/make_common_starter.am
SUBDIRS = SUBDIRS =
if ! NETGEN_NEW if CMAKE_BUILD
else
if NETGEN_NEW
else
SUBDIRS += NETGEN SUBDIRS += NETGEN
endif endif
endif
SUBDIRS += NETGENPlugin SUBDIRS += NETGENPlugin
if NETGENPLUGIN_ENABLE_GUI if NETGENPLUGIN_ENABLE_GUI