mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
configure py_tutorials
This commit is contained in:
parent
940b7595a9
commit
2913991461
@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
SUBDIRS = libsrc ng tutorials python doc windows nglib
|
SUBDIRS = libsrc ng tutorials python py_tutorials doc windows nglib
|
||||||
# nglib
|
# nglib
|
||||||
# TESTS = ng/netgen -batchmode
|
# TESTS = ng/netgen -batchmode
|
||||||
|
|
||||||
|
@ -248,12 +248,12 @@ AM_CONDITIONAL([NGPYTHON], [test x$pythonon = xtrue])
|
|||||||
# AC_CONFIG_SUBDIRS([ng/Togl-1.7])
|
# AC_CONFIG_SUBDIRS([ng/Togl-1.7])
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile
|
AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile
|
||||||
libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile
|
libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile
|
||||||
libsrc/include/Makefile libsrc/interface/Makefile
|
libsrc/include/Makefile libsrc/interface/Makefile
|
||||||
libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile
|
libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile
|
||||||
libsrc/stlgeom/Makefile
|
libsrc/stlgeom/Makefile libsrc/visualization/Makefile ng/Makefile
|
||||||
libsrc/visualization/Makefile ng/Makefile nglib/Makefile
|
nglib/Makefile tutorials/Makefile python/Makefile
|
||||||
tutorials/Makefile python/Makefile doc/Makefile windows/Makefile )
|
py_tutorials/Makefile doc/Makefile windows/Makefile )
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user