summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/chess/Makefile.in13
-rw-r--r--noncore/games/go/Makefile.in15
2 files changed, 19 insertions, 9 deletions
diff --git a/noncore/games/chess/Makefile.in b/noncore/games/chess/Makefile.in
index a1f2cd7..0987d58 100644
--- a/noncore/games/chess/Makefile.in
+++ b/noncore/games/chess/Makefile.in
@@ -106,6 +106,12 @@ REQUIRES=
106chess.o: chess.cpp \ 106chess.o: chess.cpp \
107 chess.h 107 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \
108 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \
109 chess.h \
110 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
108 111
109main.o: main.cpp \ 112main.o: main.cpp \
110 chess.h 113 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h \
114 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \
115 chess.h \
116 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
111 117
@@ -122,3 +128,4 @@ mainwindow.o: mainwindow.cpp \
122moc_chess.o: moc_chess.cpp \ 128moc_chess.o: moc_chess.cpp \
123 chess.h 129 chess.h \
130 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
124 131
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
@@ -77,6 +77,4 @@ moc: $(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
@@ -137,3 +135,7 @@ gowidget.o: gowidget.cpp \
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
@@ -143,3 +145,4 @@ main.o: main.cpp \
143 go.h \ 145 go.h \
144 goplayutils.h 146 goplayutils.h \
147 $(OPIEDIR)/include/qpe/qpeapplication.h
145 148