2006-05-06 08:54:13 +00:00
|
|
|
# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#
|
2006-06-01 11:42:55 +00:00
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
2006-05-06 08:54:13 +00:00
|
|
|
#
|
2004-03-26 07:05:19 +00:00
|
|
|
# -* Makefile *-
|
|
|
|
#
|
|
|
|
# Author : Edward AGAPOV (OCC)
|
|
|
|
# Module : NETGENPLUGIN
|
|
|
|
# Date : 10/01/2004
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
top_builddir=../..
|
|
|
|
srcdir=@srcdir@
|
|
|
|
VPATH=
|
|
|
|
|
|
|
|
# build .so of NETGEN itself
|
|
|
|
|
|
|
|
@COMMENCE@
|
|
|
|
|
|
|
|
LIB = libNETGEN.la
|
|
|
|
|
|
|
|
@CONCLUDE@
|
|
|
|
|
|
|
|
LIB_OBJ_O = \
|
|
|
|
linopt.o bfgs.o linsearch.o global.o bisect.o meshtool.o refine.o ruler3.o \
|
2006-05-06 08:54:13 +00:00
|
|
|
improve3.o adfront3.o tetrarls.o prism2rls.o profiler.o pyramidrls.o pyramid2rls.o \
|
|
|
|
netrule3.o ruler2.o meshclass.o improve2.o adfront2.o netrule2.o triarls.o geomsearch.o \
|
|
|
|
secondorder.o meshtype.o parser3.o quadrls.o specials.o parser2.o meshing2.o meshing3.o \
|
|
|
|
meshfunc.o localh.o improve2gen.o delaunay.o boundarylayer.o msghandler.o \
|
|
|
|
meshfunc2d.o smoothing2.o smoothing3.o topology.o curvedelems_new.o clusters.o zrefine.o \
|
|
|
|
ngexception.o geomtest3d.o geom2d.o geom2dmesh.o geom3d.o adtree.o transform3d.o geomfuncs.o \
|
|
|
|
polynomial.o densemat.o vector.o basemat.o sparsmat.o algprim.o brick.o manifold.o bspline2d.o \
|
|
|
|
meshsurf.o csgeom.o polyhedra.o curve2d.o singularref.o edgeflw.o solid.o explicitcurve2d.o \
|
|
|
|
specpoin.o gencyl.o revolution.o genmesh.o genmesh2d.o spline3d.o surface.o identify.o \
|
|
|
|
triapprox.o meshstlsurface.o stlline.o stltopology.o stltool.o stlgeom.o stlgeomchart.o \
|
|
|
|
stlgeommesh.o table.o optmem.o spbita2d.o hashtabl.o sort.o flags.o seti.o bitarray.o \
|
|
|
|
array.o symbolta.o mystring.o moveablemem.o spline.o splinegeometry.o ngnewdelete.o nglib.o \
|
|
|
|
hprefinement.o Partition_Inter2d.o Partition_Loop.o Partition_Loop3d.o Partition_Inter3d.o \
|
|
|
|
Partition_Loop2d.o Partition_Spliter.o occgeom.o occgenmesh.o occmeshsurf.o
|
2004-03-26 07:05:19 +00:00
|
|
|
|
|
|
|
NETGEN_LIBS_DIR=@NETGEN_LIBS_DIR@
|
|
|
|
|
|
|
|
$(LIB_OBJ_O):
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libnginterface.a
|
2006-05-06 08:54:13 +00:00
|
|
|
ar x $(NETGEN_LIBS_DIR)/libocc.a
|
2004-03-26 07:05:19 +00:00
|
|
|
ar x $(NETGEN_LIBS_DIR)/libcsg.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libgprim.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libmesh.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libopti.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libgen.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libla.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libstlgeom.a
|
|
|
|
ar x $(NETGEN_LIBS_DIR)/libgeom2d.a
|
2006-05-06 08:54:13 +00:00
|
|
|
rm -rf csgparser.o dynamicmem.o extrusion.o occconstruction.o parthreads.o readuser.o writeabaqus.o writediffpack.o writeelmer.o writefeap.o writefluent.o writegmsh.o writejcm.o writepermas.o writetecplot.o writetochnog.o writeuser.o wuchemnitz.o
|
2004-03-26 07:05:19 +00:00
|
|
|
|
|
|
|
LIB_OBJ_LO = $(LIB_OBJ_O:%.o=%.lo)
|
|
|
|
|
|
|
|
%.lo: %.o; @ln -s $< $@
|
|
|
|
|
|
|
|
$(LIB): $(LIB_OBJ_O) $(LIB_OBJ_LO)
|
|
|
|
LIB_OBJ = $(LIB_OBJ_LO)
|
|
|
|
|
2006-02-07 15:23:55 +00:00
|
|
|
ifeq ($(F77),gfortran)
|
|
|
|
LDFLAGS += -lgfortran
|
|
|
|
else
|
2004-03-26 07:05:19 +00:00
|
|
|
LDFLAGS += -lg2c
|
2006-02-07 15:23:55 +00:00
|
|
|
endif
|
2004-03-26 07:05:19 +00:00
|
|
|
|
2006-05-06 08:54:13 +00:00
|
|
|
LDFLAGS += $(OCC_LDPATH) -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES
|
|
|
|
|
2004-03-26 07:05:19 +00:00
|
|
|
MOSTLYCLEAN += $(LIB_OBJ_O)
|