File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ clobber: clean
5252 @rm -f $(target )
5353
5454distclean : clean
55- @rm -rf * .o .libs .depend
55+ @rm -rf * .o .libs
5656
5757echo :
5858 @echo srcfiles = $(srcfiles )
@@ -75,17 +75,4 @@ complete: $(wildcard *.in)
7575 @echo "* Done Running App " $(notdir $(target))
7676 @echo "***************************************************************"
7777
78- gmv :
79- @$(MAKE ) -C $(LIBMESH_DIR ) /roy/meshplot/ meshplot-$(METHOD )
80- @for file in out.mesh.* ; do ${LIBMESH_RUN} $(LIBMESH_DIR ) /roy/meshplot/meshplot-$(METHOD ) $$ file out.soln.$$ {file## out.mesh.} out.gmv.$${file:9:4}; done
81-
82- # include the dependency list
83- -include .depend
84-
85- #
86- # Dependencies
87- #
88- .depend : $(srcfiles ) $(LIBMESH_DIR ) /include/libmesh/* .h
89- @$(perl ) $(LIBMESH_DIR ) /contrib/bin/make_dependencies.pl -I. $(foreach i, $(LIBMESH_DIR ) /include $(wildcard $(LIBMESH_DIR ) /include/* ) , -I$(i ) ) " -S\$ $( obj-suffix) " $(srcfiles ) > .depend
90-
9178# ##############################################################################
You can’t perform that action at this time.
0 commit comments