1# $Id: Makefile.struct_util_demo.app 553555 2017-12-18 22:00:44Z fongah2 $
2# Author:  Paul Thiessen
3
4# Build application "struct_util_demo"
5#################################
6
7WATCHERS = thiessen
8
9REQUIRES = objects
10
11APP = struct_util_demo
12
13SRC = struct_util_demo
14
15LIB = xstruct_util \
16      xstruct_dp \
17      ncbimime \
18      cdd \
19      $(BLAST_LIBS) \
20      cn3d \
21      mmdb \
22      $(OBJMGR_LIBS)
23
24LIBS = $(NETWORK_LIBS) $(CMPRS_LIBS) $(DL_LIBS) $(BLAST_THIRD_PARTY_LIBS) $(ORIG_LIBS)
25
26# These are necessary to avoid build errors in some configurations
27# (notably 32-bit SPARC WorkShop Release).
28CXXFLAGS = $(FAST_CXXFLAGS)
29LDFLAGS = $(FAST_LDFLAGS)
30