[MOAB-dev] commit/MOAB: danwu: Applied some minor changes to examples/makefile and added a few more ignore items.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Fri Feb 14 16:06:27 CST 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/9b542d8e7423/
Changeset: 9b542d8e7423
Branch: master
User: danwu
Date: 2014-02-14 23:06:15
Summary: Applied some minor changes to examples/makefile and added a few more ignore items.
Affected #: 2 files
diff --git a/.gitignore b/.gitignore
index 8061732..eb99939 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,10 +31,12 @@ doc/config.tex
doc/dev.dox
doc/user/*
doc/user.dox
-examples/examples.make
examples/DeformMeshRemap
examples/DirectAccessNoHoles
+examples/DirectAccessNoHolesF90
examples/DirectAccessWithHoles
+examples/examples.make
+examples/freem.mod
examples/FileRead
examples/GeomSetHierarchy
examples/GetEntities
@@ -47,11 +49,14 @@ examples/itaps/ListSetsNTagsF90
examples/itaps/TagIterateC
examples/itaps/TagIterateF
examples/KDTree
+examples/LloydRelaxation
examples/ObbTree
+examples/point_in_elem_search
examples/PushParMeshIntoMoabF90
examples/ReduceExchangeTags
examples/SetsNTags
examples/SkinMesh
+examples/structuredmesh
examples/StructuredMeshSimple
examples/SurfArea
examples/TestExodusII
diff --git a/examples/makefile b/examples/makefile
index 5042726..8a84899 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -7,12 +7,12 @@ include ${MOAB_DIR}/lib/iMesh-Defs.inc
# MESH_DIR is the directory containing mesh files that come with MOAB source
MESH_DIR="../MeshFiles/unittest"
-EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles
+EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles point_in_elem_search DeformMeshRemap
PAREXAMPLES = HelloParMOAB ReduceExchangeTags LloydRelaxation
-F90EXAMPLES = DirectAccessNoHolesF90 PushParMeshIntoMoabF90
EXOIIEXAMPLES = TestExodusII
+F90EXAMPLES = DirectAccessNoHolesF90 PushParMeshIntoMoabF90
-default: ${EXAMPLES}
+default: ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}
HelloMOAB : HelloMOAB.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
@@ -27,10 +27,10 @@ LloydRelaxation: LloydRelaxation.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
structuredmesh : structuredmesh.o ${MOAB_LIBDIR}/libMOAB.la
- ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
+ ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
StructuredMeshSimple : StructuredMeshSimple.o ${MOAB_LIBDIR}/libMOAB.la
- ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
+ ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
DirectAccessWithHoles: DirectAccessWithHoles.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
@@ -45,7 +45,7 @@ ReduceExchangeTags : ReduceExchangeTags.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
HelloParMOAB: HelloParMOAB.o ${MOAB_LIBDIR}/libMOAB.la
- ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
+ ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
TestExodusII: TestExodusII.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
@@ -57,10 +57,10 @@ PushParMeshIntoMoabF90: PushParMeshIntoMoabF90.o
${MOAB_FC} -o $@ $< ${IMESH_LIBS}
DeformMeshRemap: DeformMeshRemap.o ${MOAB_LIBDIR}/libMOAB.la
- ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK} -lmbcoupler ${MOAB_LIBS_LINK}
+ ${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK} -lmbcoupler ${MOAB_LIBS_LINK}
clean:
- rm -rf *.o ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES}
+ rm -rf *.o *.mod ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}
.cpp.o :
${MOAB_CXX} ${CXXFLAGS} ${MOAB_CXXFLAGS} ${MOAB_CPPFLAGS} ${MOAB_INCLUDES} -DMESH_DIR=\"${MESH_DIR}\" -c $<
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list