source: util/src/Makefile.am@ 451d7a

Last change on this file since 451d7a was e08f45, checked in by Frederik Heber <heber@…>, 17 years ago

Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull

Conflicts:

molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c

Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...

  • Property mode set to 100755
File size: 866 bytes
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
23scripts = \
24 AdaptiveANOVA.sh \
25 average_result.sh \
26 CreateFromXYZ.sh \
27 CalculateDensity.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 BOSSMatcher.pl \
39 Nanotubes.pl \
40 ReSequenceDX.pl \
41 SortByRings.sh
42
43bin_SCRIPTS = ${scripts}
44
Note: See TracBrowser for help on using the repository browser.