summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
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
@@ -101,29 +101,36 @@ REQUIRES=
101 101
102 102
103 103
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
114 120
115mainwindow.cpp: mainwindow.ui 121mainwindow.cpp: mainwindow.ui
116 $(UIC) mainwindow.ui -i mainwindow.h -o mainwindow.cpp 122 $(UIC) mainwindow.ui -i mainwindow.h -o mainwindow.cpp
117 123
118mainwindow.o: mainwindow.cpp \ 124mainwindow.o: mainwindow.cpp \
119 mainwindow.h \ 125 mainwindow.h \
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
127 134
128moc_chess.cpp: chess.h 135moc_chess.cpp: chess.h
129 $(MOC) chess.h -o moc_chess.cpp 136 $(MOC) chess.h -o moc_chess.cpp
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
@@ -72,16 +72,14 @@ all: $(DESTDIR)$(TARGET)
72 72
73$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) 73$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
74 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) 74 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
75 75
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:
84 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 82 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
85 -rm -f *~ core 83 -rm -f *~ core
86 -rm -f allmoc.cpp 84 -rm -f allmoc.cpp
87 85
@@ -132,19 +130,24 @@ killable.o: killable.c \
132 amigo.h 130 amigo.h
133 131
134gowidget.o: gowidget.cpp \ 132gowidget.o: gowidget.cpp \
135 gowidget.h \ 133 gowidget.h \
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 \
141 gowidget.h \ 143 gowidget.h \
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 \
147 gowidget.h \ 150 gowidget.h \
148 amigo.h \ 151 amigo.h \
149 go.h \ 152 go.h \
150 goplayutils.h 153 goplayutils.h