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 | |
---|
1 | if CONDPYTHON
|
---|
2 | PYTHON_TOOLS = \
|
---|
3 | Python/boxmaker
|
---|
4 | endif
|
---|
5 |
|
---|
6 | ${PYTHON_TOOLS}: Python/python_wrapper
|
---|
7 | cp $< $@
|
---|
8 |
|
---|
9 | if CONDPYTHON
|
---|
10 | EXTRA_DIST += \
|
---|
11 | ${PYTHON_TOOLS} \
|
---|
12 | Python/HOWTO-boxmaker
|
---|
13 | BUILT_SOURCES += ${PYTHON_TOOLS}
|
---|
14 | CLEANFILES += ${PYTHON_TOOLS}
|
---|
15 | bin_SCRIPTS += ${PYTHON_TOOLS}
|
---|
16 | pyexec_SCRIPTS += Python/boxmaker.py
|
---|
17 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.