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


1.2
date     95.10.22.13.33.41;  author svalente;  state Exp;
branches ;
next     1.1;

1.1
date     95.10.21.21.55.06;  author svalente;  state Exp;
branches ;
next     ;


desc
@Imakefile
@


1.2
log
@Added $(MotifIncludes) and $(MotifLdPath)
@
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: /afs/sipb/project/sipb-athena/olc/browser/motif/RCS/Imakefile,v $
#       $Author: svalente $
#       $Header: /afs/sipb/project/sipb-athena/olc/browser/motif/RCS/Imakefile,v 1.1 1995/10/21 21:55:06 svalente Exp svalente $
#

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

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

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

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

#ifdef InstallAltLoc
InstallProgram(xbrowser,$(DESTDIR)/usr/athena/bin)
InstallNonExec(Xbrowser,$(DESTDIR)/usr/athena/lib/X11/app-defaults)
#else
InstallProgram(xbrowser,$(DESTDIR)/usr/athena)
InstallNonExec(Xbrowser,$(DESTDIR)/usr/lib/X11/app-defaults)
#endif

DependTarget()
LintTarget()

AllTarget(xbrowser)
@


1.1
log
@Initial revision
@
text
@d9 3
a11 3
#       $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v $
#       $Author: lwvanels $
#       $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/motif/RCS/Imakefile,v 1.7 91/06/30 13:47:37 lwvanels Exp $
d19 1
a19 1
INCLUDES	=	-I/mit/motif/include
d23 2
a24 2
SYS_LIBS   	=	$(HesiodLib) $(MotifWCLLib) $(MotifUtilLib) \
			$(MotifLib) $(MotifToolLib) $(XLib) 
d27 1
a27 1
SYS_LIBS   	=	$(MotifWCLLib) $(MotifUtilLib) \
@
