source: pcp/src/Makefile.am@ 848729

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

Just a temporary commit

  • Property mode set to 100755
File size: 467 bytes
RevLine 
[a0bcf1]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}
[44fa6a]6
Note: See TracBrowser for help on using the repository browser.