Changeset 108 for trunk/lib/Makefile


Ignore:
Timestamp:
04/29/08 14:17:48 (16 years ago)
Author:
tim
Message:

added least-recently-used cache structure.

set up SK records to use this instead of the linked list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile

    r98 r108  
    33################################################################################
    44
    5 FILES=regfi.o smb_deps.o void_stack.o range_list.o
     5FILES=regfi.o smb_deps.o void_stack.o range_list.o lru_cache.o
    66
    77all: $(FILES)
     
    1919        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ range_list.c
    2020
     21lru_cache.o: lru_cache.c
     22        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ lru_cache.c
     23
    2124clean:
    2225        rm -f $(FILES)
Note: See TracChangeset for help on using the changeset viewer.