XCOMM emacs mode: -*- makefile -*-
XCOMM -------------------------------------------------------------------- #
XCOMM  copyright (c) 1995 thomas harrer, ipvr stuttgart.
XCOMM -------------------------------------------------------------------- #
XCOMM
XCOMM           Dna Interactive Artificial-Neural-network Analysis
XCOMM
XCOMM                                 diana
XCOMM
XCOMM                        university of stuttgart
XCOMM  institute for parallel and distributed high performance systems (ipvr)
XCOMM             applied computer science - image understandig
XCOMM               dipl. inform. niels mache, prof. paul levi
XCOMM               ({mache,levi}@informatik.uni-stuttgart.de)
XCOMM
XCOMM                         author: thomas harrer 
XCOMM                 (thomas.harrer@rus.uni-stuttgart.de)
XCOMM
XCOMM -------------------------------------------------------------------- #
XCOMM  $Id: Imakefile,v 1.7 1995/05/27 11:07:40 thomas Exp $
XCOMM -------------------------------------------------------------------- #
XCOMM
XCOMM  module:		Imakefile
XCOMM
XCOMM  contents:	compilation macros for libButtFace (button face 
XCOMM			library from Harald Albrecht, see Readme).
XCOMM
XCOMM  interface:	xmkmf; make;
XCOMM
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  see the file Readme for information about copying conditions 
XCOMM  for the button face library.
XCOMM --------------------------------------------------------------------  
XCOMM --------------------------------------------------------------------
XCOMM  Additional Definitions
XCOMM --------------------------------------------------------------------

XCOMM dynamic definitions that can be set from make command line.

           INCS = 
           COPT = -O
           DEFS = 

XCOMM static definitions

      GLOBALINC = -I./ -I/usr/local/X11R5/include
         PICINC = -I./pixmaps
         XPMINC = -I../libXpm

    INCLUDEDIRS = $(GLOBALINC) $(PICINC) $(XPMINC) $(INCS) 
    CDEBUGFLAGS = 

     USEGADGETS = -DUSEGADGETS
        DEFINES = -DMOTIF $(USEGADGETS) $(COPT) $(INCLUDEDIRS) $(DEFS)

           SRCS = pushbuttons.c msgbox.c resource.c Center.c
         HEADER = pushbuttons.h Center.h msgbox.h resource.h CenterP.h

      IMAKEFILE = Imakefile

           OBJS = pushbuttons.o msgbox.o resource.o Center.o
        LIBHELP = ButtFace

XCOMM --------------------------------------------------------------------
XCOMM  Insert Macros
XCOMM --------------------------------------------------------------------

NormalLibraryTarget($(LIBHELP),$(OBJS))
DependTarget()
