#ifndef XCOMM
#define XCOMM #
#endif

#ifndef NullParameter
#define NullParameter
#endif

XCOMM -------------------------------------------- XCOMM
XCOMM Please make changed in Tgifcal .tmpl.        XCOMM
XCOMM There should be no need to modify this file. XCOMM
XCOMM -------------------------------------------- XCOMM

#include <Tgifcal.tmpl>

XCOMM 
XCOMM  Author:      William Chia-Wei Cheng (bill.cheng@acm.org)
XCOMM 
XCOMM  Copyright (C) 1999, William Chia-Wei Cheng.
XCOMM 
XCOMM  Permission limited to the use, copy, display, distribute without
XCOMM  charging for a fee, and produce derivative works of "tgifcal" and
XCOMM  its documentation for not-for-profit purpose is hereby granted by
XCOMM  the Author, provided that the above copyright notice appears in
XCOMM  all copies made of "tgifcal" and that both the copyright notice
XCOMM  and this permission notice appear in supporting documentation,
XCOMM  and that the name of the Author not be used in advertising or
XCOMM  publicity pertaining to distribution of the software without
XCOMM  specific, written prior permission.  The Author makes no
XCOMM  representations about the suitability of this software for any
XCOMM  purpose.  It is provided "as is" without express or implied
XCOMM  warranty.  All other rights (including, but not limited to, the
XCOMM  right to sell "tgifcal", the right to sell or distribute derivative
XCOMM  works of "tgifcal", the right to distribute "tgifcal" for a fee, and
XCOMM  the right to include "tgifcal" or derivative works of "tgifcal" in a
XCOMM  for-sale product) are reserved by the Author.
XCOMM 
XCOMM  THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
XCOMM  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
XCOMM  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
XCOMM  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
XCOMM  USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
XCOMM  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
XCOMM  PERFORMANCE OF THIS SOFTWARE.
XCOMM 
XCOMM  @(#)$Header: /mm/src/tgif/v4/tgifcal/RCS/Imakefile,v 1.5 1999/10/15 20:45:41 william Exp $
XCOMM

VERSION	= 1.0.3

DEFINES	= $(MISCDEFINES) \@@\
	  $(MOREDEFINES)

OBJ1 =	../align.o ../animate.o ../arc.o ../attr.o ../auxtext.o \
	../box.o ../button.o \
	../chinput.o ../choice.o ../choose.o ../cli_xcin.o ../convkinput.o \
	../convxim.o ../cmd.o ../color.o ../cutpaste.o ../cursor.o \
	../dialog.o ../drawing.o ../dup.o \
	../edit.o ../eps.o ../exec.o ../expr.o \
	../file.o ../font.o ../ftp.o \
	../grid.o ../group.o \
	../help.o ../http.o \
	../imgproc.o ../import.o ../ini.o ../inmethod.o \
	../mainloop.o ../mainmenu.o ../mark.o ../markup.o ../menu.o \
		../menuinfo.o ../miniline.o ../move.o ../msg.o \
	../names.o ../navigate.o ../nkf.o \
	../obj.o ../oval.o \
	../page.o ../pattern.o ../pin.o ../poly.o ../polygon.o ../ps.o \
	../raster.o ../rcbox.o ../rect.o ../remote.o ../ruler.o \
	../scroll.o ../select.o ../setup.o ../shape.o ../shortcut.o \
		../special.o ../spline.o ../stk.o ../stream.o ../stretch.o \
		../strtbl.o \
	../tangram2.o ../tgif_dbg.o \
	../tcp.o ../text.o \
	../util.o \
	../version.o ../vms_comp.o \
	../wb.o ../wb1.o ../wb2.o ../wb3.o \
	../xbitmap.o ../xpixmap.o ../xprtfltr.o

OBJS1 = tgifcal.o tgifintf.o $(OBJ1)

CURRENTDIR =./

SRCS1 = $(CURRENTDIR)*.c
SRCS2 = 
SRCS3 = 

ComplexProgramTarget_1(tgifcal,$(LOCAL_LIBRARIES),)

TGIFCAL_FILES = \@@\
	/**/*.c /**/*.h Imakefile \@@\
	Tgifcal.tmpl Tgifcal.tmpl-/**/* README HISTORY Copyright tgifcal.man

tar:
	rm -f tgifcal-$(VERSION).tar/**/*
	tar cvf tgifcal-$(VERSION).tar $(TGIFCAL_FILES)
	rm -rf tgifcal-$(VERSION)
	mkdir tgifcal-$(VERSION)
	cd tgifcal-$(VERSION); tar xvf ../tgifcal-$(VERSION).tar; cd ..
	rm -f tgifcal-$(VERSION).tar
	tar cvf tgifcal-$(VERSION).tar tgifcal-$(VERSION)
	rm -rf tgifcal-$(VERSION)
	gzip tgifcal-$(VERSION).tar

distr: tar versioninfo

versioninfo:
	rm -f VersionInfo/Distribution/tgifcal-$(VERSION)
	what $(TGIFCAL_FILES) > VersionInfo/Distribution/tgifcal-$(VERSION)
