/**/#	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	"@(#)dtm:olwsm/Imakefile	1.79"

#ifdef Release5
#include <sv4Lib.tmpl>
#endif
             SRCS = wsm.c wsmproperty.c node.c resource.c dring.c \
			list.c locale.c exclusive.c nonexclu.c dtprop.c \
			error.c refresh.c slider.c misc.c settings.c \
			WSMcomm.c RootWindow.c changebar.c window.c
OBJS = $(SRCS:.c=.o)

    EXTRA_DEFINES = -DFACTORY_LIST
         INCLUDES = -I.. -I$(USLCLIENTSRC)/libMDtI -I$(LIBSRC)/Dt -I$(LIBSRC)

NormalLibraryObjectRule()
NormalLibraryTarget(olwsm,$(OBJS))
DependTarget()

#ifdef sunArchitecture
InstallScript(olinit,$(BINDIR))
#endif
