source: pcp/src/Makefile.am@ 88e890

Last change on this file since 88e890 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago

-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)

  • Property mode set to 100644
File size: 697 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#pcp_CFLAGS = -cc=gcc -g -O3 -march=nocona -Wall -DBIGENDIAN=0
7pcp_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O3 -march=nocona -Wall -DBIGENDIAN=0
8#pcp_CFLAGS = -cc=gcc -g -O -fno-inline -march=nocona -Wall -DBIGENDIAN=0
Note: See TracBrowser for help on using the repository browser.