head	1.5;
access;
symbols
	ATH7_7:1.5
	ATH7_4:1.4
	ATH7_6:1.5;
locks; strict;
comment	@# @;


1.5
date	92.07.17.18.40.17;	author miki;	state Exp;
branches;
next	1.4;

1.4
date	91.07.03.13.24.04;	author probe;	state Exp;
branches;
next	1.3;

1.3
date	91.06.09.03.37.05;	author probe;	state Exp;
branches;
next	1.2;

1.2
date	91.02.27.15.40.41;	author epeisach;	state Exp;
branches;
next	1.1;

1.1
date	91.02.27.15.35.12;	author epeisach;	state Exp;
branches;
next	;


desc
@@


1.5
log
@added Xext lib
@
text
@DEFINES= -I. 

LIBS 		= -lXaw -lXmu -lXt -lXext -lX11 -lm -lkrb -lcom_err
OBJS		= xklife.o Tachometer.o
APPS		= XKlife

SimpleProgram(kerberometer,$(OBJS),$(LIBS),$(ATHBINDIR))
install_man(xklife.1,kerberometer.1)
install_file($(APPS),$(ATHXAPPDIR)/Kerberometer)
@


1.4
log
@XAPPDEFDIR --> ATHXAPPDIR
@
text
@d3 1
a3 1
LIBS 		= -lXaw -lXmu -lXt -lX11 -lm -lkrb -lcom_err
@


1.3
log
@Use std. X paths (now defined in Imake config files)
@
text
@d9 1
a9 1
install_file($(APPS),$(XAPPDEFDIR)/Kerberometer)
@


1.2
log
@Fix for PS/2
@
text
@d1 1
a1 1
DEFINES=-I. 
a2 2
APPSDIR		= /usr/lib/X11/app-defaults

a3 2

SRCS 		= xklife.c Tachometer.c
d9 1
a9 10
install_file($(APPS),$(APPSDIR)/Kerberometer)

saber:
	/**/#/**/load $(CFLAGS) $(SRCS) $(LIBS)

#if 0
depend:
	makedepend $(CFLAGS) $(SRCS)
#endif

@


1.1
log
@Initial revision
@
text
@d16 1
a16 1
	#load $(CFLAGS) $(SRCS) $(LIBS)
@
