Raw File
TOP:=../..
.NOTPARALLEL:
# This makefile is a placeholder. Please have a look to $(TOP)/scripts/call_cmake.sh,
# and (possibly) edit a file $(TOP)/local.sh to tweak your build preferences.
all: ; +$(TOP)/scripts/call_cmake.sh $@
%: ; +$(TOP)/scripts/call_cmake.sh $@
back to top