Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/build/src/Makefile-vars-build
1070 views
# This is a bootstrap version of Makefile-vars, just for installing some binaries.

CWD:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
SRC = ${CWD}/src
PACKAGES = ${CWD}/../../..
UPSTREAM = ${PACKAGES}/../upstream/sources
BIN = ${PACKAGES}/../bin
BUILD = ${CWD}/build
BUILD_NATIVE = ${BUILD}/native
DIST = ${CWD}/dist
DIST_NATIVE = ${DIST}/native