Last change
on this file since 473c2b was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago |
-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[a0bcf1] | 1 | #ACLOCAL_AMFLAGS = -I m4
|
---|
| 2 | SUBDIRS = doc
|
---|
| 3 |
|
---|
| 4 | bin_PROGRAMS = \
|
---|
| 5 | average \
|
---|
| 6 | CreateGaAs \
|
---|
| 7 | CreateH2 \
|
---|
| 8 | GetPdb \
|
---|
| 9 | NanoCreator \
|
---|
| 10 | ReadSrcIon \
|
---|
| 11 | stochastik \
|
---|
| 12 | VibrAlyzer
|
---|
| 13 |
|
---|
| 14 | GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
|
---|
| 15 | stochastik_SOURCES = stochastik.cpp
|
---|
| 16 | NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
|
---|
| 17 | average_SOURCES = average.cpp
|
---|
| 18 | VibrAlyzer_SOURCES = VibrAlyzer.c
|
---|
| 19 |
|
---|
| 20 | scripts = \
|
---|
| 21 | average_result.sh \
|
---|
| 22 | CreateFromXYZ.sh \
|
---|
| 23 | config2xyz.sh \
|
---|
| 24 | convert2old.sh \
|
---|
| 25 | convertpdb.sh \
|
---|
| 26 | gather_result.sh \
|
---|
| 27 | gather_all_results.sh \
|
---|
| 28 | grep_shielding.sh \
|
---|
| 29 | gather_averaged_results.sh \
|
---|
| 30 | meas2pdb.sh \
|
---|
| 31 | Nanotubes.pl \
|
---|
| 32 | ReSequenceDX.pl
|
---|
| 33 |
|
---|
| 34 | bin_SCRIPTS = ${scripts}
|
---|
| 35 |
|
---|
| 36 | average_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 37 | CreateGaAs_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 38 | CreateH2_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 39 | GetPdb_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 40 | ReadSrcIon_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 41 | stochastik_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 42 | NanoCreator_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 43 | VibrAlyzer_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
---|
| 44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.