source: util/Makefile.am@ 2f6525

Last change on this file since 2f6525 was 44fa6a, checked in by Frederik Heber <heber@…>, 17 years ago

removed specialised CFLAGS for general AM_C(PP)FLAGS that just enable all warnings

  • Property mode set to 100644
File size: 925 bytes
RevLine 
[a0bcf1]1#ACLOCAL_AMFLAGS = -I m4
[b5279f0]2SUBDIRS = doc tests
[a0bcf1]3
4bin_PROGRAMS = \
5 average \
6 CreateGaAs \
7 CreateH2 \
8 GetPdb \
9 NanoCreator \
10 ReadSrcIon \
11 stochastik \
12 VibrAlyzer
13
14GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
15stochastik_SOURCES = stochastik.cpp
16NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
17average_SOURCES = average.cpp
18VibrAlyzer_SOURCES = VibrAlyzer.c
19
20scripts = \
21 average_result.sh \
22 CreateFromXYZ.sh \
23 config2xyz.sh \
24 convert2old.sh \
25 convertpdb.sh \
[5bef9d]26 dynamicANOVA.sh \
[a0bcf1]27 gather_result.sh \
28 gather_all_results.sh \
29 grep_shielding.sh \
30 gather_averaged_results.sh \
31 meas2pdb.sh \
32 Nanotubes.pl \
[1f7265]33 ReSequenceDX.pl
[a0bcf1]34
35bin_SCRIPTS = ${scripts}
36
[44fa6a]37AM_CFLAGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wnested-externs -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
Note: See TracBrowser for help on using the repository browser.