#
# Copyright 1991 by David A. Curry
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that copyright
# notice and this permission notice appear in supporting documentation.  The
# author makes no representations about the suitability of this software for
# any purpose.  It is provided "as is" without express or implied warranty.
#
# Imakefile for xpostit.
#
# David A. Curry
# Purdue University
# Engineering Computer Network
# West Lafayette, IN 47907
# davy@ecn.purdue.edu
#
# $Log:	Imakefile,v $
# Revision 1.4  91/09/06  18:28:49  davy
# Added copyright/permission notice for submission to MIT R5 contrib.
# 
# Revision 1.3  91/09/06  17:12:29  davy
# Miscellaneous portability changes, added new files.
# 
# Revision 1.2  90/06/14  11:16:50  davy
# Ported to X11 Release 4.  Added app-defaults file.
# 
#
LOCAL_LIBRARIES = XawClientLibs
	DEPLIBS = XawClientDepLibs
           SRCS = Plaid.c confirm.c menu.c note.c plaid.c title.c util.c \
	   	  version.c xpostit.c
           OBJS = Plaid.o confirm.o menu.o note.o plaid.o title.o util.o \
	   	  version.o xpostit.o

ComplexProgramTarget(xpostit)

InstallAppDefaults(Xpostit)
