/**/#	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	"@(#)oldattlib:Imakefile	1.4"

       INCLUDES = -I. $(STD_INCLUDES) 

   INSTALLFLAGS = -m 0644

       	    LIB = liblocal.a
        HEADERS = XSetParms.h Xargs.h Xinput.h Xprint.h

SRCS1 = \
	XSetParms.c \
	XPause.c \
	XDemoError.c \
	XScale.c \
	expr.c

SRCS2 = \
	Xargs.c \
	Xinput.c \
	pDisplay.c \
	pGC.c \
	pID.c \
	pXEvent.c \
	pXFontStruct.c \
	pXWinAttr.c

OBJS1 = \
	XSetParms.o \
	XPause.o \
	XDemoError.o \
	XScale.o \
	expr.o

OBJS2 = \
	Xargs.o \
	Xinput.o \
	pDisplay.o \
	pGC.o \
	pID.o \
	pXEvent.o \
	pXFontStruct.o \
	pXWinAttr.o

OBJS = $(OBJS1) $(OBJS2)
SRCS = $(SRCS1) $(SRCS2)

NormalLibraryObjectRule()

NormalLibraryTarget(local,$(OBJS))

PreciousObject($(LIB))

DependTarget()
