summaryrefslogtreecommitdiff
path: root/noncore/games/go/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/go/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/Makefile.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/noncore/games/go/Makefile.in b/noncore/games/go/Makefile.in
index 985eff0..0395dff 100644
--- a/noncore/games/go/Makefile.in
+++ b/noncore/games/go/Makefile.in
@@ -54,50 +54,52 @@ OBJMOC = moc_gowidget.o
54 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 54 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
55 55
56.cxx.o: 56.cxx.o:
57 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 57 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
58 58
59.cc.o: 59.cc.o:
60 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 60 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
61 61
62.C.o: 62.C.o:
63 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 63 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
64 64
65.c.o: 65.c.o:
66 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< 66 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
67 67
68####### Build rules 68####### Build rules
69 69
70 70
71all: $(DESTDIR)$(TARGET) 71all: $(DESTDIR)$(TARGET)
72 72
73$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) 73$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
74 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) 74 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
75 75
76moc: $(SRCMOC) 76moc: $(SRCMOC)
77 77
78tmake: 78tmake: Makefile.in
79 tmake go.pro 79
80Makefile.in: go.pro
81 tmake go.pro -o Makefile.in
80 82
81clean: 83clean:
82 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 84 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
83 -rm -f *~ core 85 -rm -f *~ core
84 -rm -f allmoc.cpp 86 -rm -f allmoc.cpp
85 87
86####### Extension Modules 88####### Extension Modules
87 89
88listpromodules: 90listpromodules:
89 @echo 91 @echo
90 92
91listallmodules: 93listallmodules:
92 @echo 94 @echo
93 95
94listaddonpromodules: 96listaddonpromodules:
95 @echo 97 @echo
96 98
97listaddonentmodules: 99listaddonentmodules:
98 @echo 100 @echo
99 101
100 102
101REQUIRES= 103REQUIRES=
102 104
103####### Sub-libraries 105####### Sub-libraries
@@ -112,47 +114,42 @@ REQUIRES=
112amigo.o: amigo.c \ 114amigo.o: amigo.c \
113 go.h \ 115 go.h \
114 goplayutils.h \ 116 goplayutils.h \
115 amigo.h 117 amigo.h
116 118
117goplayer.o: goplayer.c \ 119goplayer.o: goplayer.c \
118 go.h \ 120 go.h \
119 goplayutils.h \ 121 goplayutils.h \
120 amigo.h 122 amigo.h
121 123
122goplayutils.o: goplayutils.c \ 124goplayutils.o: goplayutils.c \
123 goplayutils.h \ 125 goplayutils.h \
124 amigo.h \ 126 amigo.h \
125 go.h 127 go.h
126 128
127killable.o: killable.c \ 129killable.o: killable.c \
128 go.h \ 130 go.h \
129 goplayutils.h \ 131 goplayutils.h \
130 amigo.h 132 amigo.h
131 133
132gowidget.o: gowidget.cpp \ 134gowidget.o: gowidget.cpp \
133 gowidget.h \ 135 gowidget.h \
134 amigo.h \ 136 amigo.h \
135 go.h \ 137 go.h \
136 goplayutils.h \ 138 goplayutils.h
137 $(OPIEDIR)/include/qpe/config.h \
138 $(OPIEDIR)/include/qpe/resource.h \
139 $(OPIEDIR)/include/qpe/qpetoolbar.h \
140 $(OPIEDIR)/include/qpe/qpemenubar.h
141 139
142main.o: main.cpp \ 140main.o: main.cpp \
143 gowidget.h \ 141 gowidget.h \
144 amigo.h \ 142 amigo.h \
145 go.h \ 143 go.h \
146 goplayutils.h \ 144 goplayutils.h
147 $(OPIEDIR)/include/qpe/qpeapplication.h
148 145
149moc_gowidget.o: moc_gowidget.cpp \ 146moc_gowidget.o: moc_gowidget.cpp \
150 gowidget.h \ 147 gowidget.h \
151 amigo.h \ 148 amigo.h \
152 go.h \ 149 go.h \
153 goplayutils.h 150 goplayutils.h
154 151
155moc_gowidget.cpp: gowidget.h 152moc_gowidget.cpp: gowidget.h
156 $(MOC) gowidget.h -o moc_gowidget.cpp 153 $(MOC) gowidget.h -o moc_gowidget.cpp
157 154
158 155