src/Makefile

changeset 38
f716db85d91e
parent 23
b4979c194dc8
equal deleted inserted replaced
37:d7e9a1200e21 38:f716db85d91e
38 compile: config.mk build FORCE 38 compile: config.mk build FORCE
39 @cd src && $(MAKE) 39 @cd src && $(MAKE)
40 40
41 FORCE: 41 FORCE:
42 42
43 ../build/heatmap.o: heatmap.cpp heatmap.h 43 ../build/heatmap.o: heatmap.cpp heatmap.h settings.h
44 @echo "Compiling $<" 44 @echo "Compiling $<"
45 $(CXX) -o $@ $(CXXFLAGS) -c $< 45 $(CXX) -o $@ $(CXXFLAGS) -c $<
46 46
47 ../build/html.o: html.cpp html.h 47 ../build/html.o: html.cpp html.h
48 @echo "Compiling $<" 48 @echo "Compiling $<"
59 59
60 ../build/repositories.o: repositories.cpp repositories.h 60 ../build/repositories.o: repositories.cpp repositories.h
61 @echo "Compiling $<" 61 @echo "Compiling $<"
62 $(CXX) -o $@ $(CXXFLAGS) -c $< 62 $(CXX) -o $@ $(CXXFLAGS) -c $<
63 63
64 ../build/settings.o: settings.cpp 64 ../build/settings.o: settings.cpp settings.h
65 @echo "Compiling $<" 65 @echo "Compiling $<"
66 $(CXX) -o $@ $(CXXFLAGS) -c $< 66 $(CXX) -o $@ $(CXXFLAGS) -c $<
67 67

mercurial