diff --git a/libsrc/csg/Makefile.am b/libsrc/csg/Makefile.am index bb10b427..2bdc3372 100644 --- a/libsrc/csg/Makefile.am +++ b/libsrc/csg/Makefile.am @@ -1,7 +1,15 @@ +noinst_HEADERS = algprim.hpp csgparser.hpp extrusion.hpp manifold.hpp \ +singularref.hpp surface.hpp brick.hpp curve2d.hpp gencyl.hpp \ +meshsurf.hpp solid.hpp triapprox.hpp csgeom.hpp edgeflw.hpp geoml.hpp \ +polyhedra.hpp specpoin.hpp csg.hpp explicitcurve2d.hpp identify.hpp \ +revolution.hpp spline3d.hpp + + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO -noinst_LIBRARIES = libcsg.a -libcsg_a_SOURCES = algprim.cpp brick.cpp bspline2d.cpp csgeom.cpp csgparser.cpp \ - curve2d.cpp edgeflw.cpp explicitcurve2d.cpp extrusion.cpp gencyl.cpp genmesh.cpp \ - identify.cpp manifold.cpp meshsurf.cpp polyhedra.cpp revolution.cpp singularref.cpp \ - solid.cpp specpoin.cpp spline3d.cpp surface.cpp triapprox.cpp +noinst_LIBRARIES = libcsg.a +libcsg_a_SOURCES = algprim.cpp brick.cpp \ +bspline2d.cpp csgeom.cpp csgparser.cpp curve2d.cpp edgeflw.cpp \ +explicitcurve2d.cpp extrusion.cpp gencyl.cpp genmesh.cpp identify.cpp \ +manifold.cpp meshsurf.cpp polyhedra.cpp revolution.cpp singularref.cpp \ +solid.cpp specpoin.cpp spline3d.cpp surface.cpp triapprox.cpp diff --git a/libsrc/general/Makefile.am b/libsrc/general/Makefile.am index 395219ea..d2f72fe6 100644 --- a/libsrc/general/Makefile.am +++ b/libsrc/general/Makefile.am @@ -1,3 +1,5 @@ +noinst_HEADERS = array.hpp dynamicmem.hpp myadt.hpp optmem.hpp sort.hpp table.hpp autodiff.hpp flags.hpp mystring.hpp parthreads.hpp spbita2d.hpp template.hpp autoptr.hpp hashtabl.hpp netgenout.hpp profiler.hpp stack.hpp bitarray.hpp moveablemem.hpp ngexception.hpp seti.hpp symbolta.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libgeneral.a diff --git a/libsrc/geom2d/Makefile.am b/libsrc/geom2d/Makefile.am index d6911048..9214056e 100644 --- a/libsrc/geom2d/Makefile.am +++ b/libsrc/geom2d/Makefile.am @@ -1,3 +1,5 @@ +noinst_HEADERS = geom2dmesh.hpp spline2d.hpp splinegeometry.hpp spline.hpp geometry2d.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libgeom2d.a diff --git a/libsrc/gprim/Makefile.am b/libsrc/gprim/Makefile.am index 64f36d97..6bb5638c 100644 --- a/libsrc/gprim/Makefile.am +++ b/libsrc/gprim/Makefile.am @@ -1,3 +1,5 @@ +noinst_HEADERS = adtree.hpp geom3d.hpp geomobjects2.hpp geomops2.hpp geomtest3d.hpp transform3d.hpp geom2d.hpp geomfuncs.hpp geomobjects.hpp geomops.hpp gprim.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libgprim.a diff --git a/libsrc/include/Makefile.am b/libsrc/include/Makefile.am index 8fb27956..67660728 100644 --- a/libsrc/include/Makefile.am +++ b/libsrc/include/Makefile.am @@ -1,2 +1,7 @@ +noinst_HEADERS = acisgeom.hpp gprim.hpp meshing.hpp occgeom.hpp \ +stepgeom.hpp visual.hpp csg.hpp incvis.hpp myadt.hpp opti.hpp \ +stepreader.hpp geometry2d.hpp linalg.hpp mydefs.hpp parallel.hpp \ +stlgeom.hpp mystdlib.h + AM_CPPFLAGS = METASOURCES = AUTO diff --git a/libsrc/interface/Makefile.am b/libsrc/interface/Makefile.am index af9c2bbf..f8aa3f6b 100644 --- a/libsrc/interface/Makefile.am +++ b/libsrc/interface/Makefile.am @@ -1,3 +1,6 @@ +include_HEADERS = nginterface.h +noinst_HEADERS = writeuser.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface METASOURCES = AUTO noinst_LIBRARIES = libinterface.a @@ -6,4 +9,5 @@ libinterface_a_SOURCES = importsolution.cpp nginterface.cpp printdest.cpp \ writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp \ writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp writeuser.cpp \ wuchemnitz.cpp -noinst_HEADERS = nginterface.h + + diff --git a/libsrc/meshing/Makefile.am b/libsrc/meshing/Makefile.am index 47f2b276..559ba3dd 100644 --- a/libsrc/meshing/Makefile.am +++ b/libsrc/meshing/Makefile.am @@ -1,3 +1,13 @@ +noinst_HEADERS = adfront2.hpp hpref_quad.hpp meshfunc.hpp ruler3.hpp \ +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 \ +curvedelems.hpp hpref_prism.hpp localh.hpp msghandler.hpp \ +curvedelems_new.hpp hpref_pyramid.hpp meshclass.hpp ruler2.hpp + + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libmesh.a diff --git a/libsrc/occ/Makefile.am b/libsrc/occ/Makefile.am index a7c9bf11..8aa96411 100644 --- a/libsrc/occ/Makefile.am +++ b/libsrc/occ/Makefile.am @@ -1,3 +1,11 @@ +noinst_HEADERS = occgeom.hpp occmeshsurf.hpp Partition_Inter2d.hxx \ +Partition_Loop2d.hxx Partition_Loop.hxx Partition_Inter3d.hxx \ +Partition_Loop3d.hxx Partition_Spliter.hxx Partition_Inter2d.ixx \ +Partition_Loop2d.ixx Partition_Loop.ixx Partition_Inter3d.ixx \ +Partition_Loop3d.ixx Partition_Spliter.ixx Partition_Inter2d.jxx \ +Partition_Loop2d.jxx Partition_Loop.jxx Partition_Inter3d.jxx \ +Partition_Loop3d.jxx Partition_Spliter.jxx + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(OCCFLAGS) diff --git a/libsrc/opti/Makefile.am b/libsrc/opti/Makefile.am index 8c90484a..19ffbf59 100644 --- a/libsrc/opti/Makefile.am +++ b/libsrc/opti/Makefile.am @@ -1,3 +1,5 @@ +noinst_HEADERS = opti.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libopti.a diff --git a/libsrc/parallel/Makefile.am b/libsrc/parallel/Makefile.am index 8fb27956..bf98ffff 100644 --- a/libsrc/parallel/Makefile.am +++ b/libsrc/parallel/Makefile.am @@ -1,2 +1,3 @@ +noinst_HEADERS = parallelfunc.hpp parallel.hpp parallelinterface.hpp paralleltop.hpp AM_CPPFLAGS = METASOURCES = AUTO diff --git a/libsrc/stlgeom/Makefile.am b/libsrc/stlgeom/Makefile.am index f3a4abb7..674ff1a7 100644 --- a/libsrc/stlgeom/Makefile.am +++ b/libsrc/stlgeom/Makefile.am @@ -1,3 +1,6 @@ +noinst_HEADERS = meshstlsurface.hpp stlgeom.hpp stlline.hpp \ +stltool.hpp stltopology.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include METASOURCES = AUTO noinst_LIBRARIES = libstl.a diff --git a/libsrc/visualization/Makefile.am b/libsrc/visualization/Makefile.am index b6152f84..0f32d0c6 100644 --- a/libsrc/visualization/Makefile.am +++ b/libsrc/visualization/Makefile.am @@ -1,3 +1,6 @@ +noinst_HEADERS = meshdoc.hpp mvdraw.hpp soldata.hpp vispar.hpp \ +visual.hpp vssolution.hpp + AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -DOPENGL $(OCCFLAGS) METASOURCES = AUTO noinst_LIBRARIES = libvisual.a