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