Subversion Repositories OpenSees

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

include ../../../Makefile.def

OBJS       = ConstraintHandler.o PlainHandler.o \
        PenaltyConstraintHandler.o LagrangeConstraintHandler.o \
        TransformationConstraintHandler.o

# Compilation control
all:         $(OBJS)

# Miscellaneous
tidy:   
        @$(RM) $(RMFLAGS) Makefile.bak *~ #*# core

clean: tidy
        @$(RM) $(RMFLAGS) $(OBJS) *.o

spotless: clean

wipe: spotless

# DO NOT DELETE THIS LINE -- make depend depends on it.