1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
include src/cpp/*.hpp
include src/cpp/*.cpp
include src/cuda/*.hpp
include src/wrapper/*.hpp
include src/wrapper/*.cpp
include test/*.py
include examples/*.py
include examples/MORE*
include doc/source/*.rst
include doc/Makefile
include doc/source/conf.py
include configure.py
include Makefile.in
include aksetup_helper.py
include README_SETUP.txt
recursive-include bpl-subset/bpl_subset/boost *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt
recursive-include bpl-subset/bpl_subset/libs *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt
|