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
|
Rev | Line | |
---|
[a0bcf1] | 1 | #ACLOCAL_AMFLAGS = -I m4
|
---|
[b5279f0] | 2 | SUBDIRS = doc tests
|
---|
[a0bcf1] | 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 \
|
---|
[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 |
|
---|
| 35 | bin_SCRIPTS = ${scripts}
|
---|
| 36 |
|
---|
[44fa6a] | 37 | AM_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.