Last change
on this file since 0fe2ca was bdba3c, checked in by Frederik Heber <heber@…>, 17 years ago |
AM_CFLAGS thrown out as warnings are added to CFLAGS in configure-part. Huge changes to make mpi working with given environment variables MPICC and MPILIBS
|
-
Property mode
set to
100644
|
File size:
714 bytes
|
Line | |
---|
1 | #ACLOCAL_AMFLAGS = -I m4
|
---|
2 | SUBDIRS = doc tests
|
---|
3 |
|
---|
4 | bin_PROGRAMS = \
|
---|
5 | average \
|
---|
6 | CreateGaAs \
|
---|
7 | CreateH2 \
|
---|
8 | diagonalize \
|
---|
9 | GetPdb \
|
---|
10 | NanoCreator \
|
---|
11 | ReadSrcIon \
|
---|
12 | stochastik \
|
---|
13 | VibrAlyzer
|
---|
14 |
|
---|
15 | GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
|
---|
16 | diagonalize_SOURCES = diagonalize.c
|
---|
17 | stochastik_SOURCES = stochastik.cpp
|
---|
18 | NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
|
---|
19 | average_SOURCES = average.cpp
|
---|
20 | VibrAlyzer_SOURCES = VibrAlyzer.c
|
---|
21 |
|
---|
22 | scripts = \
|
---|
23 | average_result.sh \
|
---|
24 | CreateFromXYZ.sh \
|
---|
25 | config2xyz.sh \
|
---|
26 | convert2old.sh \
|
---|
27 | convertpdb.sh \
|
---|
28 | dynamicANOVA.sh \
|
---|
29 | gather_result.sh \
|
---|
30 | gather_all_results.sh \
|
---|
31 | grep_shielding.sh \
|
---|
32 | gather_averaged_results.sh \
|
---|
33 | meas2pdb.sh \
|
---|
34 | Nanotubes.pl \
|
---|
35 | ReSequenceDX.pl
|
---|
36 |
|
---|
37 | bin_SCRIPTS = ${scripts}
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.