"wrappers/python/vscode:/vscode.git/clone" did not exist on "05dd85de19f1c29d4ed6c26c0cd6f0d15e41a607"
Makefile 788 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      := gmxUtilities

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

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

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

include $(MakeDirectory)/BaseMake.mk

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