/* Copyright (C) 1991 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h". */

/*
 * Project-specific code
 */

#define LibraryObjectRule	NormalLibraryObjectRule
#define SpecialObjectRule	SpecialObjectRule
#define	LibraryTarget		NormalLibraryTarget

all :: Makefile

CONFIGDIR	=	CONFDIR

COMMONLIB	=	$(TOP)/common/libcommon$(LIBSUFFIX).a
PARSER		=	$(TOP)/clients/parser/libparser$(LIBSUFFIX).a
TTY		=	$(TOP)/clients/tty/libtty$(LIBSUFFIX).a
CLIENTLIB	=	$(TOP)/clients/lib/libclient$(LIBSUFFIX).a
LOGGERLIB	=	$(TOP)/logger/liblogger$(LIBSUFFIX).a

#define DebuggableDebugFlags -g

STD_INCLUDES	=	-I$(TOP)/include -I/usr/athena/include
