source: pcp/src/Makefile.am@ 44fa6a

Last change on this file since 44fa6a 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: 730 bytes
Line 
1SOURCE = density.c energy.c errors.c excor.c grad.c gramsch.c helpers.c init.c ions.c mergesort2.c myfft.c mymath.c opt.c output.c pcp.c pdbformat.c perturbed.c pseudo.c riemann.c run.c wannier.c
2HEADER = data.h defs.h density.h energy.h errors.h excor.h grad.h gramsch.h helpers.h init.h ions.h mergesort2.h myfft.h mymath.h opt.h output.h pcp.h pdbformat.h perturbed.h pseudo.h riemann.h run.h wannier.h
3
4bin_PROGRAMS = pcp
5pcp_SOURCES = ${SOURCE} ${HEADER}
6
7AM_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.