/*----------------------------------------------------------------------------
--  Name:     Imakefile
--  Project:  Xdiary
--
--  Description:
--    xdprformat Imakefile for the XDiary project.
--
--  Filename:         Imakefile
--
--  Authors:          Roger Larsson, Ulrika Bornetun
--  Creation date:    1995-02-03
--
--
--  (C) Copyright Ulrika Bornetun, Roger Larsson (1995)
--      All rights reserved
--
--  Permission to use, copy, modify, and distribute this software and its
--  documentation for any purpose and without fee is hereby granted,
--  provided that the above copyright notice appear in all copies. Ulrika
--  Bornetun and Roger Larsson make no representations about the usability
--  of this software for any purpose. It is provided "as is" without express
--  or implied warranty.
--
-----------------------------------------------------------------------------*/

/* SCCSID[] = "@(#) Module: Imakefile, Version: 1.1, Date: 95/02/18 16:08:47" */

#include "../XDiary.tmpl"

SRCS =  xtmPrFormat.c
OBJS =  xtmPrFormat.o

XDProgramTarget(xdprformat)
