Subversion Repositories OpenSees

Rev

Rev 4348 | Rev 4546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4348 Rev 4350
Line 33... Line 33...
33
	@$(CD) $(FE)/element/frictionBearing; $(MAKE);
33
	@$(CD) $(FE)/element/frictionBearing; $(MAKE);
34
	@$(CD) $(FE)/element/adapter; $(MAKE);
34
	@$(CD) $(FE)/element/adapter; $(MAKE);
35
	@$(CD) $(FE)/element/twoNodeLink; $(MAKE);
35
	@$(CD) $(FE)/element/twoNodeLink; $(MAKE);
36
	@$(CD) $(FE)/element/pyMacro; $(MAKE);
36
	@$(CD) $(FE)/element/pyMacro; $(MAKE);
37
	@$(CD) $(FE)/element/simpleContact; $(MAKE);
37
	@$(CD) $(FE)/element/simpleContact; $(MAKE);
-
 
38
	@$(CD) $(FE)/element/surfaceLoad; $(MAKE);
38
39
39
# Miscellaneous
40
# Miscellaneous
40
tidy:	
41
tidy:	
41
	@$(RM) $(RMFLAGS) Makefile.bak *~ #*# core
42
	@$(RM) $(RMFLAGS) Makefile.bak *~ #*# core
42
43
Line 72... Line 73...
72
	@$(CD) $(FE)/element/adapter; $(MAKE) wipe;
73
	@$(CD) $(FE)/element/adapter; $(MAKE) wipe;
73
	@$(CD) $(FE)/element/twoNodeLink; $(MAKE) wipe;
74
	@$(CD) $(FE)/element/twoNodeLink; $(MAKE) wipe;
74
	@$(CD) $(FE)/element/frictionBearing; $(MAKE) wipe;
75
	@$(CD) $(FE)/element/frictionBearing; $(MAKE) wipe;
75
	@$(CD) $(FE)/element/pyMacro; $(MAKE) wipe;
76
	@$(CD) $(FE)/element/pyMacro; $(MAKE) wipe;
76
	@$(CD) $(FE)/element/simpleContact; $(MAKE) wipe;
77
	@$(CD) $(FE)/element/simpleContact; $(MAKE) wipe;
-
 
78
	@$(CD) $(FE)/element/surfaceLoad; $(MAKE) wipe;
77
79
78
wipe: spotless
80
wipe: spotless
79
81
80
# DO NOT DELETE THIS LINE -- make depend depends on it.
82
# DO NOT DELETE THIS LINE -- make depend depends on it.