#
# Imakefile for ANL tools
#

#include "../../adsoft.versions" /* specify versions to use in this file */
#include "../../Imakefile.def"

NAME = mkanlmodule

INCLUDES = -I../../include -I$(COM_CLI_INC)

OBJ = $(NAME).o write_anlmodule.o

AllTarget(ProgramTargetName($(NAME)))

NormalProgramTarget($(NAME),$(OBJ),,,$(COM_CLI_LNK) $(LIBSYS) -lm)

InstallProgram($(NAME),$(INSTALL_BIN_PATH))

DependTarget()
