XCOMM  -*- makefile -*-  #
XCOMM --------------------------------------------------------------------
XCOMM  copyright (c) 1995 thomas harrer
XCOMM --------------------------------------------------------------------
XCOMM
XCOMM  Imakefile for libhelp
XCOMM
XCOMM --------------------------------------------------------------------
XCOMM  $Id: Imakefile,v 1.2 1995/04/04 15:21:01 harrer Exp $
XCOMM --------------------------------------------------------------------
XCOMM  license and copying issues:
XCOMM
XCOMM  this software is free; you can redistribute it and/or modify it 
XCOMM  under terms similar to the gnu general public license (version 1 
XCOMM  or any later version published by the free software foundation). 
XCOMM  see the file Licence for more details.
XCOMM
XCOMM  this program is distributed in the hope that it will be useful,
XCOMM  but without any warranty; without even the implied warranty of
XCOMM  merchantability or fitness for a particular purpose.  
XCOMM --------------------------------------------------------------------

XCOMM -------------------------------------------------------------------- 
XCOMM if you don't have the xpm pixmap library :
XCOMM     add libXpm to LIBDIRS 
XCOMM if you already have libhtmlw (HTML widget from NCSA Mosaic)
XCOMM     remove libhtmlw from LIBDIRS
XCOMM -------------------------------------------------------------------- 

LIBDIRS = libhelp libButtFace libhtmlw

XCOMM -------------------------------------------------------------------- 
XCOMM  Additional Definitions
XCOMM -------------------------------------------------------------------- 

CC = gcc -ansi
COPT = -O2
INCS = 
DEFS = 
LIBS =

#define IHaveSubdirs
#define PassCDebugFlags\
 'CC=$(CC)'\
 'COPT=$(COPT)'\
 'LIBS=$(LIBS)'\
 'INCS=$(INCS)'\
 'DEFS=$(DEFS)'

SUBDIRS = $(LIBDIRS) xmhelp

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))






