ifndef CONTRIBDIR
CONTRIBDIR := $(shell ncc -print-tosdir)/../contrib
endif

ifndef MAKESYSTEMC
MAKESYSTEMC := $(CONTRIBDIR)/SystemC/MakeSystemC
endif

include $(MAKESYSTEMC)

