# GNUmakefile
# definitions for building "force"

TOP = ../..
NAME = force
TYPE = lib
OBJ = fparam fdomain fresult fselect force \
      bonded bres compute nbpairs nbsetup setup bucksafe
LIB = m
LINKCPP = no
HEADER = fparam fdomain fresult fselect force compute setup defn
DEMO = test_bucksafe plot_buck
DEMOOBJ =
DEMOLIB = force
DEMOLINKCPP =

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