summaryrefslogtreecommitdiff
path: root/core/launcher/Makefile.in
Side-by-side diff
Diffstat (limited to 'core/launcher/Makefile.in') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/Makefile.in821
1 files changed, 415 insertions, 406 deletions
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index e129fca..5e2dbe5 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS)
-INCPATH = -I$(QPEDIR)/include -I$(QPEDIR)/calibrate -I$(QPEDIR)/rsync
+INCPATH = -I$(OPIEDIR)/include -I$(OPIEDIR)/calibrate -I$(OPIEDIR)/rsync
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -16,3 +16,3 @@ UIC = $(SYSCONF_UIC)
-DESTDIR = $(QPEDIR)/bin/
+DESTDIR = $(OPIEDIR)/bin/
VER_MAJ = 1
@@ -45,20 +45,20 @@ HEADERS = background.h \
irserver.h \
- $(QPEDIR)/rsync/buf.h \
- $(QPEDIR)/rsync/checksum.h \
- $(QPEDIR)/rsync/command.h \
- $(QPEDIR)/rsync/emit.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/prototab.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/search.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/types.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/whole.h \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/qrsync.h
+ $(OPIEDIR)/rsync/buf.h \
+ $(OPIEDIR)/rsync/checksum.h \
+ $(OPIEDIR)/rsync/command.h \
+ $(OPIEDIR)/rsync/emit.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/prototab.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/search.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/types.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/whole.h \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/qrsync.h
SOURCES = background.cpp \
@@ -77,3 +77,3 @@ SOURCES = background.cpp \
launcherview.cpp \
- $(QPEDIR)/calibrate/calibrate.cpp \
+ $(OPIEDIR)/calibrate/calibrate.cpp \
transferserver.cpp \
@@ -84,28 +84,28 @@ SOURCES = background.cpp \
main.cpp \
- $(QPEDIR)/rsync/base64.c \
- $(QPEDIR)/rsync/buf.c \
- $(QPEDIR)/rsync/checksum.c \
- $(QPEDIR)/rsync/command.c \
- $(QPEDIR)/rsync/delta.c \
- $(QPEDIR)/rsync/emit.c \
- $(QPEDIR)/rsync/hex.c \
- $(QPEDIR)/rsync/job.c \
- $(QPEDIR)/rsync/mdfour.c \
- $(QPEDIR)/rsync/mksum.c \
- $(QPEDIR)/rsync/msg.c \
- $(QPEDIR)/rsync/netint.c \
- $(QPEDIR)/rsync/patch.c \
- $(QPEDIR)/rsync/prototab.c \
- $(QPEDIR)/rsync/readsums.c \
- $(QPEDIR)/rsync/scoop.c \
- $(QPEDIR)/rsync/search.c \
- $(QPEDIR)/rsync/stats.c \
- $(QPEDIR)/rsync/stream.c \
- $(QPEDIR)/rsync/sumset.c \
- $(QPEDIR)/rsync/trace.c \
- $(QPEDIR)/rsync/tube.c \
- $(QPEDIR)/rsync/util.c \
- $(QPEDIR)/rsync/version.c \
- $(QPEDIR)/rsync/whole.c \
- $(QPEDIR)/rsync/qrsync.cpp
+ $(OPIEDIR)/rsync/base64.c \
+ $(OPIEDIR)/rsync/buf.c \
+ $(OPIEDIR)/rsync/checksum.c \
+ $(OPIEDIR)/rsync/command.c \
+ $(OPIEDIR)/rsync/delta.c \
+ $(OPIEDIR)/rsync/emit.c \
+ $(OPIEDIR)/rsync/hex.c \
+ $(OPIEDIR)/rsync/job.c \
+ $(OPIEDIR)/rsync/mdfour.c \
+ $(OPIEDIR)/rsync/mksum.c \
+ $(OPIEDIR)/rsync/msg.c \
+ $(OPIEDIR)/rsync/netint.c \
+ $(OPIEDIR)/rsync/patch.c \
+ $(OPIEDIR)/rsync/prototab.c \
+ $(OPIEDIR)/rsync/readsums.c \
+ $(OPIEDIR)/rsync/scoop.c \
+ $(OPIEDIR)/rsync/search.c \
+ $(OPIEDIR)/rsync/stats.c \
+ $(OPIEDIR)/rsync/stream.c \
+ $(OPIEDIR)/rsync/sumset.c \
+ $(OPIEDIR)/rsync/trace.c \
+ $(OPIEDIR)/rsync/tube.c \
+ $(OPIEDIR)/rsync/util.c \
+ $(OPIEDIR)/rsync/version.c \
+ $(OPIEDIR)/rsync/whole.c \
+ $(OPIEDIR)/rsync/qrsync.cpp
OBJECTS = background.o \
@@ -124,3 +124,3 @@ OBJECTS = background.o \
launcherview.o \
- $(QPEDIR)/calibrate/calibrate.o \
+ $(OPIEDIR)/calibrate/calibrate.o \
transferserver.o \
@@ -131,28 +131,28 @@ OBJECTS = background.o \
main.o \
- $(QPEDIR)/rsync/base64.o \
- $(QPEDIR)/rsync/buf.o \
- $(QPEDIR)/rsync/checksum.o \
- $(QPEDIR)/rsync/command.o \
- $(QPEDIR)/rsync/delta.o \
- $(QPEDIR)/rsync/emit.o \
- $(QPEDIR)/rsync/hex.o \
- $(QPEDIR)/rsync/job.o \
- $(QPEDIR)/rsync/mdfour.o \
- $(QPEDIR)/rsync/mksum.o \
- $(QPEDIR)/rsync/msg.o \
- $(QPEDIR)/rsync/netint.o \
- $(QPEDIR)/rsync/patch.o \
- $(QPEDIR)/rsync/prototab.o \
- $(QPEDIR)/rsync/readsums.o \
- $(QPEDIR)/rsync/scoop.o \
- $(QPEDIR)/rsync/search.o \
- $(QPEDIR)/rsync/stats.o \
- $(QPEDIR)/rsync/stream.o \
- $(QPEDIR)/rsync/sumset.o \
- $(QPEDIR)/rsync/trace.o \
- $(QPEDIR)/rsync/tube.o \
- $(QPEDIR)/rsync/util.o \
- $(QPEDIR)/rsync/version.o \
- $(QPEDIR)/rsync/whole.o \
- $(QPEDIR)/rsync/qrsync.o \
+ $(OPIEDIR)/rsync/base64.o \
+ $(OPIEDIR)/rsync/buf.o \
+ $(OPIEDIR)/rsync/checksum.o \
+ $(OPIEDIR)/rsync/command.o \
+ $(OPIEDIR)/rsync/delta.o \
+ $(OPIEDIR)/rsync/emit.o \
+ $(OPIEDIR)/rsync/hex.o \
+ $(OPIEDIR)/rsync/job.o \
+ $(OPIEDIR)/rsync/mdfour.o \
+ $(OPIEDIR)/rsync/mksum.o \
+ $(OPIEDIR)/rsync/msg.o \
+ $(OPIEDIR)/rsync/netint.o \
+ $(OPIEDIR)/rsync/patch.o \
+ $(OPIEDIR)/rsync/prototab.o \
+ $(OPIEDIR)/rsync/readsums.o \
+ $(OPIEDIR)/rsync/scoop.o \
+ $(OPIEDIR)/rsync/search.o \
+ $(OPIEDIR)/rsync/stats.o \
+ $(OPIEDIR)/rsync/stream.o \
+ $(OPIEDIR)/rsync/sumset.o \
+ $(OPIEDIR)/rsync/trace.o \
+ $(OPIEDIR)/rsync/tube.o \
+ $(OPIEDIR)/rsync/util.o \
+ $(OPIEDIR)/rsync/version.o \
+ $(OPIEDIR)/rsync/whole.o \
+ $(OPIEDIR)/rsync/qrsync.o \
shutdown.o \
@@ -274,4 +274,4 @@ background.o: background.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/resource.h
@@ -281,3 +281,3 @@ desktop.o: desktop.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
info.h \
@@ -286,5 +286,5 @@ desktop.o: desktop.cpp \
launcherview.h \
- $(QPEDIR)/include/qpe/storage.h \
+ $(OPIEDIR)/include/qpe/storage.h \
mrulist.h \
- $(QPEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
qcopbridge.h \
@@ -292,3 +292,3 @@ desktop.o: desktop.cpp \
taskbar.h \
- $(QPEDIR)/include/qpe/custom.h \
+ $(OPIEDIR)/include/qpe/custom.h \
transferserver.h \
@@ -296,8 +296,8 @@ desktop.o: desktop.cpp \
packageslave.h \
- $(QPEDIR)/include/qpe/mimetype.h \
- $(QPEDIR)/include/qpe/password.h \
- $(QPEDIR)/include/qpe/config.h \
- $(QPEDIR)/include/qpe/power.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h \
- $(QPEDIR)/include/qpe/global.h
+ $(OPIEDIR)/include/qpe/mimetype.h \
+ $(OPIEDIR)/include/qpe/password.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/power.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
+ $(OPIEDIR)/include/qpe/global.h
@@ -309,5 +309,5 @@ info.o: info.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/resource.h \
- $(QPEDIR)/include/qpe/version.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/version.h
@@ -316,3 +316,3 @@ appicons.o: appicons.cpp \
appicons.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
@@ -321,15 +321,15 @@ taskbar.o: taskbar.cpp \
inputmethods.h \
- $(QPEDIR)/include/qpe/inputmethodinterface.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/inputmethodinterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
mrulist.h \
- $(QPEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
systray.h \
- $(QPEDIR)/include/qpe/taskbarappletinterface.h \
- $(QPEDIR)/calibrate/calibrate.h \
+ $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
+ $(OPIEDIR)/calibrate/calibrate.h \
wait.h \
- $(QPEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/resource.h \
appicons.h \
taskbar.h \
- $(QPEDIR)/include/qpe/custom.h \
+ $(OPIEDIR)/include/qpe/custom.h \
desktop.h \
@@ -337,5 +337,5 @@ taskbar.o: taskbar.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h \
- $(QPEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
+ $(OPIEDIR)/include/qpe/global.h \
../taskbar/apps.h \
@@ -343,5 +343,7 @@ taskbar.o: taskbar.cpp \
../datebook/datebook.h \
- $(QPEDIR)/include/qpe/datebookdb.h \
- $(QPEDIR)/include/qpe/event.h \
- $(QPEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
../helpbrowser/helpbrowser.h \
@@ -349,3 +351,3 @@ taskbar.o: taskbar.cpp \
../textedit/textedit.h \
- $(QPEDIR)/include/qpe/filemanager.h \
+ $(OPIEDIR)/include/qpe/filemanager.h \
../todo/mainwindow.h \
@@ -357,3 +359,3 @@ taskbar.o: taskbar.cpp \
../settings/systemtime/settime.h \
- $(QPEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
../filebrowser/filebrowser.h \
@@ -362,8 +364,8 @@ taskbar.o: taskbar.cpp \
../parashoot/interface.h \
- $(QPEDIR)/include/qpe/sound.h \
+ $(OPIEDIR)/include/qpe/sound.h \
../mpegplayer/mediaplayer.h \
- $(QPEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
../embeddedkonsole/konsole.h \
../wordgame/wordgame.h \
- $(QPEDIR)/include/qpe/qdawg.h
+ $(OPIEDIR)/include/qpe/qdawg.h
@@ -372,3 +374,3 @@ sidething.o: sidething.cpp \
startmenu.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/resource.h
@@ -376,5 +378,5 @@ mrulist.o: mrulist.cpp \
mrulist.h \
- $(QPEDIR)/include/qpe/applnk.h \
- $(QPEDIR)/include/qpe/global.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/resource.h
@@ -382,3 +384,3 @@ stabmon.o: stabmon.cpp \
stabmon.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
@@ -386,18 +388,18 @@ inputmethods.o: inputmethods.cpp \
inputmethods.h \
- $(QPEDIR)/include/qpe/inputmethodinterface.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h \
- $(QPEDIR)/include/qpe/config.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/qlibrary.h
+ $(OPIEDIR)/include/qpe/inputmethodinterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h
systray.o: systray.cpp \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/qlibrary.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h \
- $(QPEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/config.h \
quicklauncher.h \
systray.h \
- $(QPEDIR)/include/qpe/taskbarappletinterface.h
+ $(OPIEDIR)/include/qpe/taskbarappletinterface.h
@@ -405,3 +407,3 @@ wait.o: wait.cpp \
wait.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/resource.h
@@ -410,18 +412,23 @@ shutdownimpl.o: shutdownimpl.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/global.h
+ $(OPIEDIR)/include/qpe/global.h
launcher.o: launcher.cpp \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h \
- $(QPEDIR)/include/qpe/resource.h \
- $(QPEDIR)/include/qpe/applnk.h \
- $(QPEDIR)/include/qpe/config.h \
- $(QPEDIR)/include/qpe/global.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/mimetype.h \
- $(QPEDIR)/include/qpe/storage.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/mimetype.h \
+ $(OPIEDIR)/include/qpe/storage.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
launcherview.h \
launcher.h \
- $(QPEDIR)/include/qpe/lnkproperties.h \
+ syncdialog.h \
+ desktop.h \
+ shutdownimpl.h \
+ shutdown.h \
+ $(OPIEDIR)/include/qpe/lnkproperties.h \
mrulist.h \
- $(QPEDIR)/rsync/qrsync.h
+ $(OPIEDIR)/rsync/qrsync.h
@@ -429,19 +436,21 @@ launcherview.o: launcherview.cpp \
launcherview.h \
- $(QPEDIR)/include/qpe/storage.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/applnk.h \
- $(QPEDIR)/include/qpe/qpedebug.h \
- $(QPEDIR)/include/qpe/categories.h \
- $(QPEDIR)/include/qpe/categoryselect.h \
- $(QPEDIR)/include/qpe/menubutton.h \
- $(QPEDIR)/include/qpe/resource.h \
- $(QPEDIR)/include/qpe/qpetoolbar.h
-
-$(QPEDIR)/calibrate/calibrate.o: $(QPEDIR)/calibrate/calibrate.cpp \
- $(QPEDIR)/calibrate/calibrate.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/storage.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/qpedebug.h \
+ $(OPIEDIR)/include/qpe/categories.h \
+ $(OPIEDIR)/include/qpe/categoryselect.h \
+ $(OPIEDIR)/include/qpe/menubutton.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h
+
+$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
+ $(OPIEDIR)/calibrate/calibrate.h \
+ $(OPIEDIR)/include/qpe/resource.h
transferserver.o: transferserver.cpp \
- $(QPEDIR)/include/qpe/qprocess.h \
- $(QPEDIR)/include/qpe/process.h \
+ $(OPIEDIR)/include/qpe/qprocess.h \
+ $(OPIEDIR)/include/qpe/process.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
transferserver.h
@@ -450,4 +459,4 @@ packageslave.o: packageslave.cpp \
packageslave.h \
- $(QPEDIR)/include/qpe/process.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h
+ $(OPIEDIR)/include/qpe/process.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
@@ -455,6 +464,6 @@ irserver.o: irserver.cpp \
irserver.h \
- $(QPEDIR)/include/qpe/qlibrary.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
obexinterface.h
@@ -463,4 +472,5 @@ qcopbridge.o: qcopbridge.cpp \
qcopbridge.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h \
- $(QPEDIR)/include/qpe/qpeapplication.h
+ transferserver.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -470,9 +480,9 @@ startmenu.o: startmenu.cpp \
mrulist.h \
- $(QPEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
info.h \
background.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
- $(QPEDIR)/include/qpe/config.h \
- $(QPEDIR)/include/qpe/global.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/resource.h
@@ -482,233 +492,233 @@ main.o: main.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
taskbar.h \
- $(QPEDIR)/include/qpe/custom.h \
+ $(OPIEDIR)/include/qpe/custom.h \
stabmon.h \
- $(QPEDIR)/include/qpe/network.h \
- $(QPEDIR)/include/qpe/config.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h \
- $(QPEDIR)/include/qpe/alarmserver.h \
+ $(OPIEDIR)/include/qpe/network.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
+ $(OPIEDIR)/include/qpe/alarmserver.h \
../calibrate/calibrate.h \
../login/qdmdialogimpl.h \
- $(QPEDIR)/include/qpe/global.h
-
-$(QPEDIR)/rsync/base64.o: $(QPEDIR)/rsync/base64.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h
-
-$(QPEDIR)/rsync/buf.o: $(QPEDIR)/rsync/buf.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/buf.h \
- $(QPEDIR)/rsync/util.h
-
-$(QPEDIR)/rsync/checksum.o: $(QPEDIR)/rsync/checksum.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/checksum.h
-
-$(QPEDIR)/rsync/command.o: $(QPEDIR)/rsync/command.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/command.h
-
-$(QPEDIR)/rsync/delta.o: $(QPEDIR)/rsync/delta.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/emit.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/checksum.h \
- $(QPEDIR)/rsync/search.h \
- $(QPEDIR)/rsync/types.h
-
-$(QPEDIR)/rsync/emit.o: $(QPEDIR)/rsync/emit.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/command.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/emit.h \
- $(QPEDIR)/rsync/prototab.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h
-
-$(QPEDIR)/rsync/hex.o: $(QPEDIR)/rsync/hex.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h
-
-$(QPEDIR)/rsync/job.o: $(QPEDIR)/rsync/job.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/mdfour.o: $(QPEDIR)/rsync/mdfour.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/types.h
-
-$(QPEDIR)/rsync/mksum.o: $(QPEDIR)/rsync/mksum.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/checksum.h
-
-$(QPEDIR)/rsync/msg.o: $(QPEDIR)/rsync/msg.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h
-
-$(QPEDIR)/rsync/netint.o: $(QPEDIR)/rsync/netint.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/stream.h
-
-$(QPEDIR)/rsync/patch.o: $(QPEDIR)/rsync/patch.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/command.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/prototab.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/job.h
-
-$(QPEDIR)/rsync/prototab.o: $(QPEDIR)/rsync/prototab.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/command.h \
- $(QPEDIR)/rsync/prototab.h
-
-$(QPEDIR)/rsync/readsums.o: $(QPEDIR)/rsync/readsums.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/netint.h \
- $(QPEDIR)/rsync/protocol.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/stream.h
-
-$(QPEDIR)/rsync/scoop.o: $(QPEDIR)/rsync/scoop.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/util.h
-
-$(QPEDIR)/rsync/search.o: $(QPEDIR)/rsync/search.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/search.h \
- $(QPEDIR)/rsync/checksum.h
-
-$(QPEDIR)/rsync/stats.o: $(QPEDIR)/rsync/stats.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/stream.o: $(QPEDIR)/rsync/stream.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/stream.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/sumset.o: $(QPEDIR)/rsync/sumset.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/trace.o: $(QPEDIR)/rsync/trace.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/tube.o: $(QPEDIR)/rsync/tube.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/stream.h
-
-$(QPEDIR)/rsync/util.o: $(QPEDIR)/rsync/util.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/util.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h
-
-$(QPEDIR)/rsync/version.o: $(QPEDIR)/rsync/version.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h
-
-$(QPEDIR)/rsync/whole.o: $(QPEDIR)/rsync/whole.c \
- $(QPEDIR)/rsync/config_rsync.h \
- $(QPEDIR)/rsync/config_linux.h \
- $(QPEDIR)/rsync/rsync.h \
- $(QPEDIR)/rsync/trace.h \
- $(QPEDIR)/rsync/fileutil.h \
- $(QPEDIR)/rsync/sumset.h \
- $(QPEDIR)/rsync/job.h \
- $(QPEDIR)/rsync/buf.h \
- $(QPEDIR)/rsync/whole.h \
- $(QPEDIR)/rsync/util.h
-
-$(QPEDIR)/rsync/qrsync.o: $(QPEDIR)/rsync/qrsync.cpp \
- $(QPEDIR)/rsync/qrsync.h \
- $(QPEDIR)/rsync/rsync.h
+ $(OPIEDIR)/include/qpe/global.h
+
+$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h
+
+$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/buf.h \
+ $(OPIEDIR)/rsync/util.h
+
+$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/checksum.h
+
+$(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/command.h
+
+$(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/emit.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/checksum.h \
+ $(OPIEDIR)/rsync/search.h \
+ $(OPIEDIR)/rsync/types.h
+
+$(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/command.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/emit.h \
+ $(OPIEDIR)/rsync/prototab.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h
+
+$(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h
+
+$(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/types.h
+
+$(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/checksum.h
+
+$(OPIEDIR)/rsync/msg.o: $(OPIEDIR)/rsync/msg.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h
+
+$(OPIEDIR)/rsync/netint.o: $(OPIEDIR)/rsync/netint.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/stream.h
+
+$(OPIEDIR)/rsync/patch.o: $(OPIEDIR)/rsync/patch.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/command.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/prototab.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/job.h
+
+$(OPIEDIR)/rsync/prototab.o: $(OPIEDIR)/rsync/prototab.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/command.h \
+ $(OPIEDIR)/rsync/prototab.h
+
+$(OPIEDIR)/rsync/readsums.o: $(OPIEDIR)/rsync/readsums.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/netint.h \
+ $(OPIEDIR)/rsync/protocol.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/stream.h
+
+$(OPIEDIR)/rsync/scoop.o: $(OPIEDIR)/rsync/scoop.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/util.h
+
+$(OPIEDIR)/rsync/search.o: $(OPIEDIR)/rsync/search.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/search.h \
+ $(OPIEDIR)/rsync/checksum.h
+
+$(OPIEDIR)/rsync/stats.o: $(OPIEDIR)/rsync/stats.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/stream.o: $(OPIEDIR)/rsync/stream.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/stream.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/sumset.o: $(OPIEDIR)/rsync/sumset.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/trace.o: $(OPIEDIR)/rsync/trace.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/tube.o: $(OPIEDIR)/rsync/tube.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/stream.h
+
+$(OPIEDIR)/rsync/util.o: $(OPIEDIR)/rsync/util.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/util.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h
+
+$(OPIEDIR)/rsync/version.o: $(OPIEDIR)/rsync/version.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h
+
+$(OPIEDIR)/rsync/whole.o: $(OPIEDIR)/rsync/whole.c \
+ $(OPIEDIR)/rsync/config_rsync.h \
+ $(OPIEDIR)/rsync/config_linux.h \
+ $(OPIEDIR)/rsync/rsync.h \
+ $(OPIEDIR)/rsync/trace.h \
+ $(OPIEDIR)/rsync/fileutil.h \
+ $(OPIEDIR)/rsync/sumset.h \
+ $(OPIEDIR)/rsync/job.h \
+ $(OPIEDIR)/rsync/buf.h \
+ $(OPIEDIR)/rsync/whole.h \
+ $(OPIEDIR)/rsync/util.h
+
+$(OPIEDIR)/rsync/qrsync.o: $(OPIEDIR)/rsync/qrsync.cpp \
+ $(OPIEDIR)/rsync/qrsync.h \
+ $(OPIEDIR)/rsync/rsync.h
@@ -726,4 +736,3 @@ syncdialog.cpp: syncdialog.ui
-shutdown.o: shutdown.cpp \
- shutdown.h
+shutdown.o: shutdown.cpp
@@ -738,3 +747,3 @@ moc_desktop.o: moc_desktop.cpp \
shutdown.h \
- $(QPEDIR)/include/qpe/qpeapplication.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -749,3 +758,3 @@ moc_taskbar.o: moc_taskbar.cpp \
taskbar.h \
- $(QPEDIR)/include/qpe/custom.h
+ $(OPIEDIR)/include/qpe/custom.h
@@ -757,5 +766,5 @@ moc_inputmethods.o: moc_inputmethods.cpp \
inputmethods.h \
- $(QPEDIR)/include/qpe/inputmethodinterface.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h
+ $(OPIEDIR)/include/qpe/inputmethodinterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h
@@ -763,5 +772,5 @@ moc_systray.o: moc_systray.cpp \
systray.h \
- $(QPEDIR)/include/qpe/taskbarappletinterface.h \
- $(QPEDIR)/include/qpe/qcom.h \
- $(QPEDIR)/include/qpe/quuid.h
+ $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h
@@ -774,3 +783,3 @@ moc_launcher.o: moc_launcher.cpp \
launcherview.h \
- $(QPEDIR)/include/qpe/storage.h
+ $(OPIEDIR)/include/qpe/storage.h
@@ -778,3 +787,3 @@ moc_launcherview.o: moc_launcherview.cpp \
launcherview.h \
- $(QPEDIR)/include/qpe/storage.h
+ $(OPIEDIR)/include/qpe/storage.h
@@ -801,3 +810,3 @@ moc_shutdown.o: appicons.moc \
appicons.h \
- $(QPEDIR)/include/qpe/qcopenvelope_qws.h
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h