1#################################
2# $Id: Makefile.tls.app 536927 2017-05-24 16:00:07Z ucko $
3# Author:  Colleen Bollin
4#################################
5
6# Build application "tls"
7#################################
8
9APP = tls
10SRC = tls
11
12LIB = $(OBJEDIT_LIBS) $(XFORMAT_LIBS) xalnmgr xobjutil \
13       xregexp $(PCRE_LIB) tables $(OBJMGR_LIBS)
14
15LIBS = $(PCRE_LIBS) \
16       $(NETWORK_LIBS) $(CMPRS_LIBS) $(ORIG_LIBS)
17
18REQUIRES = objects
19
20WATCHERS = bollin
21