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 XCOMM BINDIR=bin-d XCOMM MANDIR=man-d XCOMM The following defines are used for various things. If you find you XCOMM have a need for more than one of them, just create a single DEFINES XCOMM line with the items you need. 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 DEFINES = -Wall XCOMM uncomment the following if you still use instead of XCOMM DEFINES = -DUSE_DIR XCOMM uncomment the following if you want to be prompted on exit for saving XCOMM notes if you haven't specified to save-on-exit on the command line. DEFINES = -DPROMPT_FOR_SAVE XCOMM uncomment the following if your SYSV system doesn't support bcopy(), XCOMM bzero(), or rindex() XCOMM DEFINES = -DSYSV_USE_MEMSET LOCAL_LIBRARIES = XawClientLibs XCOMM ===================================================================== XCOMM You shouldn't need to edit anything below here XCOMM ===================================================================== SRCS = list.c timer.c name.c Plaid.c confirm.c email.c io.c \ findnote.c menu.c note.c plaid.c util.c insert.c xpostit.c OBJS = list.o timer.o name.o Plaid.o confirm.o email.o io.o \ findnote.o menu.o note.o plaid.o util.o insert.o xpostit.o PROG = xpostit+ APPDEFAULTS = XPostitPlus ComplexProgramTarget($(PROG)) app_defaults.h: $(APPDEFAULTS).ad ad2c $(APPDEFAULTS).ad >app_defaults.h InstallAppDefaults($(APPDEFAULTS))