source: molecuilder/src/Makefile.am@ 6df7db

Last change on this file since 6df7db 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: 1.3 KB
RevLine 
[a0bcf1]1SOURCE = atom.cpp bond.cpp builder.cpp config.cpp element.cpp helpers.cpp molecules.cpp moleculelist.cpp periodentafel.cpp vector.cpp verbose.cpp
[06feff]2HEADER = defs.hpp helpers.hpp molecules.hpp stackclass.hpp vector.hpp
[a0bcf1]3
4bin_PROGRAMS = molecuilder joiner analyzer
5molecuilderdir = ${bindir}
6molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
7molecuilder_SOURCES = ${SOURCE} ${HEADER}
[59ddad]8joiner_SOURCES = joiner.cpp parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.cpp datacreator.hpp
[a0bcf1]9analyzer_SOURCES = analyzer.cpp parser.cpp datacreator.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.hpp
[da83f8]10molecuilder_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
11joiner_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
12analyzer_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
[a0bcf1]13
[44fa6a]14AM_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
15AM_CPPFLAGS = -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
16
[a0bcf1]17#EXTRA_DIST = ${molecuilder_DATA}
Note: See TracBrowser for help on using the repository browser.