summaryrefslogtreecommitdiff
path: root/noncore/games/go/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/go/Makefile.in') (more/less context) (show 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
@@ -76,8 +76,6 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
76moc: $(SRCMOC) 76moc: $(SRCMOC)
77 77
78tmake: Makefile.in 78tmake:
79 79 tmake go.pro
80Makefile.in: go.pro
81 tmake go.pro -o Makefile.in
82 80
83clean: 81clean:
@@ -136,5 +134,9 @@ gowidget.o: gowidget.cpp \
136 amigo.h \ 134 amigo.h \
137 go.h \ 135 go.h \
138 goplayutils.h 136 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
139 141
140main.o: main.cpp \ 142main.o: main.cpp \
@@ -142,5 +144,6 @@ main.o: main.cpp \
142 amigo.h \ 144 amigo.h \
143 go.h \ 145 go.h \
144 goplayutils.h 146 goplayutils.h \
147 $(OPIEDIR)/include/qpe/qpeapplication.h
145 148
146moc_gowidget.o: moc_gowidget.cpp \ 149moc_gowidget.o: moc_gowidget.cpp \