head	1.13;
access;
symbols
	AR73A:1.10
	DIST1_0:1.9
	AR72A:1.1;
locks; strict;
comment	@# @;


1.13
date	97.05.22.20.38.10;	author bert;	state Exp;
branches;
next	1.12;

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

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

1.10
date	91.05.07.22.19.43;	author lwvanels;	state Rel;
branches;
next	1.9;

1.9
date	91.04.18.21.38.03;	author lwvanels;	state Rel;
branches;
next	1.8;

1.8
date	91.04.08.20.53.29;	author lwvanels;	state Rel;
branches;
next	1.7;

1.7
date	91.03.29.00.00.37;	author lwvanels;	state Exp;
branches;
next	1.6;

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

1.5
date	91.03.05.14.48.46;	author lwvanels;	state Exp;
branches;
next	1.4;

1.4
date	91.03.04.10.04.01;	author lwvanels;	state Exp;
branches;
next	1.3;

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

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

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


desc
@Imakefile for the clients/olc directory
@


1.13
log
@Removed references to InstallAltLoc
@
text
@#
# $Header: /mit/olcdev/highlander/src/clients/olc/RCS/Imakefile,v 1.12 1997/03/28 23:20:17 bert Exp bert $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#

/*#define Profiling*/

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

SRCS=		olc.c olc_stock.c
OBJS=		olc.o olc_stock.o
LOCAL_LIBRARIES= $(PARSER) $(TTY) $(CLIENTLIB) $(COMMONLIB) $(CONFIGLIB)
SYS_LIBRARIES=	$(HesiodLib) $(KerberosLib) $(EXTRA_LIBRARIES)
DEPLIBS= $(LOCAL_LIBRARIES)

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

InstallLink(olc,olcr,$(DESTDIR)/usr/athena/bin)

DependTarget()
LintTarget()

AllTarget(olc)
@


1.12
log
@Added a separate library to deal with configuration files.
@
text
@d2 1
a2 1
# $Header: /mit/olcdev/highlander/src/clients/olc/RCS/Imakefile,v 1.11 1997/02/08 21:19:09 bert Exp bert $
a23 1
#ifdef InstallAltLoc
a24 3
#else
InstallLink(olc,olcr,$(DESTDIR)/usr/athena)
#endif
@


1.11
log
@Added changes from OLxx tree
@
text
@d2 1
a2 1
# $Header: /mit/olcdev/highlander/src/clients/olc/RCS/Imakefile,v 1.10 1991/05/07 22:19:43 lwvanels Rel bert $
d17 1
a17 1
LOCAL_LIBRARIES= $(PARSER) $(TTY) $(CLIENTLIB) $(COMMONLIB)
@


1.10
log
@alt loc is "new" directory structure
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/olc/RCS/Imakefile,v 1.9 91/04/18 21:38:03 lwvanels Rel Locker: lwvanels $
d18 1
a18 1
SYS_LIBRARIES=	$(HesiodLib) $(KerberosLib)
@


1.9
log
@fixed copyright
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/olc/RCS/Imakefile,v 1.8 91/04/08 20:53:29 lwvanels Rel Locker: lwvanels $
d25 1
a25 1
InstallLink(olc,olcr,/mit/olcdev/@@sys)
@


1.8
log
@don't used olc_data anymore (moved to .h files)
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.7 91/03/29 00:00:37 lwvanels Exp Locker: lwvanels $
d4 2
a5 1
# $Author: lwvanels $ 
d7 1
@


1.7
log
@Don't need com_err or acl_lib
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.6 91/03/24 14:55:43 lwvanels Exp Locker: lwvanels $
d13 2
a14 2
SRCS=		olc.c olc_data.c olc_stock.c
OBJS=		olc.o olc_data.o olc_stock.o
@


1.6
log
@fixed testinstall
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.5 91/03/05 14:48:46 lwvanels Exp Locker: lwvanels $
d16 1
a16 1
SYS_LIBRARIES=	$(HesiodLib) $(ComErrLib) $(AclLib) $(KerberosLib)
@


1.5
log
@removed unused zephyr library
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.4 91/03/04 10:04:01 lwvanels Exp Locker: lwvanels $
d22 1
a22 1
#ifdef TestInstall
@


1.4
log
@/afs/athena.mit.edu/contrib/watchmaker/vaxbin/mkptypes
Removed unused curses library
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.3 91/01/18 14:49:58 lwvanels Exp Locker: lwvanels $
d4 1
a4 1
# $Author: $ 
d16 1
a16 2
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(ComErrLib) $(AclLib) \
		$(KerberosLib)
@


1.3
log
@test install
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.2 91/01/03 13:05:00 lwvanels Exp Locker: lwvanels $
d4 1
a4 7
# $Log:	Imakefile,v $
# Revision 1.2  91/01/03  13:05:00  lwvanels
# DBM not linked into the client
# 
# Revision 1.1  90/10/18  05:58:07  lwvanels
# Initial revision
# 
d17 1
a17 1
		$(KerberosLib) /** $(CursesLib) **/
@


1.2
log
@DBM not linked into the client
@
text
@d2 1
a2 1
# $Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/olc/RCS/Imakefile,v 1.1 90/10/18 05:58:07 lwvanels Exp Locker: lwvanels $
d5 3
d29 3
d33 1
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d4 4
a7 1
# $Log$
d19 1
a19 1
SYS_LIBRARIES=	$(HesiodLib) $(DbmLib) $(ZephyrLib) $(ComErrLib) $(AclLib) \
@
