From 1adb6fd912c9838ad50f3367a19a5035614b4899 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 25 Jun 1997 17:46:58 +0000 Subject: [PATCH] Make itimer support optional. --- Time/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Time/Makefile b/Time/Makefile index e1c714228..c835efe2c 100644 --- a/Time/Makefile +++ b/Time/Makefile @@ -31,7 +31,8 @@ HFILES = fg_timer.h OFILES = $(CFILES:.c=.o) CC = gcc -CFLAGS = -g -Wall +# CFLAGS = -g -Wall -DUSE_ITIMER +CFLAGS = -g -Wall # CFLAGS = -O2 -Wall AR = ar @@ -51,7 +52,7 @@ $(TARGET): $(OFILES) all: $(TARGET) clean: - rm -f *.o $(TARGET) *~ core + rm -f *.o $(TARGET) lib*.a *~ core #--------------------------------------------------------------------------- @@ -64,6 +65,9 @@ fg_timer.o: fg_timer.c fg_timer.h #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1997/06/25 17:46:58 curt +# Make itimer support optional. +# # Revision 1.2 1997/06/21 17:12:55 curt # Capitalized subdirectory names. # -- 2.39.2