#ifdef BandAidCompiler
#include BandAidCompiler
#endif

# 
#  xman - X window system manual page display program.
# 
#  $XConsortium: Imakefile,v 1.13 89/11/24 18:02:50 jim Exp $
#  $Athena: Imakefile,v 1.1 88/08/31 21:11:32 kit Locked $
# 
#  Copyright 1987, 1988 Massachusetts Institute of Technology
# 
#  Permission to use, copy, modify, and distribute this software and its
#  documentation for any purpose and without fee is hereby granted, provided
#  that the above copyright notice appear in all copies and that both that
#  copyright notice and this permission notice appear in supporting
#  documentation, and that the name of M.I.T. not be used in advertising or
#  publicity pertaining to distribution of the software without specific,
#  written prior permission.  M.I.T. makes no representations about the
#  suitability of this software for any purpose.  It is provided "as is"
#  without express or implied warranty.
# 
#  Author:    Chris D. Peterson, MIT Project Athena
#  Created:   August 31, 1988
#
#  Original idea borrowed from an X10 implementation created by Barry Shein
#
        DEFINES = -DHELPFILE=\"$(LIBDIR)$(PATHSEP)xman.help\"
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
           SRCS = ScrollByL.c handler.c man.c buttons.c help.c \
                  search.c globals.c main.c misc.c tkfuncs.c
           OBJS = ScrollByL.o handler.o man.o buttons.o help.o \
                  search.o globals.o main.o misc.o tkfuncs.o

       INCLUDES = -I$(TOOLKITSRC) -I$(TOP)

ComplexProgramTarget(xman)

InstallNonExec(xman.help, $(LIBDIR))
InstallAppDefaults(Xman)
