source: util/src/Makefile.am@ d97af9

Last change on this file since d97af9 was e1a46d, checked in by Frederik Heber <heber@…>, 16 years ago

All of my python script put into ESPACK and adapted with @PYTHON@ and so on.

  • Property mode set to 100755
File size: 1.9 KB
Line 
1
2bin_PROGRAMS = \
3 average \
4 CreateGaAs \
5 CreateH2 \
6 diagonalize \
7 GetPdb \
8 NanoCreator \
9 ReadSrcIon \
10 stochastik \
11 VibrAlyzer
12
13average_SOURCES = average.cpp
14CreateGaAs_SOURCES = CreateGaAs.c
15CreateH2_SOURCES = CreateH2.c
16diagonalize_SOURCES = diagonalize.c
17GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
18NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
19ReadSrcIon_SOURCES = ReadSrcIon.c
20stochastik_SOURCES = stochastik.cpp
21VibrAlyzer_SOURCES = VibrAlyzer.c
22
23bashscripts = \
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
40perlscripts = \
41 BOSSMatcher.pl \
42 Nanotubes.pl \
43 ReSequenceDX.pl
44
45pythonscripts = \
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
85bin_SCRIPTS = ${bashscripts} ${perlscripts} ${pythonscripts}
86
Note: See TracBrowser for help on using the repository browser.