# HG changeset patch # User pyon@macmini # Date 1310559086 -32400 # Node ID 2221c7aa5958edb1d5cbc1c4b6ac619b765e669c # Parent 17e78fc76e1fda3664e09d751ea290eb0ecc241f change makefile for Ccn-Frame. diff -r 17e78fc76e1f -r 2221c7aa5958 makefile --- 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)