netgen/libsrc/meshing/Makefile.am

39 lines
1.6 KiB
Makefile
Raw Normal View History

2009-01-25 02:54:27 +00:00
AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include
2009-09-11 20:07:34 +00:00
noinst_HEADERS = adfront2.hpp hpref_quad.hpp meshfunc.hpp ruler3.hpp \
2009-01-14 20:32:48 +00:00
adfront3.hpp findip.hpp findip2.hpp hpref_segm.hpp meshing2.hpp \
specials.hpp bisect.hpp geomsearch.hpp hpref_tet.hpp meshing3.hpp \
topology.hpp boundarylayer.hpp global.hpp hpref_trig.hpp meshing.hpp \
validate.hpp classifyhpel.hpp hpref_hex.hpp improve2.hpp meshtool.hpp \
clusters.hpp hprefinement.hpp improve3.hpp meshtype.hpp \
hpref_prism.hpp localh.hpp msghandler.hpp curvedelems.hpp \
2009-09-11 20:07:34 +00:00
hpref_pyramid.hpp meshclass.hpp ruler2.hpp bcfunctions.hpp \
2010-03-23 12:52:07 +00:00
basegeom.hpp
2009-01-14 20:32:48 +00:00
2009-01-25 02:54:27 +00:00
2009-01-12 23:40:13 +00:00
METASOURCES = AUTO
2011-02-14 12:27:18 +00:00
lib_LTLIBRARIES = libmesh.la
2010-09-23 14:07:12 +00:00
libmesh_la_SOURCES = adfront2.cpp adfront3.cpp bisect.cpp boundarylayer.cpp \
clusters.cpp curvedelems.cpp delaunay.cpp delaunay2d.cpp \
geomsearch.cpp global.cpp hprefinement.cpp improve2.cpp \
improve2gen.cpp improve3.cpp localh.cpp meshclass.cpp \
meshfunc.cpp meshfunc2d.cpp meshing2.cpp meshing3.cpp \
meshtool.cpp meshtype.cpp msghandler.cpp netrule2.cpp \
netrule3.cpp parser2.cpp parser3.cpp prism2rls.cpp \
pyramid2rls.cpp pyramidrls.cpp quadrls.cpp refine.cpp \
ruler2.cpp ruler3.cpp secondorder.cpp smoothing2.5.cpp \
smoothing2.cpp smoothing3.cpp specials.cpp tetrarls.cpp \
2014-08-30 00:15:59 +00:00
topology.cpp triarls.cpp validate.cpp bcfunctions.cpp \
parallelmesh.cpp paralleltop.cpp paralleltop.hpp basegeom.cpp \
python_mesh.cpp
2012-06-11 22:10:08 +00:00
libmesh_la_LIBADD = $(top_builddir)/libsrc/linalg/libla.la \
2013-02-26 13:00:06 +00:00
$(top_builddir)/libsrc/gprim/libgprim.la \
$(top_builddir)/libsrc/general/libgen.la \
-lz