netgen/libsrc/meshing/Makefile.am

36 lines
1.6 KiB
Makefile
Raw Normal View History

2009-01-25 07:54:27 +05:00
AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include
2009-09-12 02:07:34 +06:00
noinst_HEADERS = adfront2.hpp hpref_quad.hpp meshfunc.hpp ruler3.hpp \
2009-01-15 01:32:48 +05: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-12 02:07:34 +06:00
hpref_pyramid.hpp meshclass.hpp ruler2.hpp bcfunctions.hpp \
2010-03-23 17:52:07 +05:00
basegeom.hpp
2009-01-15 01:32:48 +05:00
2009-01-25 07:54:27 +05:00
2009-01-13 04:40:13 +05:00
METASOURCES = AUTO
2011-02-14 17:27:18 +05:00
lib_LTLIBRARIES = libmesh.la
2010-09-23 20:07:12 +06: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 \
topology.cpp triarls.cpp validate.cpp zrefine.cpp bcfunctions.cpp \
2010-03-23 17:52:07 +05:00
parallelmesh.cpp paralleltop.cpp paralleltop.hpp basegeom.cpp
2012-06-12 04:10:08 +06:00
libmesh_la_LIBADD = $(top_builddir)/libsrc/linalg/libla.la \
$(top_builddir)/libsrc/gprim/libgprim.la \
$(top_builddir)/libsrc/general/libgen.la