Changeset 8eb44963185f8afa008b1abfe3f6fad0839b2efd
- Timestamp:
- 04/24/08 21:02:14 (9 months ago)
- Author:
- dave <dave@…>
- Parents:
- 0a55ed69e9335dedb34800a9364559814f7b38ee
- Children:
- 0c11a534a1b97b7addf59c733a31bcbe1120fcc9
- git-committer:
- dave <dave@06fd6eb0-0002-0410-a719-e5602cce40bc> / 2008-04-24T11:02:14Z+0000
- Message:
-
Updated the Makefile
git-svn-id: svn+ssh://davebalmain.com/home/dave/repos/ferret/trunk@1042 06fd6eb0-0002-0410-a719-e5602cce40bc
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6503f8
|
r8eb449
|
|
| 45 | 45 | search.o similarity.o sort.o stopwords.o \ |
| 46 | 46 | store.o term_vectors.o field_index.o lang.o \ |
| 47 | | scanner.o scanner_mb.o intern.o |
| | 47 | scanner.o scanner_mb.o symbol.o |
| 48 | 48 | |
| 49 | 49 | TEST_OBJS = \ |
| … |
… |
|
| 60 | 60 | test_analysis.o test_filter.o test_priorityqueue.o \ |
| 61 | 61 | test_sort.o test_ram_store.o test_file_deleter.o \ |
| 62 | | test_lang.o test_intern.o |
| | 62 | test_lang.o test_symbol.o |
| 63 | 63 | |
| 64 | 64 | BENCH_OBJS = benchmark.o bm_bitvector.o bm_hash.o \ |