summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tableviewer/Makefile.in24
-rw-r--r--noncore/games/chess/Makefile.in13
-rw-r--r--noncore/games/go/Makefile.in15
3 files changed, 23 insertions, 29 deletions
diff --git a/noncore/apps/tableviewer/Makefile.in b/noncore/apps/tableviewer/Makefile.in
index 8c5dc26..e135d82 100644
--- a/noncore/apps/tableviewer/Makefile.in
+++ b/noncore/apps/tableviewer/Makefile.in
@@ -6,7 +6,7 @@ CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) 6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
7 CC =$(SYSCONF_CC) $(QT_C_MT) 7 CC =$(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I../library 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) 11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
12 MOC =$(SYSCONF_MOC) 12 MOC =$(SYSCONF_MOC)
@@ -157,19 +157,11 @@ REQUIRES=
157 157
158main.o: main.cpp \ 158main.o: main.cpp \
159 tableviewer.h \ 159 tableviewer.h \
160 db/common.h \ 160 db/common.h
161 ../library/fileselector.h \
162 ../library/filemanager.h \
163 ../library/applnk.h \
164 ../library/qpeapplication.h \
165 ../library/qpedecoration_qws.h
166 161
167tableviewer.o: tableviewer.cpp \ 162tableviewer.o: tableviewer.cpp \
168 tableviewer.h \ 163 tableviewer.h \
169 db/common.h \ 164 db/common.h \
170 ../library/fileselector.h \
171 ../library/filemanager.h \
172 ../library/applnk.h \
173 ui/tvbrowseview.h \ 165 ui/tvbrowseview.h \
174 ui/tvfilterview.h \ 166 ui/tvfilterview.h \
175 ui/tvlistview.h \ 167 ui/tvlistview.h \
@@ -177,13 +169,9 @@ tableviewer.o: tableviewer.cpp \
177 ui/tvkeyedit.h \ 169 ui/tvkeyedit.h \
178 tvkeyedit_gen.h \ 170 tvkeyedit_gen.h \
179 db/datacache.h \ 171 db/datacache.h \
180 ../library/resource.h 172 /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h
181 173
182ui/commonwidgets.o: ui/commonwidgets.cpp \ 174ui/commonwidgets.o: ui/commonwidgets.cpp \
183 ../library/datebookmonth.h \
184 ../library/organizer.h \
185 ../library/xmlreader.h \
186 ../library/calendar.h \
187 ui/commonwidgets.h 175 ui/commonwidgets.h
188 176
189ui/tvbrowseview.o: ui/tvbrowseview.cpp \ 177ui/tvbrowseview.o: ui/tvbrowseview.cpp \
@@ -237,7 +225,6 @@ db/csvsource.o: db/csvsource.cpp \
237 db/common.h 225 db/common.h
238 226
239db/common.o: db/common.cpp \ 227db/common.o: db/common.cpp \
240 ../library/timestring.h \
241 db/common.h \ 228 db/common.h \
242 db/datacache.h 229 db/datacache.h
243 230
@@ -256,10 +243,7 @@ ui/tvkeyedit_gen.o: ui/tvkeyedit_gen.cpp \
256 243
257moc_tableviewer.o: moc_tableviewer.cpp \ 244moc_tableviewer.o: moc_tableviewer.cpp \
258 tableviewer.h \ 245 tableviewer.h \
259 db/common.h \ 246 db/common.h
260 ../library/fileselector.h \
261 ../library/filemanager.h \
262 ../library/applnk.h
263 247
264ui/moc_commonwidgets.o: ui/moc_commonwidgets.cpp \ 248ui/moc_commonwidgets.o: ui/moc_commonwidgets.cpp \
265 ui/commonwidgets.h 249 ui/commonwidgets.h
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
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)
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)
@@ -135,13 +133,18 @@ gowidget.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 \