Help compiling LAMMPS on OS X

Hello LAMMPS users

I've been struggling to compile LAMMPS on a MacBook Pro running OS X 10.6.7

I've manage to clear a couple of snags, but this last one is a hassle since I can't find where this problem originates (in which file).

  ....
  ....
  ....
  g++ -O -DLAMMPS_GZIP -I../STUBS -DFFT_FFTW -I/sw/include -M angle_cosine_delta.cpp > angle_cosine_delta.d
  g++ -O -DLAMMPS_GZIP -I../STUBS -DFFT_FFTW -I/sw/include -M angle_cosine.cpp > angle_cosine.d
  g++ -O -DLAMMPS_GZIP -I../STUBS -DFFT_FFTW -I/sw/include -M angle_charmm.cpp > angle_charmm.d
  g++ -O -DLAMMPS_GZIP -I../STUBS -DFFT_FFTW -I/sw/include -M angle.cpp > angle.d
  make[1]: *** No rule to make target `../lmp_fink'. Stop.
  make: *** [fink] Error 2

I'm compiling using 'make fink' and the fink package compilers.

Any help is appreciated.

Best regards
Gustaf

The src/MAKE/Makefile.fink file looks corrupted. Try the
one attached.

Steve

Makefile.fink (2.57 KB)