Mercurial > mercurial > hgweb_mover2.cgi
diff makefile @ 11:9b0840b0be7e
cache done.
author | pyon@macmini |
---|---|
date | Sun, 23 Oct 2011 07:43:34 +0900 |
parents | 1fda3a06c39b |
children | f3463815c2c9 |
line wrap: on
line diff
--- a/makefile Fri Oct 21 07:58:23 2011 +0900 +++ b/makefile Sun Oct 23 07:43:34 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 21-Oct-2011. +# Last Change: 22-Oct-2011. # by Takayuki Mutoh # @@ -98,11 +98,11 @@ endif -$(OBJDIR)/main.o: main.cpp main.h myframe.h common.h testframe.cpp +$(OBJDIR)/main.o: main.cpp main.h myframe.h common.h cache.h -mkdir -p $(OBJDIR) $(CXX) -c $< -o $@ $(CPPFLAGS) -$(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h cache.h +$(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h $(CXX) -c $< -o $@ $(CPPFLAGS) $(OBJDIR)/param.o: param.cpp param.h common.h main.h