head	1.12;
access;
symbols
	AR73A:1.7
	DIST1_0:1.5;
locks; strict;
comment	@# @;


1.12
date	97.05.22.21.21.50;	author bert;	state Exp;
branches;
next	1.11;

1.11
date	97.04.08.19.22.26;	author bert;	state Exp;
branches;
next	1.10;

1.10
date	97.02.12.00.05.27;	author bert;	state Exp;
branches;
next	1.9;

1.9
date	96.08.18.01.11.59;	author bert;	state Exp;
branches;
next	1.8;

1.8
date	96.08.18.01.11.56;	author bert;	state Exp;
branches;
next	1.7;

1.7
date	91.06.30.13.47.37;	author lwvanels;	state Rel;
branches;
next	1.6;

1.6
date	91.06.29.18.45.48;	author lwvanels;	state Exp;
branches;
next	1.5;

1.5
date	91.04.18.22.45.01;	author lwvanels;	state Rel;
branches;
next	1.4;

1.4
date	91.04.08.21.26.29;	author lwvanels;	state Rel;
branches;
next	1.3;

1.3
date	91.03.24.18.44.27;	author lwvanels;	state Exp;
branches;
next	1.2;

1.2
date	91.03.24.14.47.29;	author lwvanels;	state Exp;
branches;
next	1.1;

1.1
date	91.03.21.16.16.25;	author lwvanels;	state Exp;
branches;
next	;


desc
@Imakefile for the motif stock answers browser
@


1.12
log
@Removed references to InstallAltLoc
@
text
@# This is the Imakefile for the CREF motif-based finder.
#
#       Lucien Van Elsen
#       MIT Project Athena
#
# Copyright (C) 1991 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h".
#
#       $Source: /mit/olcdev/highlander/src/browser/motif/RCS/Imakefile,v $
#       $Author: bert $
#       $Header: /mit/olcdev/highlander/src/browser/motif/RCS/Imakefile,v 1.11 1997/04/08 19:22:26 bert Exp bert $
#

SRCS		=	main.c callbacks.c MriRegAll.c
OBJS		=	main.o callbacks.o MriRegAll.o

SYS_LIBS   	=	$(MotifWCLLib) $(MotifUtilLib) \
			$(MotifLib) $(MotifToolLib) $(XLib)
INCLUDES	=	$(XIncludes) $(MotifIncludes)

#if DoUsageLog
LOCAL_LIBS = $(LOGGERLIB)
SYS_LIBS   	=	$(HesiodLib) $(MotifWCLLib) $(MotifUtilLib) \
			$(MotifLib) $(MotifToolLib) $(XLib) 
#else
LOCAL_LIBS =
SYS_LIBS   	=	$(MotifWCLLib) $(MotifUtilLib) \
			$(MotifLib) $(MotifToolLib) $(XLib)
#endif

NormalProgramTarget(xbrowser,$(OBJS),,$(LOCAL_LIBS),$(SYS_LIBS))
SaberProgramTarget(xbrowser,$(SRCS),$(OBJS),$(LOCAL_LIBS),$(SYS_LIBS))

InstallProgram(xbrowser,$(DESTDIR)/usr/athena/bin)
InstallNonExec(Xbrowser,$(DESTDIR)/usr/athena/lib/X11/app-defaults)

DependTarget()
LintTarget()

AllTarget(xbrowser)
@


1.11
log
@Configuration cleaned up (taken from release 8.1 sources)
@
text
@d11 1
a11 1
#       $Header: /mit/olcdev/highlander/src/browser/motif/RCS/Imakefile,v 1.10 1997/02/12 00:05:27 bert Exp bert $
a33 1
#ifdef InstallAltLoc
a35 4
#else
InstallProgram(xbrowser,$(DESTDIR)/usr/athena)
InstallNonExec(Xbrowser,$(DESTDIR)/usr/lib/X11/app-defaults)
#endif
@


1.10
log
@Added changes from other trees
@
text
@d9 3
a11 3
#       $Source: /mit/bert/project/olc/src/browser/motif/RCS/Imakefile,v $
#       $Author: lwvanels $
#       $Header: /mit/bert/project/olc/src/browser/motif/RCS/Imakefile,v 1.7 1991/06/30 13:47:37 lwvanels Rel bert $
a16 1
MACHTYPE	=	`/bin/athena/machtype`
d19 1
a19 13
#ifdef sgi
INCLUDES	=	$(RandomIncludes)
#else
INCLUDES	=	-I/mit/motif/include $(RandomIncludes)
#endif

#### NB: the OLTA sources (/mit/olcdev/olxx/olta/src) had:
#LDFLAGS		=	-L/mit/wcl/${MACHTYPE}lib \
#			-L/mit/motif/${MACHTYPE}lib \
#			-L/mit/x11/${MACHTYPE}lib \
#			-L/usr/athena/lib
#INCLUDES	=	-I/mit/motif/include -I/mit/wcl/include/
####
d24 1
a24 2
			$(MotifLib) $(MotifToolLib) $(XLib) \
			$(EXTRA_LIBRARIES)
d28 1
a28 3
			$(MotifLib) $(MotifToolLib) $(XLib) \
			$(EXTRA_LIBRARIES)

a29 2

DEFINES		= 	$(PROJECT_DEFS)
@


1.9
log
@/mit/olcdev/olxx/olta/src/browser/motif/Imakefile, revision 1.9
(archived for historic purposes)
|> date: 1991/07/11 14:28:41;  author: lwvanels;  state: Exp;  lines: +2 -2
|> reverted back to old X11 app-defaults file.
@
text
@d9 1
a9 1
#       $Source: /mit/olcdev/olxx/olta/src/browser/motif/RCS/Imakefile,v $
d11 1
a11 1
#       $Header: /mit/olcdev/olxx/olta/src/browser/motif/RCS/Imakefile,v 1.9 1991/07/11 14:28:41 lwvanels Exp $
d17 1
d20 13
a32 1
INCLUDES	=	-I/mit/motif/include
d37 2
a38 1
			$(MotifLib) $(MotifToolLib) $(XLib) 
d42 3
a44 1
			$(MotifLib) $(MotifToolLib) $(XLib)
d46 2
@


1.8
log
@/mit/olcdev/olxx/olta/src/browser/motif/Imakefile, revision 1.8
(archived for historic purposes)
|> date: 1991/07/10 10:23:08;  author: lwvanels;  state: Exp;  lines: +3 -3
|> fixed app-defautls location.
@
text
@d11 1
a11 1
#       $Header: /mit/olcdev/olxx/olta/src/browser/motif/RCS/Imakefile,v 1.8 1991/07/10 10:23:08 lwvanels Exp $
d36 1
a36 1
InstallNonExec(Xbrowser,$(DESTDIR)/usr/athena/X11/lib/app-defaults)
@


1.7
log
@need hesiod for logging
@
text
@d9 1
a9 1
#       $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v $
d11 1
a11 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v 1.6 91/06/29 18:45:48 lwvanels Exp Locker: lwvanels $
d36 1
a36 1
InstallNonExec(Xbrowser,$(DESTDIR)/usr/athena/lib/X11/app-defaults)
@


1.6
log
@Fixed install locations
Install app-defaults file
@
text
@d11 1
a11 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v 1.5 91/04/18 22:45:01 lwvanels Rel Locker: lwvanels $
d23 2
d27 2
@


1.5
log
@fixed copyright
@
text
@d11 1
a11 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v 1.4 91/04/08 21:26:29 lwvanels Rel Locker: lwvanels $
d31 2
a32 4
/*
InstallProgram(xolc,/mit/olcdev/@@sys)
InstallNonExec(Xolc,/mit/olcdev)
*/
d34 2
a35 2
InstallProgram(xolc,$(DESTDIR)/usr/athena/xolc)
InstallProgram(Xolc,$(DESTDIR)/usr/lib/X11/app-defaults/Xolc)
@


1.4
log
@use logger library & global define
@
text
@d6 2
a7 1
#       Copyright (c) 1991 by the Massachusetts Institute of Technology
d9 1
a9 1
#       $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/motif/RCS/Imakefile,v $
d11 1
a11 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/motif/RCS/Imakefile,v 1.3 91/03/24 18:44:27 lwvanels Exp Locker: lwvanels $
@


1.3
log
@fixed install rule
@
text
@d10 1
a10 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/motif/RCS/Imakefile,v 1.3 91/03/24 18:14:46 lwvanels Exp Locker: lwvanels $
a12 2
/* #define Logging */

d20 4
a23 2
#ifdef Logging
DEFINES = -DLOG
d26 2
a27 2
NormalProgramTarget(xbrowser,$(OBJS),,,$(SYS_LIBS))
SaberProgramTarget(xbrowser,$(SRCS),$(OBJS),,$(SYS_LIBS))
@


1.2
log
@Added logging.
@
text
@d10 1
a10 1
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/motif/RCS/Imakefile,v 1.1 91/03/21 16:16:25 lwvanels Exp Locker: lwvanels $
d28 10
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
#       $Source: $
#       $Author: $
#       $Header: $
d13 2
d21 4
@
