Index: trunk/minix/lib/timers/Makedepend-ack
===================================================================
--- trunk/minix/lib/timers/Makedepend-ack	(revision 9)
+++ 	(revision )
@@ -1,6 +1,0 @@
-depend-ack:
-	rm .depend-ack
-	touch .depend-ack
-	mkdep 'cc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_set.c | sed -e 's:^\(.\):../obj-ack//./timers/\1:' >> .depend-ack
-	mkdep 'cc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_clr.c | sed -e 's:^\(.\):../obj-ack//./timers/\1:' >> .depend-ack
-	mkdep 'cc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_exp.c | sed -e 's:^\(.\):../obj-ack//./timers/\1:' >> .depend-ack
Index: trunk/minix/lib/timers/Makedepend-gnu
===================================================================
--- trunk/minix/lib/timers/Makedepend-gnu	(revision 9)
+++ 	(revision )
@@ -1,6 +1,0 @@
-depend-gnu:
-	rm .depend-gnu
-	touch .depend-gnu
-	mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_set.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
-	mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_clr.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
-	mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_exp.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
Index: trunk/minix/lib/timers/Makefile
===================================================================
--- trunk/minix/lib/timers/Makefile	(revision 9)
+++ 	(revision )
@@ -1,66 +1,0 @@
-#Generated from ./timers/Makefile.in
-all: all-ack
-
-all-ack:
-all-gnu:
-
-makefiles: Makefile
-Makedepend-ack Makedepend-gnu: 
-	sh ../generate.sh ./timers ../obj-ack/ ../obj-gnu
-
-Makefile: Makefile.in Makedepend-ack Makedepend-gnu
-	sh ../generate.sh ./timers ../obj-ack/ ../obj-gnu
-	@echo
-	@echo *Attention*
-	@echo Makefile is regenerated... rerun command to see changes
-	@echo *Attention*
-	@echo
-
-depend: depend-ack
-all-ack: ../obj-ack//libtimers.a
-
-../obj-ack//libtimers.a: ../obj-ack//libtimers.a(tmrs_set.o)
-../obj-ack//libtimers.a: ../obj-ack//libtimers.a(tmrs_clr.o)
-../obj-ack//libtimers.a: ../obj-ack//libtimers.a(tmrs_exp.o)
-
-../obj-ack//libtimers.a:
-	ar cr ../obj-ack//libtimers.a ../obj-ack//./timers/*.o
-	rm ../obj-ack//./timers/*.o
-
-../obj-ack//libtimers.a(tmrs_set.o): tmrs_set.c
-	cc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-ack//./timers/tmrs_set.o tmrs_set.c
-../obj-ack//libtimers.a(tmrs_clr.o): tmrs_clr.c
-	cc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-ack//./timers/tmrs_clr.o tmrs_clr.c
-../obj-ack//libtimers.a(tmrs_exp.o): tmrs_exp.c
-	cc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-ack//./timers/tmrs_exp.o tmrs_exp.c
-
-all-gnu: ../obj-gnu/libtimers.a
-
-../obj-gnu/libtimers.a: ../obj-gnu/./timers/tmrs_set.o
-../obj-gnu/libtimers.a: ../obj-gnu/./timers/tmrs_clr.o
-../obj-gnu/libtimers.a: ../obj-gnu/./timers/tmrs_exp.o
-
-../obj-gnu/libtimers.a:
-	gar cr ../obj-gnu/libtimers.a $?
-
-../obj-gnu/./timers/tmrs_set.o: tmrs_set.c
-	gcc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-gnu/./timers/tmrs_set.o tmrs_set.c
-
-../obj-gnu/./timers/tmrs_clr.o: tmrs_clr.c
-	gcc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-gnu/./timers/tmrs_clr.o tmrs_clr.c
-
-../obj-gnu/./timers/tmrs_exp.o: tmrs_exp.c
-	gcc -O -D_MINIX -D_POSIX_SOURCE -c -o ../obj-gnu/./timers/tmrs_exp.o tmrs_exp.c
-
-
-
-
-clean::
-	rm -f ../obj-ack//./timers/*
-	rm -f ../obj-gnu/./timers/*
-
-include Makedepend-ack
-include .depend-ack
-
-include Makedepend-gnu
-include .depend-gnu
Index: trunk/minix/lib/timers/Makefile.in
===================================================================
--- trunk/minix/lib/timers/Makefile.in	(revision 9)
+++ 	(revision )
@@ -1,12 +1,0 @@
-# Makefile for lib/tmrslib.
-
-CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
-
-LIBRARIES=libtimers
-
-libtimers_FILES=" \
-	tmrs_set.c \
-	tmrs_clr.c \
-	tmrs_exp.c"
-
-TYPE=both
Index: trunk/minix/lib/timers/timers.h
===================================================================
--- trunk/minix/lib/timers/timers.h	(revision 9)
+++ 	(revision )
@@ -1,7 +1,0 @@
-/* This library provides generic watchdog timer management functionality.
- * See the comments in <timers.h> for details.
- */
-
-#include <timers.h>		/* definitions and function prototypes */
-#define NULL 	(void *) 0	/* null-pointer definition */
-
Index: trunk/minix/lib/timers/tmrs_clr.c
===================================================================
--- trunk/minix/lib/timers/tmrs_clr.c	(revision 9)
+++ 	(revision )
@@ -1,40 +1,0 @@
-#include "timers.h"
-
-/*===========================================================================*
- *				tmrs_clrtimer				     *
- *===========================================================================*/
-clock_t tmrs_clrtimer(tmrs, tp, next_time)
-timer_t **tmrs;				/* pointer to timers queue */
-timer_t *tp;				/* timer to be removed */
-clock_t *next_time;
-{
-/* Deactivate a timer and remove it from the timers queue. 
- */
-  timer_t **atp;
-  struct proc *p;
-  clock_t prev_time;
-
-  if(*tmrs)
-  	prev_time = (*tmrs)->tmr_exp_time;
-  else
-  	prev_time = 0;
-
-  tp->tmr_exp_time = TMR_NEVER;
-
-  for (atp = tmrs; *atp != NULL; atp = &(*atp)->tmr_next) {
-	if (*atp == tp) {
-		*atp = tp->tmr_next;
-		break;
-	}
-  }
-
-  if(next_time) {
-  	if(*tmrs)
-  		*next_time = (*tmrs)->tmr_exp_time;
-  	else	
-  		*next_time = 0;
-  }
-
-  return prev_time;
-}
-
Index: trunk/minix/lib/timers/tmrs_exp.c
===================================================================
--- trunk/minix/lib/timers/tmrs_exp.c	(revision 9)
+++ 	(revision )
@@ -1,31 +1,0 @@
-#include "timers.h"
-
-/*===========================================================================*
- *				tmrs_exptimers				     *
- *===========================================================================*/
-void tmrs_exptimers(tmrs, now, new_head)
-timer_t **tmrs;				/* pointer to timers queue */
-clock_t now;				/* current time */
-clock_t *new_head;
-{
-/* Use the current time to check the timers queue list for expired timers. 
- * Run the watchdog functions for all expired timers and deactivate them.
- * The caller is responsible for scheduling a new alarm if needed.
- */
-  timer_t *tp;
-
-  while ((tp = *tmrs) != NULL && tp->tmr_exp_time <= now) {
-	*tmrs = tp->tmr_next;
-	tp->tmr_exp_time = TMR_NEVER;
-	(*tp->tmr_func)(tp);
-  }
-
-  if(new_head) {
-  	if(*tmrs)
-  		*new_head = (*tmrs)->tmr_exp_time;
-  	else
-  		*new_head = 0;
-  }
-}
-
-
Index: trunk/minix/lib/timers/tmrs_set.c
===================================================================
--- trunk/minix/lib/timers/tmrs_set.c	(revision 9)
+++ 	(revision )
@@ -1,39 +1,0 @@
-#include "timers.h"
-
-/*===========================================================================*
- *				tmrs_settimer				     *
- *===========================================================================*/
-clock_t tmrs_settimer(tmrs, tp, exp_time, watchdog, new_head)
-timer_t **tmrs;				/* pointer to timers queue */
-timer_t *tp;				/* the timer to be added */
-clock_t exp_time;			/* its expiration time */
-tmr_func_t watchdog;			/* watchdog function to be run */
-clock_t *new_head;			/* new earliest timer, if non NULL */
-{
-/* Activate a timer to run function 'fp' at time 'exp_time'. If the timer is
- * already in use it is first removed from the timers queue. Then, it is put
- * in the list of active timers with the first to expire in front.
- * The caller responsible for scheduling a new alarm for the timer if needed. 
- */
-  timer_t **atp;
-  clock_t old_head = 0;
-
-  if(*tmrs)
-  	old_head = (*tmrs)->tmr_exp_time;
-
-  /* Set the timer's variables. */
-  (void) tmrs_clrtimer(tmrs, tp, NULL);
-  tp->tmr_exp_time = exp_time;
-  tp->tmr_func = watchdog;
-
-  /* Add the timer to the active timers. The next timer due is in front. */
-  for (atp = tmrs; *atp != NULL; atp = &(*atp)->tmr_next) {
-	if (exp_time < (*atp)->tmr_exp_time) break;
-  }
-  tp->tmr_next = *atp;
-  *atp = tp;
-  if(new_head)
-  	(*new_head) = (*tmrs)->tmr_exp_time;
-  return old_head;
-}
-
