LIBS = -lmd -lgmx -lnsl -lnsl -lrfftw -lfftw -lm LDFLAGS = -L/home/server_c/gmx314-gpu/x86_64-unknown-linux-gnu/lib CFLAGS = -O6 -fomit-frame-pointer -finline-functions -Wall -Wno-unused -funroll-all-loops -I/home/server_c/gmx314-gpu/include CC = cc LD = $(CC) rms1: rms1.o $(LD) $(LDFLAGS) -o $@ rms1.o $(LIBS)