Skip to content

Commit 997a858

Browse files
committed
Drop old dependency generation and user-specific 'gmv' targets.
Refs #1754.
1 parent afb83b7 commit 997a858

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

contrib/utils/Makefile.in

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ clobber: clean
5252
@rm -f $(target)
5353

5454
distclean: clean
55-
@rm -rf *.o .libs .depend
55+
@rm -rf *.o .libs
5656

5757
echo:
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
###############################################################################

0 commit comments

Comments
 (0)