Mercurial > mercurial > hgweb_searcher03.cgi
comparison Makefile @ 4:fdba695b99f1
More fast ( read from DB ).
Improve the precision of marksheet judgement.
author | pyon@macmini |
---|---|
date | Wed, 11 Sep 2013 19:09:14 +0900 |
parents | 1a64119ab257 |
children | b455f2d8aac9 |
comparison
equal
deleted
inserted
replaced
3:1a64119ab257 | 4:fdba695b99f1 |
---|---|
1 # Makefile for wxWidgets Application | 1 # Makefile for wxWidgets Application |
2 # Last Change: 27-Aug-2013. | 2 # Last Change: 11-Sep-2013. |
3 # by Takayuki Mutoh | 3 # by Takayuki Mutoh |
4 # | 4 # |
5 | 5 |
6 PROGNAME = searcher03 | 6 PROGNAME = searcher03 |
7 | 7 |
34 $(OBJDIR)/about.o \ | 34 $(OBJDIR)/about.o \ |
35 $(OBJDIR)/myframe.o \ | 35 $(OBJDIR)/myframe.o \ |
36 $(OBJDIR)/kana.o \ | 36 $(OBJDIR)/kana.o \ |
37 $(OBJDIR)/hist.o \ | 37 $(OBJDIR)/hist.o \ |
38 $(OBJDIR)/index.o \ | 38 $(OBJDIR)/index.o \ |
39 $(OBJDIR)/mask.o \ | 39 $(OBJDIR)/param.o \ |
40 $(OBJDIR)/bprint.o \ | 40 $(OBJDIR)/bprint.o \ |
41 $(OBJDIR)/db.o \ | 41 $(OBJDIR)/db.o \ |
42 $(OBJDIR)/marksheet.o \ | 42 $(OBJDIR)/marksheet.o \ |
43 $(OBJDIR)/wxsqlite3.o | 43 $(OBJDIR)/wxsqlite3.o |
44 | 44 |
78 $(CXX) -c $< -o $@ $(CXXFLAGS) | 78 $(CXX) -c $< -o $@ $(CXXFLAGS) |
79 | 79 |
80 $(OBJDIR)/index.o: index.cpp index.h common.h db.h | 80 $(OBJDIR)/index.o: index.cpp index.h common.h db.h |
81 $(CXX) -c $< -o $@ $(CXXFLAGS) | 81 $(CXX) -c $< -o $@ $(CXXFLAGS) |
82 | 82 |
83 $(OBJDIR)/mask.o: mask.cpp mask.h common.h | 83 $(OBJDIR)/param.o: param.cpp param.h common.h |
84 $(CXX) -c $< -o $@ $(CXXFLAGS) | 84 $(CXX) -c $< -o $@ $(CXXFLAGS) |
85 | 85 |
86 $(OBJDIR)/bprint.o: bprint.cpp bprint.h marksheet.h common.h dndfile.h | 86 $(OBJDIR)/bprint.o: bprint.cpp bprint.h marksheet.h common.h dndfile.h |
87 $(CXX) -c $< -o $@ $(CXXFLAGS) | 87 $(CXX) -c $< -o $@ $(CXXFLAGS) |
88 | 88 |