Mercurial > mercurial > hgweb_searcher2.cgi
diff makefile @ 18:2221c7aa5958
change makefile for Ccn-Frame.
author | pyon@macmini |
---|---|
date | Wed, 13 Jul 2011 21:11:26 +0900 |
parents | c6099901f666 |
children | 39f9f1c7618c |
line wrap: on
line diff
--- a/makefile Wed Jul 13 21:09:10 2011 +0900 +++ b/makefile Wed Jul 13 21:11:26 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 18-Apr-2011. +# Last Change: 13-Jul-2011. # by Takayuki Mutoh # @@ -74,6 +74,7 @@ OBJ = $(OBJDIR)/main.o \ $(OBJDIR)/myframe.o \ + $(OBJDIR)/ccnframe.o \ $(OBJDIR)/preview.o \ $(OBJDIR)/hhsdb.o \ $(OBJDIR)/htmlhelp.o \ @@ -106,6 +107,9 @@ $(OBJDIR)/myframe.o: myframe.cpp myframe.h symbol.h common.h $(CXX) -c $< -o $@ $(CPPFLAGS) +$(OBJDIR)/ccnframe.o: ccnframe.cpp ccnframe.h symbol.h common.h + $(CXX) -c $< -o $@ $(CPPFLAGS) + $(OBJDIR)/preview.o: preview.cpp preview.h common.h $(CXX) -c $< -o $@ $(CPPFLAGS)