mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-23 20:45:38 +05:00
22 lines
603 B
Makefile
22 lines
603 B
Makefile
![]() |
noinst_HEADERS = meshstlsurface.hpp stlgeom.hpp stlline.hpp \
|
||
|
stltool.hpp stltopology.hpp vsstl.hpp
|
||
|
|
||
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(TCL_INCLUDES)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
lib_LTLIBRARIES = libstl.la
|
||
|
|
||
|
if NGGUI
|
||
|
lib_LTLIBRARIES += libstlvis.la
|
||
|
endif
|
||
|
|
||
|
libstl_la_SOURCES = meshstlsurface.cpp stlgeom.cpp stlgeomchart.cpp \
|
||
|
stlgeommesh.cpp stlline.cpp stltool.cpp stltopology.cpp
|
||
|
|
||
|
|
||
|
libstlvis_la_SOURCES = stlpkg.cpp vsstl.cpp
|
||
|
libstlvis_la_LIBADD = libstl.la
|
||
|
libstl_la_LIBADD = $(top_builddir)/libsrc/meshing/libmesh.la
|
||
|
# libstlvis_la_LIBADD = libstl.la $(top_builddir)/libsrc/linalg/libla.la
|
||
|
|