Mercurial > mercurial > hgweb_searcher03.cgi
comparison Makefile @ 3:1a64119ab257
Equipment Regist print-target by Drag & Drop.
author | pyon@macmini |
---|---|
date | Tue, 27 Aug 2013 18:50:00 +0900 |
parents | c066fde99517 |
children | fdba695b99f1 |
comparison
equal
deleted
inserted
replaced
2:c066fde99517 | 3:1a64119ab257 |
---|---|
1 # Makefile for wxWidgets Application | 1 # Makefile for wxWidgets Application |
2 # Last Change: 23-Aug-2013. | 2 # Last Change: 27-Aug-2013. |
3 # by Takayuki Mutoh | 3 # by Takayuki Mutoh |
4 # | 4 # |
5 | 5 |
6 PROGNAME = searcher03 | 6 PROGNAME = searcher03 |
7 | 7 |
81 $(CXX) -c $< -o $@ $(CXXFLAGS) | 81 $(CXX) -c $< -o $@ $(CXXFLAGS) |
82 | 82 |
83 $(OBJDIR)/mask.o: mask.cpp mask.h common.h | 83 $(OBJDIR)/mask.o: mask.cpp mask.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 | 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 |
89 $(OBJDIR)/db.o: db.cpp db.h common.h | 89 $(OBJDIR)/db.o: db.cpp db.h common.h |
90 $(CXX) -c $< -o $@ $(CXXFLAGS) | 90 $(CXX) -c $< -o $@ $(CXXFLAGS) |
91 | 91 |