Last change
on this file since 98 was 98, checked in by tim, 17 years ago |
adding experimental library which will be used to speed up hbin lookups
|
File size:
526 bytes
|
Rev | Line | |
---|
[31] | 1 | # $Id: Makefile 30 2005-07-16 14:31:27Z tim $
|
---|
| 2 |
|
---|
| 3 | ################################################################################
|
---|
| 4 |
|
---|
[98] | 5 | FILES=regfi.o smb_deps.o void_stack.o range_list.o
|
---|
[31] | 6 |
|
---|
| 7 | all: $(FILES)
|
---|
| 8 |
|
---|
[81] | 9 | regfi.o: regfi.c
|
---|
| 10 | $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ regfi.c
|
---|
[31] | 11 |
|
---|
| 12 | smb_deps.o: smb_deps.c
|
---|
[73] | 13 | $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c
|
---|
[31] | 14 |
|
---|
| 15 | void_stack.o: void_stack.c
|
---|
[73] | 16 | $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ void_stack.c
|
---|
[31] | 17 |
|
---|
[98] | 18 | range_list.o: range_list.c
|
---|
| 19 | $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ range_list.c
|
---|
| 20 |
|
---|
[31] | 21 | clean:
|
---|
| 22 | rm -f $(FILES)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.