XCOMM 
XCOMM (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
XCOMM ALL RIGHTS RESERVED 
XCOMM 
XCOMM 
XCOMM Motif Release 1.2
XCOMM 
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.5.3.2 $ $Date: 1992/04/20 18:31:45 $
INCLUDES 	= -I./. -I$(INCLUDESRC) -I$(MINCLUDESRC) -I$(TESTCOMSRC)
DEFINES 	= TestDefines
DEPLIBS  	= TestClientDepLibs
DEPLIBS1 	= TestClientDepLibs
DEPLIBS2 	= TestClientDepLibs
DEPLIBS3 	= TestClientDepLibs
DEPLIBS4 	= TestClientDepLibs
DEPLIBS5 	= TestClientDepLibs
DEPLIBS6 	= TestClientDepLibs
DEPLIBS7 	= TestClientDepLibs
DEPLIBS8 	= TestClientDepLibs
LOCAL_LIBRARIES = TestUilClientLibs

SRCS1 =	FontListC.c convenience.c
SRCS2 =	FontListA.c convenience.c

SRCS3 =	StringComp.c convenience.c
SRCS4 =	StringCopy.c convenience.c
SRCS5 =	StringEmpty.c convenience.c
SRCS6 =	StringGLR.c convenience.c

OBJS1 =	FontListC.o convenience.o
OBJS2 =	FontListA.o convenience.o

OBJS3 =	StringComp.o convenience.o
OBJS4 =	StringCopy.o convenience.o
OBJS5 =	StringEmpty.o convenience.o
OBJS6 =	StringGLR.o convenience.o

PROGRAMS = FontListC FontListA\
           StringComp StringCopy StringEmpty StringGLR

NormalLibraryObjectRule()

MSimpleProgramTarget(StringDisp)
TestPPTarget(StringDisp)
MSimpleProgramTarget(StringDraw)
TestPPTarget(StringDraw)
MSimpleProgramTarget(StringWidth)
MSimpleProgramTarget(StringExt)

SRCS=  \
	StringDisp.c \
	StringDraw.c \
	StringWidth.c \
	StringExt.c

MComplexProgramTarget_1(FontListC, $(LOCAL_LIBRARIES),NullParameter)
MComplexProgramTarget_2(FontListA, $(LOCAL_LIBRARIES),NullParameter)

MComplexProgramTarget_3(StringComp, $(LOCAL_LIBRARIES),NullParameter)
MComplexProgramTarget_4(StringCopy, $(LOCAL_LIBRARIES),NullParameter)
MComplexProgramTarget_5(StringEmpty, $(LOCAL_LIBRARIES),NullParameter)
MComplexProgramTarget_6(StringGLR, $(LOCAL_LIBRARIES),NullParameter) 
