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


1.3
date     95.10.22.13.34.52;  author svalente;  state Exp;
branches ;
next     1.2;

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

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


desc
@Imakefile
@


1.3
log
@Added $(MotifIncludes) and $(MotifLdPath)
@
text
@#
# $Header: /afs/sipb/project/sipb-athena/olc/clients/motif/RCS/Imakefile,v 1.2 1995/10/21 21:58:17 svalente Exp svalente $
# $Author: svalente $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

/*#define Profiling*/

#ifdef Profiling
LIBSUFFIX=_p
EXTRA_LOAD_FLAGS=-pg
#endif

SRCS=		main.c procs.c visual.c \
		x_ask.c x_instance.c x_motd.c x_resolve.c \
		x_send.c x_topic.c x_utils.c Cursor.c converters.c
OBJS=		main.o procs.o visual.o \
		x_ask.o x_instance.o x_motd.o x_resolve.o \
		x_send.o x_topic.o x_utils.o Cursor.o converters.o

#if DoUsageLog
LOCAL_LIBRARIES= $(CLIENTLIB) $(COMMONLIB) $(LOGGERLIB)
#else
LOCAL_LIBRARIES= $(CLIENTLIB) $(COMMONLIB)
#endif

INCLUDES       =  $(MotifIncludes)
SYS_LIBRARIES  =  $(HesiodLib) $(ComErrLib) $(KerberosLib) \
		  $(MotifLdPath) $(MotifUtilLib) $(MotifLib) \
                  $(MotifToolLib) $(XUtilLib) $(XLib) 

DEPLIBS= $(LOCAL_LIBRARIES)
NO_PROTO=-D_NO_PROTO

#ifdef InstallAltLoc
DEFINES=-DSA_LOC=\"/usr/athena/bin/xbrowser\"
#else
DEFINES=-DSA_LOC=\"/usr/athena/xbrowser\"
#endif

Xolc: Xolc.cpp
	$(RM) Xolc
	$(CPP) -P Xolc.cpp > Xolc

NormalProgramTarget(xolc,$(OBJS),$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))
SaberProgramTarget(xolc,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))

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

DependTarget()
LintTarget()

clean::
	$(RM) Xolc

AllTarget(xolc Xolc)
@


1.2
log
@Removed $(NO_PROTO) from the DEFINES.
@
text
@d2 1
a2 1
# $Header: /afs/sipb/project/sipb-athena/olc/clients/motif/RCS/Imakefile,v 1.1 1994/10/22 07:12:50 svalente Exp svalente $
d30 1
d32 1
a32 1
		  $(MotifUtilLib) $(MotifLib) \
d34 1
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# $Header: /mit/olcdev/src/clients/motif/RCS/Imakefile,v 1.12 1992/04/23 21:29:10 lwvanels Exp lwvanels $
# $Author: lwvanels $
d37 1
a37 1
DEFINES=-DSA_LOC=\"/usr/athena/bin/xbrowser\" $(NO_PROTO)
d39 1
a39 1
DEFINES=-DSA_LOC=\"/usr/athena/xbrowser\" $(NO_PROTO)
@
