comparison makefile @ 8:550c143ab194

implement NextThursday button.
author pyon@macmini
date Wed, 19 Oct 2011 20:36:52 +0900
parents 9c85d71cad7c
children dfa5cae8c992
comparison
equal deleted inserted replaced
7:a43adb9537b2 8:550c143ab194
1 # 1 #
2 # Makefile for wxWidgets Application 2 # Makefile for wxWidgets Application
3 # Last Change: 18-Oct-2011. 3 # Last Change: 19-Oct-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
96 $(PROGNAME): $(OBJ) 96 $(PROGNAME): $(OBJ)
97 $(CXX) $^ -o $@ $(LIBS) 97 $(CXX) $^ -o $@ $(LIBS)
98 endif 98 endif
99 99
100 100
101 $(OBJDIR)/main.o: main.cpp main.h myframe.h common.h testframe.cpp symbol.h 101 $(OBJDIR)/main.o: main.cpp main.h myframe.h common.h testframe.cpp
102 -mkdir -p $(OBJDIR) 102 -mkdir -p $(OBJDIR)
103 $(CXX) -c $< -o $@ $(CPPFLAGS) 103 $(CXX) -c $< -o $@ $(CPPFLAGS)
104 104
105 $(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h 105 $(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h dndfile.h
106 $(CXX) -c $< -o $@ $(CPPFLAGS) 106 $(CXX) -c $< -o $@ $(CPPFLAGS)