head	1.9;
access;
symbols
	AR73A:1.7
	DIST1_0:1.7
	AR72A:1.4;
locks
	bert:1.9; strict;
comment	@# @;


1.9
date	91.08.23.11.45.51;	author raek;	state Exp;
branches;
next	1.8;

1.8
date	91.08.23.09.40.32;	author lwvanels;	state Exp;
branches;
next	1.7;

1.7
date	91.02.25.16.15.43;	author lwvanels;	state Rel;
branches
	1.7.1.1;
next	1.6;

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

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

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

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

1.2
date	90.05.25.11.23.49;	author vanharen;	state Exp;
branches;
next	1.1;

1.1
date	90.05.25.10.52.07;	author vanharen;	state Exp;
branches;
next	;

1.7.1.1
date	96.08.18.01.17.56;	author bert;	state Exp;
branches;
next	;


desc
@Imakefile for the common (server and client) code directory.
@


1.9
log
@took out features.c for now (doesn't compile)
@
text
@#
# This file is part of the OLC On-Line Consulting system.
# Imakefile for common (server and client) code.
#
# Copyright (C) 1990 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h."
#
#	$Source: /afs/athena.mit.edu/astaff/project/olcdev/src/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.8 91/08/23 09:40:32 lwvanels Exp Locker: raek $
#	$Author: lwvanels $
#

/* #define Profiling */

SRCS=	string_utils.c c_io.c perror.c c_status.c common_et.c
OBJS=	string_utils.o c_io.o perror.o c_status.o common_et.o

CompileErrorTable(common_et)
NormalLibraryTarget(common,$(OBJS))
SaberLibraryTarget(common,$(SRCS),$(OBJS))

#ifdef Profiling
ProfiledLibraryObjectRule()
ProfiledLibraryTarget(common,$(OBJS))
#endif

DependTarget()
LintTarget()
@


1.8
log
@Added error table
@
text
@d9 1
a9 1
#	$Id: Imakefile,v 1.7 91/02/25 16:15:43 lwvanels Rel Locker: lwvanels $
d15 2
a16 2
SRCS=	string_utils.c c_io.c perror.c c_status.c features.c common_et.c
OBJS=	string_utils.o c_io.o perror.o c_status.o features.o common_et.o
@


1.7
log
@renamed status to avoid conflicts
@
text
@d8 2
a9 2
#	$Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.6 91/02/24 11:21:17 lwvanels Exp Locker: lwvanels $
d15 2
a16 2
SRCS=	string_utils.c c_io.c perror.c c_status.c
OBJS=	string_utils.o c_io.o perror.o c_status.o
d18 1
@


1.7.1.1
log
@/mit/olcdev/olxx/olta/src/common/Imakefile, revision 1.8
(archived for historic purposes)
|> date: 1994/11/28 09:13:45;  author: dot;  state: Exp;  lines: +8 -4
|> Integrated changes from the olc source tree in the dev cell
@
text
@d8 3
a10 3
#	$Source: /mit/olcdev/olxx/olta/src/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.8 1994/11/28 09:13:45 dot Exp $
#	$Author: dot $
d15 2
a16 6
SRCS=	string_utils.c c_io.c perror.c c_status.c common_et.c
OBJS=	string_utils.o c_io.o perror.o c_status.o common_et.o

CompileErrorTable(common_et)

DEFINES		= 	$(PROJECT_DEFS)
@


1.6
log
@io.c changed to c_io.c to avoid name conflicts
@
text
@d8 2
a9 2
#	$Source: /afs/athena.mit.edu/astaff/project/olcdev/src/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.5 90/12/12 13:57:09 lwvanels Exp Locker: lwvanels $
d15 2
a16 2
SRCS=	string_utils.c c_io.c perror.c status.c
OBJS=	string_utils.o c_io.o perror.o status.o
@


1.5
log
@Added status.c (for list status)
@
text
@d8 2
a9 2
#	$Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.4 90/11/15 08:42:13 lwvanels Exp Locker: lwvanels $
d15 2
a16 2
SRCS=	string_utils.c io.c perror.c status.c
OBJS=	string_utils.o io.o perror.o status.o
@


1.4
log
@Added perror.c,.o
Added lint target
fixed profiled rule
@
text
@d9 1
a9 1
#	$Id: Imakefile,v 1.3 90/08/26 16:33:58 lwvanels Exp Locker: lwvanels $
d15 2
a16 2
SRCS=	string_utils.c io.c perror.c
OBJS=	string_utils.o io.o perror.o
@


1.3
log
@changed to include profiling option
@
text
@d9 2
a10 2
#	$Id: Imakefile,v 1.2 90/05/25 11:23:49 vanharen Exp Locker: lwvanels $
#	$Author: vanharen $
d15 2
a16 2
SRCS=	string_utils.c io.c
OBJS=	string_utils.o io.o
d18 3
a23 2
#else
NormalLibraryTarget(common,$(OBJS))
d25 1
d27 1
@


1.2
log
@oops.  screwed up.  fixed copyright info.
@
text
@d8 2
a9 2
#	$Source: /mit/olcdev/src/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.1 90/05/25 10:52:07 vanharen Exp Locker: vanharen $
d13 2
d18 1
a18 1
/**
a19 1

d21 1
a21 2
**/

d23 1
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
#	$Source$
#	$Id$
#	$Author$
a11 5

static const char rcsid[] =
    "$Header$";

#include <mit-copyright.h>
@
