/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 Novell, Inc. All Rights Reserved.
/**/#	  All Rights Reserved

/**/#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
/**/#	The copyright notice above does not evidence any
/**/#	actual or intended publication of such source code.

#ident	"@(#)r5fonts:server/os/Imakefile	1.2"

XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 23:04:52 gildea Exp $
#undef ServerDefines
#include <Server.tmpl>

SRCS =	connection.c waitfor.c io.c utils.c osinit.c \
	config.c access.c osglue.c error.c 
OBJS =  connection.o waitfor.o io.o utils.o osinit.o \
	config.o access.o osglue.o error.o 

INCLUDES = -I../include -I$(FONTSRC)/include

CONN_DEFINES = ConnectionFlags

/* ERROR_DEFINES = -DUSE_SYSLOG */

NormalLibraryObjectRule()
NormalLibraryTarget(os,$(OBJS))

SpecialObjectRule(connection.o,$(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES))
SpecialObjectRule(error.o,$(ICONFIGFILES),$(ERROR_DEFINES))

DependTarget()
