source: utils/Python/Makefile.am@ ad6485

Add_FitFragmentPartialChargesAction Fix_ChargeSampling_PBC Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ParseParticles_split_forward_backward_Actions
Last change on this file since ad6485 was b8f0a8d, checked in by Frederik Heber <heber@…>, 10 years ago

FIX: bash_completion was accidentally removed by clean target.

  • also Python/boxmaker was not contained in EXTRA_DIST.
  • Property mode set to 100644
File size: 314 bytes
Line 
1if CONDPYTHON
2PYTHON_TOOLS = \
3 Python/boxmaker
4endif
5
6${PYTHON_TOOLS}: Python/python_wrapper
7 cp $< $@
8
9if CONDPYTHON
10EXTRA_DIST += \
11 ${PYTHON_TOOLS} \
12 Python/HOWTO-boxmaker
13BUILT_SOURCES += ${PYTHON_TOOLS}
14CLEANFILES += ${PYTHON_TOOLS}
15bin_SCRIPTS += ${PYTHON_TOOLS}
16pyexec_SCRIPTS += Python/boxmaker.py
17endif
Note: See TracBrowser for help on using the repository browser.