Mercurial > mercurial > hgweb_mover2.cgi
comparison makefile @ 38:044cc2f5af81 v2.4 v2.7
small fix.
| author | pyon@macmini |
|---|---|
| date | Thu, 24 Nov 2011 22:26:15 +0900 |
| parents | 945864229b5a |
| children |
comparison
equal
deleted
inserted
replaced
| 37:3b54f3deeed9 | 38:044cc2f5af81 |
|---|---|
| 1 # | 1 # |
| 2 # Makefile for wxWidgets Application | 2 # Makefile for wxWidgets Application |
| 3 # Last Change: 07-Nov-2011. | 3 # Last Change: 24-Nov-2011. |
| 4 # by Takayuki Mutoh | 4 # by Takayuki Mutoh |
| 5 # | 5 # |
| 6 | 6 |
| 7 # Program Name | 7 # Program Name |
| 8 PROGNAME = mover2 | 8 PROGNAME = mover2 |
| 72 | 72 |
| 73 endif | 73 endif |
| 74 | 74 |
| 75 OBJ = $(OBJDIR)/main.o \ | 75 OBJ = $(OBJDIR)/main.o \ |
| 76 $(OBJDIR)/myframe.o \ | 76 $(OBJDIR)/myframe.o \ |
| 77 $(OBJDIR)/dirview.o \ | |
| 77 $(OBJDIR)/param.o \ | 78 $(OBJDIR)/param.o \ |
| 78 $(OBJDIR)/wxsqlite3.o | 79 $(OBJDIR)/wxsqlite3.o |
| 79 ifdef COMSPEC | 80 ifdef COMSPEC |
| 80 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o | 81 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o |
| 81 endif | 82 endif |
| 105 | 106 |
| 106 $(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h | 107 $(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h |
| 107 $(CXX) -c $< -o $@ $(CPPFLAGS) | 108 $(CXX) -c $< -o $@ $(CPPFLAGS) |
| 108 | 109 |
| 109 $(OBJDIR)/param.o: param.cpp param.h common.h main.h | 110 $(OBJDIR)/param.o: param.cpp param.h common.h main.h |
| 111 $(CXX) -c $< -o $@ $(CPPFLAGS) | |
| 112 | |
| 113 $(OBJDIR)/dirview.o: dirview.cpp dirview.h common.h main.h | |
| 110 $(CXX) -c $< -o $@ $(CPPFLAGS) | 114 $(CXX) -c $< -o $@ $(CPPFLAGS) |
| 111 | 115 |
| 112 $(OBJDIR)/wxsqlite3.o: wxsqlite3.cpp | 116 $(OBJDIR)/wxsqlite3.o: wxsqlite3.cpp |
| 113 $(CXX) -c $< -o $@ $(CPPFLAGS) | 117 $(CXX) -c $< -o $@ $(CPPFLAGS) |
| 114 | 118 |
