Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
include ../../../Makefile.defOBJS = ConstraintHandler.o PlainHandler.o \PenaltyConstraintHandler.o LagrangeConstraintHandler.o \TransformationConstraintHandler.o# Compilation controlall: $(OBJS)# Miscellaneoustidy:@$(RM) $(RMFLAGS) Makefile.bak *~ #*# coreclean: tidy@$(RM) $(RMFLAGS) $(OBJS) *.ospotless: cleanwipe: spotless# DO NOT DELETE THIS LINE -- make depend depends on it.