summaryrefslogtreecommitdiff
path: root/noncore/games/go/Makefile.in
Side-by-side diff
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, 9 insertions, 6 deletions
diff --git a/noncore/games/go/Makefile.in b/noncore/games/go/Makefile.in
index 0395dff..985eff0 100644
--- a/noncore/games/go/Makefile.in
+++ b/noncore/games/go/Makefile.in
@@ -75,10 +75,8 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: go.pro
- tmake go.pro -o Makefile.in
+tmake:
+ tmake go.pro
clean:
-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
@@ -135,13 +133,18 @@ gowidget.o: gowidget.cpp \
gowidget.h \
amigo.h \
go.h \
- goplayutils.h
+ goplayutils.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h
main.o: main.cpp \
gowidget.h \
amigo.h \
go.h \
- goplayutils.h
+ goplayutils.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
moc_gowidget.o: moc_gowidget.cpp \
gowidget.h \