/*
 * Imakefile for the Hyper-G Library
 *
 * Created :    01 Apr 92    Keith Andrews, IICM
 *
 * Modified :   22 Jul 92    Gerald Pani, IICM
 *              12 Jan 94    Michael Pichler, IICM
 *              10 Feb 94    Gerald Pani, IICM
 *
 *
 * $Id: Imakefile,v 1.14 1997/03/03 23:59:59 jfasch Exp $
 *
 * $Log: Imakefile,v $
 * Revision 1.14  1997/03/03 23:59:59  jfasch
 * add dependon
 *
 * Revision 1.13  1997/02/24 16:07:30  jfasch
 * removed baseobject.[hC]
 *
 * Revision 1.12  1997/02/21 13:55:33  jfasch
 * added dbcontr_utils
 *
 * Revision 1.11  1997/02/04 09:17:25  bmarsch
 * Added hgwhat
 *
 * Revision 1.10  1996/12/06 15:59:51  jfasch
 * added -Wall
 *
 * Revision 1.9  1996/12/06 14:44:21  jfasch
 * -g for OSF also
 *
 * Revision 1.8  1996/11/20 14:34:30  jfasch
 * -DVERBOSE compiler define
 *
 * Revision 1.7  1996/10/02 11:28:50  jfasch
 * removed
 *   assert.h
 *   verbose.h
 *
 * Revision 1.6  1996/08/08 13:36:43  bmarsch
 * No -g on Alpha
 *
 * Revision 1.5  1996/08/07 12:04:54  jfasch
 * added dbcontr.[hCo]
 *
 * Revision 1.4  1996/08/07 12:04:00  jfasch
 * RCS tags
 *
 *
 */


#ifdef InObjectCodeDir

APP_CCDEFINES = -DASSERT -DVERBOSE

APP_CCFLAGS = -g -O0 -Wall

OBJS = \
	dbcontr.o \
	dbcontr_utils.o \
	dependon.o \
	field.o \
	fieldfilter.o \
	hgconst.o \
        dcerror.o \
        dcsender.o \
        error.o \
        hgheader.o \
        hgsignal.o \
	hgwhat.o \
        language.o \
        message.o \
        objconst.o \
        object.o \
	treaps.o

MakeHgLibrary(HgHyperg,1.1)

InstallHgInclude(dbcontr.h,hyperg)
InstallHgInclude(dbcontr_utils.h,hyperg)
InstallHgInclude(dependon.h,hyperg)
InstallHgInclude(dcerror.h,hyperg)
InstallHgInclude(dcsender.h,hyperg)
InstallHgInclude(error.h,hyperg)
InstallHgInclude(exit.h,hyperg)
InstallHgInclude(field.h,hyperg)
InstallHgInclude(fieldfilter.h,hyperg)
InstallHgInclude(hgconst.h,hyperg)
InstallHgInclude(hgheader.h,hyperg)
InstallHgInclude(hgsignal.h,hyperg)
InstallHgInclude(hgwhat.h,hyperg)
InstallHgInclude(language.h,hyperg)
InstallHgInclude(message.h,hyperg)
InstallHgInclude(objconst.h,hyperg)
InstallHgInclude(object.h,hyperg)
InstallHgInclude(treaps.h,hyperg)

MakeObjectFromSrc(dbcontr)
MakeObjectFromSrc(dbcontr_utils)
MakeObjectFromSrc(dependon)
MakeObjectFromSrc(dcerror)
MakeObjectFromSrc(dcsender)
MakeObjectFromSrc(error)
MakeObjectFromSrc(field)
MakeObjectFromSrc(fieldfilter)
MakeObjectFromSrc(hgconst)
MakeObjectFromSrc(hgheader)
MakeObjectFromSrc(hgsignal)
MakeObjectFromSrc(hgwhat)
MakeObjectFromSrc(language)
MakeObjectFromSrc(message)
MakeObjectFromSrc(objconst)
MakeObjectFromSrc(object)
MakeObjectFromSrc(treaps)

#else

MakeInObjectCodeDir()

#endif /* if compiling in subdirectory */
