mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
This commit was generated by cvs2svn to compensate for changes in r315,
which included commits to RCS files with non-trunk default branches. [SVN r7932]
This commit is contained in:
21
py_cpphelp.mak
Normal file
21
py_cpphelp.mak
Normal file
@@ -0,0 +1,21 @@
|
||||
ifndef PY_CPPHELP_MAK_INCLUDED
|
||||
PY_CPPHELP_MAK_INCLUDED=1
|
||||
|
||||
ifndef DONT_BUILD_IMPORTS
|
||||
|
||||
|
||||
PY_CPP_DIR=$(ROOT_DIR)/py_cpp
|
||||
PY_CPP_LIB=$(PY_CPP_DIR)/$(OBJDIR)/py_cpp.lib
|
||||
PY_CPP_D_LIB=$(PY_CPP_DIR)/$(OBJDIR)/py_cpp_d.lib
|
||||
|
||||
$(PY_CPP_LIB) : FORCE
|
||||
$(RECURSIVE_MAKE) -C $(PY_CPP_DIR) py_cpp
|
||||
|
||||
$(PY_CPP_D_LIB) : FORCE
|
||||
$(RECURSIVE_MAKE) -C $(PY_CPP_DIR) py_cpp_d
|
||||
|
||||
# end ifndef DONT_BUILD_IMPORTS
|
||||
endif
|
||||
|
||||
# end ifndef PY_CPPHELP_MAK_INCLUDED
|
||||
endif
|
||||
Reference in New Issue
Block a user