header dist

This commit is contained in:
Joachim Schoeberl 2009-01-14 20:32:48 +00:00
parent d6a7659c49
commit c09bfad487
12 changed files with 56 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -1,3 +1,5 @@
noinst_HEADERS = opti.hpp
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include
METASOURCES = AUTO
noinst_LIBRARIES = libopti.a

View File

@ -1,2 +1,3 @@
noinst_HEADERS = parallelfunc.hpp parallel.hpp parallelinterface.hpp paralleltop.hpp
AM_CPPFLAGS =
METASOURCES = AUTO

View File

@ -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

View File

@ -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