summaryrefslogtreecommitdiff
path: root/noncore/games
authorkergoth <kergoth>2002-02-01 22:24:34 (UTC)
committer kergoth <kergoth>2002-02-01 22:24:34 (UTC)
commit5a3c8bf8c1033882685f3a6d897c6fa5229403e3 (patch) (side-by-side diff)
tree48303354ea88e165f5a263208c9ecd8ba503dfe4 /noncore/games
parent190a0111ccd874923bf88dac938531a18f52e698 (diff)
downloadopie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.zip
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.gz
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.bz2
Making opie compile again.
Diffstat (limited to 'noncore/games') (more/less context) (ignore 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
@@ -104,10 +104,16 @@ REQUIRES=
####### Compile
chess.o: chess.cpp \
- chess.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
main.o: main.cpp \
- chess.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
mainwindow.h: mainwindow.ui
$(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h
@@ -120,7 +126,8 @@ mainwindow.o: mainwindow.cpp \
mainwindow.ui
moc_chess.o: moc_chess.cpp \
- chess.h
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
moc_mainwindow.o: moc_mainwindow.cpp \
mainwindow.h
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 \