# makefile for simfront application
MODULE=ss_simfront

# to run this makefile locally, define relative position to toplevel directory
TOP=../..
include $(TOP)/make.include

# for building binary
BIN_NAME=$(MODULE)
BIN_OPTS=
BIN_OBJS=simfront sfcback sfconfig sfparam sfrun sftopo sftraj timer
BIN_LIBS=-lss_deven -lmdio -lmdapi -lmdutil -lm $(SIMFRONT_LIBS)

include $(TOP)/make.module
