# GNUmakefile
# definitions for building "step"

TOP = ../..
NAME = step
TYPE = lib
OBJ = step_setup step_force step_results step_output step_error \
      verlet settle shadow tempbath nosehoover_explicit cgmin \
      drude_thermal drude_roux drude_chen
LIB = random m
LINKCPP = no
HEADER = step
DEMO =
DEMOOBJ =
DEMOLIB =
DEMOLINKCPP =

ifeq (0,$(MAKELEVEL))
.PHONY : src clean
src clean : ; $(MAKE) -C $(TOP) SRC="$(NAME)" $@
endif
