[comp.windows.x] unofficial Imakefile for xcalendar

erickson@ics.uci.edu (Scott Erickson) (12/27/90)

I ftp'd xcalendar today (Dec 26, 1990), and I found the Imakefile to
be insufficient to install the program.  I've included below the
Imakefile as I have modified it.

This is *UNOFFICIAL*.  The only copyrights I could find in my quick
search through the files was MIT's.  So, I post it here.

/se
University of California Irvine             | 714/856-4035
Information and Computer Science Department | erickson@ics.uci.edu
Support Group                               | ucbvax!ucivax!erickson

------- cut here ----------
           SRCS = xcalendar.c dayeditor.c lists.c Date.c
           OBJS = xcalendar.o dayeditor.o lists.o Date.o
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

/* Make sure that the dest paths are the same as in the XCalendar.ap */
BITMAPDIR=/usr/lib/X11R4/xcalendar/bitmaps
HELPDIR=/usr/lib/X11R4/xcalendar

ComplexProgramTarget(xcalendar)

InstallAppDefaults(XCalendar)

install:: $(HELPDIR) $(BITMAPDIR)

$(HELPDIR) $(BITMAPDIR)::
	$(MKDIRHIER) $@

InstallNonExec(qmark.xbm,$(BITMAPDIR))
InstallNonExec(quit.xbm,$(BITMAPDIR))
InstallNonExec(rarrow.xbm,$(BITMAPDIR))
InstallNonExec(larrow.xbm,$(BITMAPDIR))
InstallNonExec(xcalendar.hlp,$(HELPDIR))