Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 38427f78a80421a9da8b4e03c8b4bdb2 > files > 8

gromacs-4.5.4-1.fc13.src.rpm

LIBS         = -lmd -lgmx -lnsl -lfftw3f -lm  -lXm -lXt  -lSM -lICE -lXext -lXp -lX11   
LDFLAGS      =
CFLAGS       = -O3 -g -pipe -fexceptions -m64 -Wall     -I/usr/include/gromacs  
CC           = gcc
LD           = $(CC)

# The real make targets - note that most make programs support
# the shortcut $^ instead of listing all object files a second
# time, but we cannot count on it...

template:       template.o
                $(LD) $(LDFLAGS) -o $@ template.o $(LIBS)