mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
geometry restructure
This commit is contained in:
parent
7b30f11858
commit
9a043aae26
@ -67,9 +67,6 @@
|
|||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
/* Define to the home page for this package. */
|
|
||||||
#undef PACKAGE_URL
|
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ AM_CPPFLAGS =
|
|||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
SUBDIRS = csg general geom2d gprim include interface linalg meshing occ stlgeom visualization
|
SUBDIRS = general gprim linalg include meshing interface csg geom2d occ stlgeom visualization
|
||||||
|
@ -6,7 +6,8 @@ METASOURCES = AUTO
|
|||||||
lib_LTLIBRARIES = libgeom2d.la libgeom2dvis.la
|
lib_LTLIBRARIES = libgeom2d.la libgeom2dvis.la
|
||||||
|
|
||||||
libgeom2d_la_SOURCES = genmesh2d.cpp geom2dmesh.cpp geometry2d.cpp
|
libgeom2d_la_SOURCES = genmesh2d.cpp geom2dmesh.cpp geometry2d.cpp
|
||||||
libgeom2d_la_LIBADD = ../gprim/libgprim.la ../meshing/libmesh.la
|
libgeom2d_la_LIBADD = $(top_builddir)/libsrc/meshing/libmesh.la
|
||||||
|
# $(top_builddir)/libsrc/gprim/libgprim.la
|
||||||
|
|
||||||
libgeom2dvis_la_SOURCES = geom2dpkg.cpp vsgeom2d.cpp
|
libgeom2dvis_la_SOURCES = geom2dpkg.cpp vsgeom2d.cpp
|
||||||
libgeom2dvis_la_LIBADD = libgeom2d.la
|
libgeom2dvis_la_LIBADD = libgeom2d.la
|
||||||
|
Loading…
Reference in New Issue
Block a user