summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer
Unidiff
Diffstat (limited to 'noncore/apps/tableviewer') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/Makefile.in24
1 files changed, 4 insertions, 20 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
@@ -7,5 +7,5 @@ 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)
@@ -158,17 +158,9 @@ REQUIRES=
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 \
@@ -178,11 +170,7 @@ tableviewer.o: tableviewer.cpp \
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
@@ -238,5 +226,4 @@ db/csvsource.o: db/csvsource.cpp \
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
@@ -257,8 +244,5 @@ ui/tvkeyedit_gen.o: ui/tvkeyedit_gen.cpp \
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 \