Skip to content
Snippets Groups Projects
path.mk 263 B
Newer Older
FRAMAC_DIR=../../frama-c/build/bin
Andre Maroneze's avatar
Andre Maroneze committed
ifeq ($(wildcard $(FRAMAC_DIR)),)
# Frama-C not installed locally; using the version in the PATH
else
export OCAMLPATH := $(FRAMAC_DIR)/../lib:$(OCAMLPATH)
Andre Maroneze's avatar
Andre Maroneze committed
FRAMAC=$(FRAMAC_DIR)/frama-c
FRAMAC_GUI=$(FRAMAC_DIR)/frama-c-gui
endif