/**/#	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:lib/font/fc/Imakefile	1.7"

XCOMM $XConsortium: Imakefile,v 1.11 91/08/22 14:18:23 rws Exp $
XCOMM
XCOMM Make file for font handling routines
XCOMM
#if SharedFontLibraries
EXTRA_DEFINES = -KPIC
#endif

#include <Server.tmpl>

        INCLUDES = -I$(FONTSRC)/include -I../include -I..
         HEADERS = 
            SRCS = fsconvert.c fserve.c fsio.c 
            OBJS = fsconvert.o fserve.o fsio.o
         DEFINES = $(SIGNAL_DEFINES)
    CONN_DEFINES = ConnectionFlags

SubdirLibraryRule($(OBJS))
.c.o:
	@if [ -d native ]; then exit 0; else set -x; mkdir native; fi
	$(RM) $@ native/$@
	$(HCC) -c $(HCFLAGS) $(_NOOP) $*.c
	$(MV) $@ native/$@
	$(RM) $@
	$(CC) -c $(CFLAGS) $(_NOOP) $*.c

fsio.o: $(ICONFIGFILES)
	@if [ -d native ]; then exit 0; else set -x; mkdir native; fi
	$(RM) $@ native/$@
	$(HCC) -c $(HCFLAGS) $(CONN_DEFINES) $*.c
	$(MV) $@ native/$@
	$(RM) $@
	$(CC) -c $(CFLAGS) $(CONN_DEFINES) $*.c

clean::
	-@if [ -d native ]; then \
	(set -x; cd native; $(RM) *.o); else exit 0; fi

includes::

/* NormalLibraryObjectRule() */
/* SpecialObjectRule(fsio.o,$(ICONFIGFILES),$(CONN_DEFINES)) */

NormalLintTarget($(SRCS))

DependTarget()
