XCOMM $XConsortium: Imakefile /main/6 1996/06/11 14:58:39 mw $

#define DoNormalLib	NormalLibXa
#define DoSharedLib	SharedLibXa
#define DoDebugLib	DebugLibXa
#define DoProfileLib	ProfileLibXa

/* this disables make includes */
#define LibHeaders NO

#define IncSubdir Xa

XCOMM REQUIREDLIBS = -L$(BUILDLIBDIR) $(ICELIB) CplusplusLibC MathLibrary

SRCS = object.cc class.cc core.cc monitor.cc condition.cc extclass.cc
OBJS = object.o class.o core.o monitor.o condition.o extclass.o

INCLUDES=-I$(BUILDINCDIR) -I../..

LINTLIBS = $(LINTXLIB)

#define CplusplusSource

#include <Library.tmpl>
SubdirLibraryRule($(OBJS))
LibraryObjectRule()

DependTarget()
