mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
9 lines
313 B
Makefile
9 lines
313 B
Makefile
noinst_HEADERS = meshstlsurface.hpp stlgeom.hpp stlline.hpp \
|
|
stltool.hpp stltopology.hpp
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include
|
|
METASOURCES = AUTO
|
|
noinst_LTLIBRARIES = libstl.la
|
|
libstl_la_SOURCES = meshstlsurface.cpp stlgeom.cpp stlgeomchart.cpp \
|
|
stlgeommesh.cpp stlline.cpp stltool.cpp stltopology.cpp
|