head	1.8;
access;
symbols
	ATH7_7:1.7
	ATH7_4:1.5
	ATH7_6:1.6;
locks; strict;
comment	@# @;


1.8
date	96.01.22.10.20.00;	author yoav;	state Exp;
branches;
next	1.7;

1.7
date	95.06.03.20.22.40;	author cfields;	state Exp;
branches;
next	1.6;

1.6
date	92.10.05.15.33.24;	author miki;	state Exp;
branches;
next	1.5;

1.5
date	91.07.29.10.32.23;	author sao;	state Exp;
branches;
next	1.4;

1.4
date	91.07.26.12.58.08;	author sao;	state Exp;
branches;
next	1.3;

1.3
date	91.07.17.13.19.42;	author sao;	state Exp;
branches;
next	1.2;

1.2
date	91.07.03.09.24.31;	author sao;	state Exp;
branches;
next	1.1;

1.1
date	91.06.28.13.01.28;	author sao;	state Exp;
branches;
next	;


desc
@Converted to Imakefiles.
@


1.8
log
@changed to allow builds under Linux and NetBSD
@
text
@/**/#
/**/# Makefile for xdiscuss
/**/#

/**/#"$Header: /var/tmp/xdsc/RCS/Imakefile,v 1.7 1995/06/03 20:22:40 cfields Exp yoav $";

#ifdef _AUX_SOURCE
CC=cc -B/usr/lib/big/
#endif

INSTDIR=$(ATHBINDIR)
#if defined(__NetBSD__) || defined (linux)
DEFINES= -I. -DX11R6
#else
DEFINES= -I.
#endif
#ifdef sun
CFLAGS=$(CDEBUG) -DSOLARIS -DSYSV -DPOSIX -DPOSIX_FLOCK -I/usr/athena/include
LDPATH=-L/usr/gcc/lib -L/usr/ccs/lib -L$(ATHLIBDIR)
LIBS=-lXaw  -lXt -lXmu -lXext -lX11 -lm
#else
LIBS=-lXaw  -lXt -lXmu -lXext -lX11 
#endif

OBJS=	xdsc.o reply.o headers.o cache.o
SRCS=	xdsc.c reply.c headers.c cache.c

SimpleProgram(xdsc,$(OBJS),$(LIBS),$(ATHBINDIR))
install_man(xdsc.1,xdsc.1)

SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHETCDIR)/edsc\")
install_file(Lucy,${ATHXAPPDIR})
install_file(Xdsc,${ATHXAPPDIR})

@


1.7
log
@Changes from build machine.
Jul 20  1994
@
text
@d5 1
a5 1
/**/#"$Header: /source/athena/bin/xdsc/RCS/Imakefile,v 1.6 1992/10/05 15:33:24 miki Exp cfields $";
d12 3
d16 1
@


1.6
log
@added lm for sun
@
text
@d5 1
a5 1
/**/#"$Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.bin/xdsc/RCS/Imakefile,v 1.5 91/07/29 10:32:23 sao Exp Locker: miki $";
d14 2
@


1.5
log
@Restore lines to install Xdsc and Lucy app-defaults files.
@
text
@d5 1
a5 1
/**/#"$Header: /mit/adedev/xdsc/RCS/Imakefile,v 1.4 91/07/26 12:58:08 sao Exp Locker: sao $";
d13 3
d17 1
@


1.4
log
@Special flag to cc for the Macintosh link
@
text
@d5 1
a5 1
/**/#"$Header: /mit/adedev/xdsc/RCS/Imakefile,v 1.3 91/07/17 13:19:42 sao Exp Locker: sao $";
d22 2
@


1.3
log
@Remove install_file line for 7.3
@
text
@d5 5
a9 1
/**/#"$Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.bin/xdsc/RCS/Imakefile,v 1.2 91/07/15 15:53:07 lwvanels Exp $";
@


1.2
log
@Changes to Imakefile for 7.3 build
@
text
@d5 1
a5 1
/**/#"$Header: /mit/adedev/xdsc/RCS/Imakefile,v 1.1 91/06/28 13:01:28 sao Exp Locker: sao $";
a15 2
install_file(Xdsc,$(ATHXAPPDIR))
install_file(Lucy,$(ATHXAPPDIR))
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
/**/#"$Header: $";
d16 2
d19 1
a19 1
SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHLIBDIR)/edsc\")
@
