summaryrefslogtreecommitdiff
path: root/noncore/games/chess/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/chess/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/Makefile.in13
1 files changed, 10 insertions, 3 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
@@ -104,10 +104,16 @@ REQUIRES=
104####### Compile 104####### Compile
105 105
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
112mainwindow.h: mainwindow.ui 118mainwindow.h: mainwindow.ui
113 $(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h 119 $(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h
@@ -120,7 +126,8 @@ mainwindow.o: mainwindow.cpp \
120 mainwindow.ui 126 mainwindow.ui
121 127
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
125moc_mainwindow.o: moc_mainwindow.cpp \ 132moc_mainwindow.o: moc_mainwindow.cpp \
126 mainwindow.h 133 mainwindow.h