"vscode:/vscode.git/clone" did not exist on "cc298d6dc1c895c9ef29e0c701e84ae5f25527c2"
Makefile 782 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ---------------------------------------------------------------------------------------

include ../makeConfig/Top.mk

# ---------------------------------------------------------------------------------------

# target is gmxGbsa library
# ld reference is in ../gromacs/vc7.mk
# include file reference is in ../gromacs/gmxgpu.h

STATIC_LIBRARY      := gmxGbsa

# ---------------------------------------------------------------------------------------

BaseFiles           := $(GbsaBaseFiles)
IncludeDirectories  := $(SimTkDirectory) $(GromacsIncludeDirectory)

# ---------------------------------------------------------------------------------------

include $(MakeDirectory)/BaseMake.mk

# ---------------------------------------------------------------------------------------