/* $Id: Imakefile,v 1.2 1996/05/22 14:05:43 leon Exp $ */


XCOMM give the location where you want to install the k-lendar binaries 
#define InstallBinDir /net/koala/bin/sun4

XCOMM give the location where you want to install the k-lendar mail scripts 
#define InstallScriptDir /net/koala/bin/sh

XCOMM give the location where you want to install the app-defaults file 
#define InstallAppDefaultsDir /net/koala/lib/X11/app-defaults


#include "config/project.rules"


XCOMM you may change the standard program used to send emails here
XCOMM MAILPROG	= "/another/mail/program"

DEFINES	= '-DAPP_NAME="k-lendars"'

XCOMM You may specify Here the location of Motif include files

EXTRA_INCLUDES  = -I/usr/MOTIF/include
EXTRA_LIBS  = -L/usr/MOTIF/lib -R/usr/MOTIF/lib

/* ------ DO NOT EDIT BELOW ------ */


OBJS    = date.o cal.o Day.o Year.o main.o error.o agenda.o misc.o\
	  noteD.o note.o cm.o group.o appointment.o easym.o actions.o\
	  options.o rangeD.o range.o install.o spin.o alarmD.o alarm.o\
	  xt_misc.o
SRCS    = date.c cal.c Day.c Year.c main.c error.c agenda.c misc.c\
	  noteD.c note.c cm.c group.c appointment.c easym.c actions.c\
	  options.c rangeD.c range.c install.c spin.c alarmD.c alarm.c\
	  xt_misc.c


SYS_LIBRARIES	= $(EXTRA_LIBS) -lXm $(XTOOLLIB) $(XMULIB) $(XLIB)



AllTarget(k-lendars K-Lendars)
ComplexProgramTarget(k-lendars)
InstallScript(cm-dispatch, InstallScriptDir)
InstallScript(cm-admin, InstallScriptDir)
InstallNonExec(K-Lendars, InstallAppDefaultsDir)


XCOMM EgeriaDUMMYDialogTarget(noteD)
XCOMM EgeriaDUMMYDialogTarget(rangeD)
XCOMM EgeriaDUMMYDialogTarget(alarmD)





DIALOG_FILES = noteD.dlg rangeD.dlg alarmD.dlg

K-Lendars: Resources.ad k-lendars.help Messages.ad
	cp  Resources.ad K-Lendars
	cat $(DIALOG_FILES) >>K-Lendars
	cat k-lendars.help >>K-Lendars
	cat Messages.ad >>K-Lendars


