Added hint about calling trjconv more than once
[gromacs.git] / share / template / Template.mak
blob1018f33debc0b318d4bd691fb87de2c279df4d89
1 # Generated automatically from Makefile.in by configure.
3 # This is a Gromacs 4.5 template makefile for your own utility programs.
5 # Copy this file to whatever directory you are using for your own
6 # software and add more targets like the template one below.
8 # If you are using gmake it is relatively straightforward to add
9 # an include based on environment variables (like previous Gromacs versions)
10 # to select compiler flags and stuff automatically, but below it is static:
13 # Variables set by the configuration script:
14 LIBS = @LIBS@
15 LDFLAGS = @LDFLAGS@
16 CFLAGS = @CFLAGS@
17 CC = @CC@
18 LD = $(CC)
20 # The real make targets - note that most make programs support
21 # the shortcut $^ instead of listing all object files a second
22 # time, but we cannot count on it...
24 template: template.o
25 $(LD) $(LDFLAGS) -o $@ template.o $(LIBS)