/**/#	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.

/**/#pragma ident	"@(#)mdemos:hellomotif/Imakefile	1.3"
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.4 $ $Date: 92/03/13 15:36:26 $
#include	<Motif.tmpl>
#include	<Motif.rules>
EXTRA_LOAD_FLAGS = -z nodefs

#include <Motif.tmpl>
#include <Motif.rules>

INCLUDES = -I. -I$(INCLUDESRC) -I$(MINCLUDESRC)
        DEPLIBS = MrmClientDepLibs
LOCAL_LIBRARIES = MrmClientLibs $(SYSLIBS)

SRCS=	hellomotif.c

OBJS=	hellomotif.o

NormalLibraryObjectRule()

MSimpleProgramTarget(hellomotif)
InstallProgram(hellomotif,$(BINDIR))

DependTarget()
