0eb6b48
LIBS         = -lmd_mpi -lgmx_mpi -lnsl -lfftw3f -lm  -lXm -lXt  -lSM -lICE -lXext -lXp -lX11   
0eb6b48
LDFLAGS      =
0eb6b48
CFLAGS       = -O3 -g -pipe -fexceptions -m64 -Wall     -I/usr/include/gromacs  
0eb6b48
CC           = mpicc
0eb6b48
LD           = $(CC)
0eb6b48
0eb6b48
# The real make targets - note that most make programs support
0eb6b48
# the shortcut $^ instead of listing all object files a second
0eb6b48
# time, but we cannot count on it...
0eb6b48
0eb6b48
template:       template.o
0eb6b48
                $(LD) $(LDFLAGS) -o $@ template.o $(LIBS)
0eb6b48