@@ -547,15 +547,16 @@ BUILT_SOURCES = auto_ptr.h default_coupling.h dirichlet_boundaries.h \
547547 cell_pyramid5.h cell_tet.h cell_tet10.h cell_tet14.h \
548548 cell_tet4.h compare_elems_by_level.h edge.h edge_edge2.h \
549549 edge_edge3.h edge_edge4.h edge_inf_edge2.h elem.h \
550- elem_cutter.h elem_hash.h elem_internal.h elem_quality.h \
551- elem_range.h elem_side_builder.h face.h face_inf_quad.h \
552- face_inf_quad4.h face_inf_quad6.h face_quad.h face_quad4.h \
553- face_quad4_shell.h face_quad8.h face_quad8_shell.h \
554- face_quad9.h face_tri.h face_tri3.h face_tri3_shell.h \
555- face_tri3_subdivision.h face_tri6.h face_tri7.h node.h \
556- node_elem.h node_range.h plane.h point.h reference_elem.h \
557- remote_elem.h side.h sphere.h stored_range.h surface.h \
558- abaqus_io.h boundary_info.h boundary_mesh.h checkpoint_io.h \
550+ elem_corner.h elem_cutter.h elem_hash.h elem_internal.h \
551+ elem_quality.h elem_range.h elem_side_builder.h face.h \
552+ face_inf_quad.h face_inf_quad4.h face_inf_quad6.h face_quad.h \
553+ face_quad4.h face_quad4_shell.h face_quad8.h \
554+ face_quad8_shell.h face_quad9.h face_tri.h face_tri3.h \
555+ face_tri3_shell.h face_tri3_subdivision.h face_tri6.h \
556+ face_tri7.h intersection_tools.h node.h node_elem.h \
557+ node_range.h plane.h point.h reference_elem.h remote_elem.h \
558+ side.h sphere.h stored_range.h surface.h abaqus_io.h \
559+ boundary_info.h boundary_mesh.h checkpoint_io.h \
559560 distributed_mesh.h dyna_io.h ensight_io.h exodusII_io.h \
560561 exodusII_io_helper.h exodus_header_info.h fro_io.h gmsh_io.h \
561562 gmv_io.h gnuplot_io.h inf_elem_builder.h matlab_io.h \
@@ -1282,6 +1283,9 @@ edge_inf_edge2.h: $(top_srcdir)/include/geom/edge_inf_edge2.h
12821283elem.h : $(top_srcdir ) /include/geom/elem.h
12831284 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
12841285
1286+ elem_corner.h : $(top_srcdir ) /include/geom/elem_corner.h
1287+ $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
1288+
12851289elem_cutter.h : $(top_srcdir ) /include/geom/elem_cutter.h
12861290 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
12871291
@@ -1348,6 +1352,9 @@ face_tri6.h: $(top_srcdir)/include/geom/face_tri6.h
13481352face_tri7.h : $(top_srcdir ) /include/geom/face_tri7.h
13491353 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
13501354
1355+ intersection_tools.h : $(top_srcdir ) /include/geom/intersection_tools.h
1356+ $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
1357+
13511358node.h : $(top_srcdir ) /include/geom/node.h
13521359 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
13531360
0 commit comments