source: pcp/src/Makefile.am@ 6145aa7

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

removed CFLAGS as they were heavily architecture dependent and should be supplied by the user

  • Property mode set to 100644
File size: 465 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}
Note: See TracBrowser for help on using the repository browser.