summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/minesweep/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/minesweep/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/games/minesweep/Makefile.in b/noncore/games/minesweep/Makefile.in
index 6df2608..4835d7a 100644
--- a/noncore/games/minesweep/Makefile.in
+++ b/noncore/games/minesweep/Makefile.in
@@ -107,19 +107,19 @@ REQUIRES=
107 107
108main.o: main.cpp \ 108main.o: main.cpp \
109 minesweep.h \ 109 minesweep.h \
110 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h 110 $(OPIEDIR)/include/qpe/qpeapplication.h
111 111
112minefield.o: minefield.cpp \ 112minefield.o: minefield.cpp \
113 minefield.h \ 113 minefield.h \
114 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h 114 $(OPIEDIR)/include/qpe/config.h
115 115
116minesweep.o: minesweep.cpp \ 116minesweep.o: minesweep.cpp \
117 minesweep.h \ 117 minesweep.h \
118 minefield.h \ 118 minefield.h \
119 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \ 119 $(OPIEDIR)/include/qpe/resource.h \
120 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \ 120 $(OPIEDIR)/include/qpe/config.h \
121 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \ 121 $(OPIEDIR)/include/qpe/qpetoolbar.h \
122 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h 122 $(OPIEDIR)/include/qpe/qpemenubar.h
123 123
124moc_minefield.o: moc_minefield.cpp \ 124moc_minefield.o: moc_minefield.cpp \
125 minefield.h 125 minefield.h