2 LIBFLAGS=-target:library -r:System.Runtime.Remoting
7 Analysis/CharTokenizer.cs \
8 Analysis/LetterTokenizer.cs \
9 Analysis/LowerCaseFilter.cs \
10 Analysis/LowerCaseTokenizer.cs \
11 Analysis/PerFieldAnalyzerWrapper.cs \
12 Analysis/PorterStemFilter.cs \
13 Analysis/PorterStemmer.cs \
14 Analysis/SimpleAnalyzer.cs \
15 Analysis/StopAnalyzer.cs \
16 Analysis/StopFilter.cs \
18 Analysis/TokenFilter.cs \
19 Analysis/Tokenizer.cs \
20 Analysis/TokenStream.cs \
21 Analysis/WhitespaceAnalyzer.cs \
22 Analysis/WhitespaceTokenizer.cs \
23 Analysis/Standard/CharStream.cs \
24 Analysis/Standard/FastCharStream.cs \
25 Analysis/Standard/ParseException.cs \
26 Analysis/Standard/StandardAnalyzer.cs \
27 Analysis/Standard/StandardFilter.cs \
28 Analysis/Standard/StandardTokenizerConstants.cs \
29 Analysis/Standard/StandardTokenizer.cs \
30 Analysis/Standard/StandardTokenizerTokenManager.cs \
31 Analysis/Standard/Token.cs \
32 Analysis/Standard/TokenMgrError.cs \
33 Document/DateField.cs \
34 Document/Document.cs \
36 Index/CompoundFileReader.cs \
37 Index/CompoundFileWriter.cs \
38 Index/DocumentWriter.cs \
41 Index/FieldsReader.cs \
42 Index/FieldsWriter.cs \
43 Index/FilterIndexReader.cs \
44 Index/IndexReader.cs \
45 Index/IndexWriter.cs \
46 Index/MultipleTermPositions.cs \
47 Index/SegmentInfo.cs \
48 Index/SegmentInfos.cs \
49 Index/SegmentMergeInfo.cs \
50 Index/SegmentMergeQueue.cs \
51 Index/SegmentMerger.cs \
52 Index/SegmentReader.cs \
53 Index/SegmentsReader.cs \
54 Index/SegmentTermDocs.cs \
55 Index/SegmentTermEnum.cs \
56 Index/SegmentTermPositions.cs \
61 Index/TermInfosReader.cs \
62 Index/TermInfosWriter.cs \
63 QueryParser/CharStream.cs \
64 QueryParser/FastCharStream.cs \
65 QueryParser/MultiFieldQueryParser.cs \
66 QueryParser/ParseException.cs \
67 QueryParser/QueryParserConstants.cs \
68 QueryParser/QueryParser.cs \
69 QueryParser/QueryParserTokenManager.cs \
70 QueryParser/TermPositions.cs \
71 QueryParser/Token.cs \
72 QueryParser/TokenMgrError.cs \
73 Search/BooleanClause.cs \
74 Search/BooleanQuery.cs \
75 Search/BooleanScorer.cs \
76 Search/CachingWrapperFilter.cs \
77 Search/DateFilter.cs \
78 Search/DefaultSimilarity.cs \
79 Search/ExactPhraseScorer.cs \
80 Search/Explanation.cs \
82 Search/FilteredTermEnum.cs \
83 Search/FuzzyQuery.cs \
84 Search/FuzzyTermEnum.cs \
85 Search/HitCollector.cs \
88 Search/IndexSearcher.cs \
89 Search/MultiSearcher.cs \
90 Search/MultiTermQuery.cs \
91 Search/PhrasePositions.cs \
92 Search/PhrasePrefixQuery.cs \
93 Search/PhraseQuery.cs \
94 Search/PhraseQueue.cs \
95 Search/PhraseScorer.cs \
96 Search/PrefixQuery.cs \
98 Search/QueryFilter.cs \
99 Search/RangeQuery.cs \
100 Search/RemoteSearchable.cs \
103 Search/Searchable.cs \
105 Search/Similarity.cs \
106 Search/SloppyPhraseScorer.cs \
107 Search/TermQuery.cs \
108 Search/TermScorer.cs \
111 Search/WildcardQuery.cs \
112 Search/WildcardTermEnum.cs \
114 Store/FSDirectory.cs \
115 Store/InputStream.cs \
117 Store/OutputStream.cs \
118 Store/RAMDirectory.cs \
122 Util/PriorityQueue.cs
125 Lucene.Net.dll: $(LUCENE_NET_CSFILES)
126 $(CSC) $(LIBFLAGS) -out:$@ $^