# GNUmakefile
# definitions for building "mdio"

TOP = ../..
NAME = mdio
TYPE = lib
OBJ = file config param topo bincoord pdbcoord dcd
LIB = adt m
LINKCPP = no
HEADER = mdio file config param topo bincoord pdbcoord dcd
DEMO = demo_config demo_param demo_topo demo_bincoord demo_pdbcoord
DEMOOBJ =
DEMOLIB = mdio
DEMOLINKCPP =

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