XCOMM $Id: Imakefile,v 2.0 1995/03/27 18:55:18 mjhammel Exp $
XCOMM
XCOMM Imakefile for XPostitPlus.
XCOMM
XCOMM David A. Curry
XCOMM SRI International
XCOMM 333 Ravenswood Avenue
XCOMM Menlo Park, CA 94025
XCOMM davy@itstd.sri.com
XCOMM
XCOMM Modified by Michael J. Hammel
XCOMM Contractor
XCOMM 1150 Inca St. TH 70
XCOMM Denver, CO 80204
XCOMM mjhammel@csn.net
XCOMM
XCOMM $Log: Imakefile,v $
XCOMM Revision 2.0  1995/03/27  18:55:18  mjhammel
XCOMM Initial update to 2.0
XCOMM
XCOMM Revision 1.2  90/06/14  11:16:50  davy
XCOMM Ported to X11 Release 4.  Added app-defaults file.
XCOMM 
XCOMM

BINDIR=bin-d
MANDIR=man-d

XCOMM uncomment the following line if you either don't use a window manager
XCOMM or you use one which won't provide a title bar at the top.
XCOMM DEFINES = -DNOWM
XCOMM for debugging purposes
XCOMM DEFINES = -g -Wall
XCOMM uncomment the following if you still use <sys/dir.h> instead of <dirent.h>
XCOMM DEFINES = -DUSE_DIR

LOCAL_LIBRARIES = XawClientLibs

SRCS = list.c timer.c name.c Plaid.c confirm.c email.c \
	findnote.c menu.c note.c plaid.c util.c xpostit.c
OBJS = list.o timer.o name.o Plaid.o confirm.o email.o \
	findnote.o menu.o note.o plaid.o util.o xpostit.o

PROG        = xpostit+
APPDEFAULTS = XPostitPlus.ad

ComplexProgramTarget($(PROG))

app_defaults.h: $(APPDEFAULTS)
	ad2c $(APPDEFAULTS)>app_defaults.h

InstallAppDefaults($(PROG))
