comparison uwsginl-plugin-lang-pypy3/Makefile @ 88:098130d0f0f0

All plugins by default use the PATCHDIR of the uwsginl binary. So: All plugin-specific patches should be done there.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Jun 2020 09:42:50 +0200
parents 278470dc420d
children 40e8d1ee1651
comparison
equal deleted inserted replaced
87:e3249546c992 88:098130d0f0f0
38 # Where to find the sources for the plugin (defaults to plugins/${PLUGIN_NAME}) 38 # Where to find the sources for the plugin (defaults to plugins/${PLUGIN_NAME})
39 PLUGIN_SOURCE= plugins/pypy 39 PLUGIN_SOURCE= plugins/pypy
40 # The complete basename of the plugin 40 # The complete basename of the plugin
41 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so 41 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so
42 42
43 # Use the PATCHDIR of the binary executable by default
44 PATCHDIR?= ${.CURDIR}/../uwsginl/files
45
43 do-configure: 46 do-configure:
44 @${DO_NADA} 47 @${DO_NADA}
45 48
46 do-build: 49 do-build:
47 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} 50 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}