1 |
|
---|
2 | bin_PROGRAMS = \
|
---|
3 | average \
|
---|
4 | CreateGaAs \
|
---|
5 | CreateH2 \
|
---|
6 | diagonalize \
|
---|
7 | GetPdb \
|
---|
8 | NanoCreator \
|
---|
9 | ReadSrcIon \
|
---|
10 | stochastik \
|
---|
11 | VibrAlyzer
|
---|
12 |
|
---|
13 | average_SOURCES = average.cpp
|
---|
14 | CreateGaAs_SOURCES = CreateGaAs.c
|
---|
15 | CreateH2_SOURCES = CreateH2.c
|
---|
16 | diagonalize_SOURCES = diagonalize.c
|
---|
17 | GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
|
---|
18 | NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
|
---|
19 | ReadSrcIon_SOURCES = ReadSrcIon.c
|
---|
20 | stochastik_SOURCES = stochastik.cpp
|
---|
21 | VibrAlyzer_SOURCES = VibrAlyzer.c
|
---|
22 |
|
---|
23 | bashscripts = \
|
---|
24 | AdaptiveANOVA.sh \
|
---|
25 | average_result.sh \
|
---|
26 | CreateFromXYZ.sh \
|
---|
27 | CalculateDensityfromConfig.sh \
|
---|
28 | CalculateMass.sh \
|
---|
29 | config2xyz.sh \
|
---|
30 | convert2old.sh \
|
---|
31 | convertpdb.sh \
|
---|
32 | dynamicANOVA.sh \
|
---|
33 | gather_result.sh \
|
---|
34 | gather_all_results.sh \
|
---|
35 | grep_shielding.sh \
|
---|
36 | gather_averaged_results.sh \
|
---|
37 | meas2pdb.sh \
|
---|
38 | SortByRings.sh
|
---|
39 |
|
---|
40 | perlscripts = \
|
---|
41 | BOSSMatcher.pl \
|
---|
42 | Nanotubes.pl \
|
---|
43 | ReSequenceDX.pl
|
---|
44 |
|
---|
45 | pythonscripts = \
|
---|
46 | AnalysePASFromEllipsoids.py \
|
---|
47 | AnalyseStressResults.py \
|
---|
48 | Animate.py \
|
---|
49 | AnimateStereo.py \
|
---|
50 | CalculateDensity.py \
|
---|
51 | CalculatePairCorrelation.py \
|
---|
52 | CalculateSurfaceOfCluster.py \
|
---|
53 | CalculateXRayFromPDBstep.py \
|
---|
54 | CreateNeighboursForTIP3.py \
|
---|
55 | convertHessianMPQC2PCP.py \
|
---|
56 | convertMPQCout2pcp.py \
|
---|
57 | convertPCP2MPQC.py \
|
---|
58 | convertXDataToXYData.py \
|
---|
59 | CreateAllVspeShapes.py \
|
---|
60 | CreateVspeShapes.py \
|
---|
61 | CutBlockFromPDB.py \
|
---|
62 | FindInnerPointsinBB.py \
|
---|
63 | FindNonTriplesTIP3.py \
|
---|
64 | GetBondedPairs.py \
|
---|
65 | GetBondsFromPDB.py \
|
---|
66 | GetIDsOfBorderAtoms.py \
|
---|
67 | LinearlyInterpolateBetweenPCPConfigs.py \
|
---|
68 | OutputRaster3DHeader.py \
|
---|
69 | LinearlyInterpolateBetweenPCPConfigs.py \
|
---|
70 | PairCorrelationTIP3toResiduum.py \
|
---|
71 | PairCorrelationToCluster.py \
|
---|
72 | PairCorrelationToClusterSurface.py \
|
---|
73 | PrepareStoneWalesDefects.py \
|
---|
74 | ReduceDBondFiletoSubset.py \
|
---|
75 | ReMapDBondFileFromXYZ.py \
|
---|
76 | ReMapDBondFile.py \
|
---|
77 | RemoveConvexPart.py \
|
---|
78 | RemoveRandomAtoms.py \
|
---|
79 | RemoveConvexPart.py \
|
---|
80 | RemoveRandomAtoms.py \
|
---|
81 | RestorePDBfromGrape.py \
|
---|
82 | ShiftPeriodic.py
|
---|
83 |
|
---|
84 |
|
---|
85 | bin_SCRIPTS = ${bashscripts} ${perlscripts} ${pythonscripts}
|
---|
86 |
|
---|