head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	92.07.24.16.18.19;	author yandros;	state Exp;
branches;
next	1.1;

1.1
date	92.06.15.16.34.57;	author yandros;	state Exp;
branches;
next	;


desc
@Imakefile for note and subclasses, including icon, note, psinsert, and stroffet.
@


1.2
log
@Added note help file/aliases
@
text
@/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
/* $Header: /mit/andydevo/src/cmu/contrib/mit/annot/ARCS/Imakefile,v 1.3 1992/07/24 00:34:34 yandros Exp yandros $ */
/* $ACIS:$ */
/* $Source: /mit/andydevo/src/cmu/contrib/mit/annot/ARCS/Imakefile,v $ */

#if !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS)
	char *sketch_ch_rcsid = "$Header: /mit/andydevo/src/cmu/contrib/mit/annot/ARCS/Imakefile,v 1.3 1992/07/24 00:34:34 yandros Exp yandros $";
#endif /* !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS) */

#ifdef DPS_ENV
DOBJS = note.do stroffet.do icon.do ps.do noteview.do stroffetv.do iconview.do psview.do dpstextv.do 
IHFILES = note.ih stroffet.ih icon.ih ps.ih noteview.ih stroffetv.ih iconview.ih psview.ih dpstextv.ih 
#else /* DPS_ENV */
DOBJS = note.do stroffet.do icon.do ps.do noteview.do stroffetv.do iconview.do psview.do
IHFILES = note.ih stroffet.ih icon.ih ps.ih noteview.ih stroffetv.ih iconview.ih psview.ih
#endif /* DPS_ENV */

#ifdef DPS_ENV

LOCALINCLUDES	= -I/mit/dps/usr/include

#if defined(_IBMR2)
X11LIBS = -L$(XLIBDIR) -lX11
DPSCLIENTLIBS = -L$(XLIBDIR) -ldps -lX11
#else /* ! _IBMR2 */
#if defined(SGI_4D_ENV)
X11LIBS = -lX11
DPSCLIENTLIBS =	-ldps -lXext -lX11 -lm
#else /* defined (SGI_4D_ENV) */
#if defined(XLIBDL_ENV)
X11LIBS = 
DPSCLIENTLIBS = 
#else /* defined(XLIBDL_ENV) */
DPSLIB = /mit/dps/usr/lib
X11LIBS = ${XLIBDIR}/libX11.a
DPSCLIENTLIBS = -L$(DPSLIB) -ldps -lXext ${XLIBDIR}/libX11.a
#endif /* defined(XLIBDL_ENV) */
#endif /* defined (SGI_4D_ENV) */
#endif /* _IBMR2 */

#endif /* DPS_ENV */

NormalObjectRule()
NormalATKRule()

InstallClassFiles($(DOBJS), ${IHFILES})

DependTarget()

#ifdef DPS_ENV
DynamicMultiObject(dpstextv.do, dpstextv.o, ,${DPSCLIENTLIBS})
DynamicMultiObject(psview.do, psview.o, ,$(X11LIBS))
#endif /* DPS_ENV */

NormalHelpRule()
InstallDocs(psinset.help, ${DESTDIR}/help) 
InstallDocs(stroffet.help, ${DESTDIR}/help)
InstallDocs(note.help, ${DESTDIR}/help)
InstallHelpAlias(psinset, ps-inset postscript postscript-inset)
InstallHelpAlias(stroffet, troff-inset)
InstallHelpAlias(note, note-inset, footnote-alias)

@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
/* $Header: /afs/athena.mit.edu/astaff/project/andrew/a-andy-r4/src/cmu/contrib/mit/annot/ARCS/Imakefile,v 1.2 92/03/05 20:38:39 wdc Exp $ */
d7 1
a7 1
/* $Source: /afs/athena.mit.edu/astaff/project/andrew/a-andy-r4/src/cmu/contrib/mit/annot/ARCS/Imakefile,v $ */
d10 1
a10 1
	char *sketch_ch_rcsid = "$Header: /afs/athena.mit.edu/astaff/project/andrew/a-andy-r4/src/cmu/contrib/mit/annot/ARCS/Imakefile,v 1.2 92/03/05 20:38:39 wdc Exp $";
d61 1
d64 2
@
