#------------------------------------------------------------------------------
# General Settings
#------------------------------------------------------------------------------

TOPDIR = ../..

include $(TOPDIR)/Makefile.defs
include $(TOPDIR)/mf/common.defs

.PHONY: all install clean


# Analyzer version
VERSION = dev


#------------------------------------------------------------------------------
# Rules
#------------------------------------------------------------------------------

all:

clean:

install:
