You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
429 B
18 lines
429 B
# pyBind11
|
|
PREFIX=/Users/heck/local-default
|
|
|
|
# YML2
|
|
YML2_PATH=$(HOME)/src/pepbase/default/yml2
|
|
YML2_PROC=$(YML2_PATH)/yml2proc $(YML2_OPTS)
|
|
YML2_OPTS=--encoding=utf8
|
|
|
|
# pEpACIDgen
|
|
pEpACIDgen_ROOT=../../../../
|
|
|
|
# C Python headers
|
|
INCLUDES+=-I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8
|
|
|
|
# example lib
|
|
INCLUDES+=-I../../lib/lib_synth_shed
|
|
LIBS+=-lsynth_shed
|
|
LIBS_PATH+=-L../../lib/lib_synth_shed/
|
|
|