Last change
on this file since 6145aa7 was 6145aa7, checked in by Frederik Heber <heber@…>, 17 years ago |
removed CFLAGS as they were heavily architecture dependent and should be supplied by the user
|
-
Property mode
set to
100644
|
File size:
663 bytes
|
Line | |
---|
1 | #ACLOCAL_AMFLAGS = -I m4
|
---|
2 | SUBDIRS = doc tests
|
---|
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 | dynamicANOVA.sh \
|
---|
27 | gather_result.sh \
|
---|
28 | gather_all_results.sh \
|
---|
29 | grep_shielding.sh \
|
---|
30 | gather_averaged_results.sh \
|
---|
31 | meas2pdb.sh \
|
---|
32 | Nanotubes.pl \
|
---|
33 | ReSequenceDX.pl
|
---|
34 |
|
---|
35 | bin_SCRIPTS = ${scripts}
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.