source: util/Makefile.am@ 0fe2ca

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
2SUBDIRS = doc tests
3
4bin_PROGRAMS = \
5 average \
6 CreateGaAs \
7 CreateH2 \
8 diagonalize \
9 GetPdb \
10 NanoCreator \
11 ReadSrcIon \
12 stochastik \
13 VibrAlyzer
14
15GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
16diagonalize_SOURCES = diagonalize.c
17stochastik_SOURCES = stochastik.cpp
18NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
19average_SOURCES = average.cpp
20VibrAlyzer_SOURCES = VibrAlyzer.c
21
22scripts = \
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
37bin_SCRIPTS = ${scripts}
38
Note: See TracBrowser for help on using the repository browser.