summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/Makefile.in16
-rw-r--r--core/launcher/Makefile.in47
-rw-r--r--core/multimedia/opieplayer/Makefile.in64
-rw-r--r--core/multimedia/opieplayer/libmad/Makefile.in6
-rw-r--r--core/multimedia/opieplayer/libmpeg3/Makefile.in6
-rw-r--r--core/multimedia/opieplayer/wavplugin/Makefile.in6
-rw-r--r--core/pim/datebook/Makefile.in119
-rw-r--r--freetype/Makefile.in10
-rw-r--r--library/Makefile.in40
-rw-r--r--noncore/apps/tableviewer/Makefile.in24
-rw-r--r--noncore/games/chess/Makefile.in13
-rw-r--r--noncore/games/go/Makefile.in15
-rw-r--r--quickexec/Makefile.in6
-rw-r--r--rsync/Makefile.in391
14 files changed, 274 insertions, 489 deletions
diff --git a/core/apps/embeddedkonsole/Makefile.in b/core/apps/embeddedkonsole/Makefile.in
index 0da49d7..1c24ded 100644
--- a/core/apps/embeddedkonsole/Makefile.in
+++ b/core/apps/embeddedkonsole/Makefile.in
@@ -101,6 +101,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: embeddedkonsole.pro
- tmake embeddedkonsole.pro -o Makefile.in
+tmake:
+ tmake embeddedkonsole.pro
@@ -187,2 +185,3 @@ keytrans.o: keytrans.cpp \
keytrans.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
default.keytab.h
@@ -190,2 +189,6 @@ keytrans.o: keytrans.cpp \
konsole.o: konsole.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/config.h \
konsole.h \
@@ -203,2 +206,3 @@ main.o: main.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
@@ -211,3 +215,4 @@ main.o: main.cpp \
keytrans.h \
- session.h
+ session.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -250,2 +255,3 @@ moc_konsole.o: moc_konsole.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index 5e2dbe5..91a5a9b 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -27,2 +27,3 @@ HEADERS = background.h \
desktop.h \
+ qprocess.h \
info.h \
@@ -65,2 +66,4 @@ SOURCES = background.cpp \
desktop.cpp \
+ qprocess.cpp \
+ qprocess_unix.cpp \
info.cpp \
@@ -112,2 +115,4 @@ OBJECTS = background.o \
desktop.o \
+ qprocess.o \
+ qprocess_unix.o \
info.o \
@@ -167,2 +172,3 @@ SRCMOC = moc_background.cpp \
moc_desktop.cpp \
+ moc_qprocess.cpp \
moc_info.cpp \
@@ -182,2 +188,3 @@ SRCMOC = moc_background.cpp \
moc_irserver.cpp \
+ qprocess_unix.moc \
appicons.moc \
@@ -187,2 +194,3 @@ OBJMOC = moc_background.o \
moc_desktop.o \
+ moc_qprocess.o \
moc_info.o \
@@ -292,3 +300,2 @@ desktop.o: desktop.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
transferserver.h \
@@ -303,2 +310,10 @@ desktop.o: desktop.cpp \
+qprocess.o: qprocess.cpp \
+ qprocess.h
+
+qprocess_unix.o: qprocess_unix.cpp \
+ qprocess_unix.moc \
+ qprocess.h \
+ qcleanuphandler_p.h
+
info.o: info.cpp \
@@ -333,3 +348,2 @@ taskbar.o: taskbar.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
desktop.h \
@@ -367,3 +381,5 @@ taskbar.o: taskbar.cpp \
$(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
../embeddedkonsole/konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
../wordgame/wordgame.h \
@@ -451,3 +467,2 @@ $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
transferserver.o: transferserver.cpp \
- $(OPIEDIR)/include/qpe/qprocess.h \
$(OPIEDIR)/include/qpe/process.h \
@@ -455,3 +470,4 @@ transferserver.o: transferserver.cpp \
$(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
- transferserver.h
+ transferserver.h \
+ qprocess.h
@@ -494,3 +510,2 @@ main.o: main.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
stabmon.h \
@@ -749,2 +764,5 @@ moc_desktop.o: moc_desktop.cpp \
+moc_qprocess.o: moc_qprocess.cpp \
+ qprocess.h
+
moc_info.o: moc_info.cpp \
@@ -757,4 +775,3 @@ moc_appicons.o: moc_appicons.cpp \
moc_taskbar.o: moc_taskbar.cpp \
- taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h
+ taskbar.h
@@ -807,3 +824,8 @@ moc_irserver.o: moc_irserver.cpp \
-moc_shutdown.o: appicons.moc \
+moc_shutdown.o: qprocess_unix.moc \
+ qprocess_unix.cpp \
+ qprocess.h \
+ qcleanuphandler_p.h
+
+moc_syncdialog.o: appicons.moc \
appicons.cpp \
@@ -812,5 +834,2 @@ moc_shutdown.o: appicons.moc \
-moc_syncdialog.o: moc_shutdown.cpp \
- shutdown.h
-
moc_background.cpp: background.h
@@ -821,2 +840,5 @@ moc_desktop.cpp: desktop.h
+moc_qprocess.cpp: qprocess.h
+ $(MOC) qprocess.h -o moc_qprocess.cpp
+
moc_info.cpp: info.h
@@ -866,2 +888,5 @@ moc_irserver.cpp: irserver.h
+qprocess_unix.moc: qprocess_unix.cpp
+ $(MOC) qprocess_unix.cpp -o qprocess_unix.moc
+
appicons.moc: appicons.cpp
diff --git a/core/multimedia/opieplayer/Makefile.in b/core/multimedia/opieplayer/Makefile.in
index 3e1f9fc..1b0307a 100644
--- a/core/multimedia/opieplayer/Makefile.in
+++ b/core/multimedia/opieplayer/Makefile.in
@@ -102,6 +102,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: mpegplayer.pro
- tmake mpegplayer.pro -o Makefile.in
+tmake:
+ tmake mpegplayer.pro
@@ -139,4 +137,6 @@ REQUIRES=
main.o: main.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
mediaplayerstate.h \
playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
audiowidget.h \
@@ -144,5 +144,11 @@ main.o: main.cpp \
loopcontrol.h \
- mediaplayer.h
+ mediaplayer.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
loopcontrol.o: loopcontrol.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
loopcontrol.h \
@@ -150,2 +156,5 @@ loopcontrol.o: loopcontrol.cpp \
audiodevice.h \
+ mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
mediaplayerstate.h
@@ -153,2 +162,4 @@ loopcontrol.o: loopcontrol.cpp \
playlistselection.o: playlistselection.cpp \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/resource.h \
playlistselection.h
@@ -156,2 +167,8 @@ playlistselection.o: playlistselection.cpp \
mediaplayerstate.o: mediaplayerstate.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/config.h \
mediaplayerstate.h \
@@ -162,2 +179,6 @@ mediaplayerstate.o: mediaplayerstate.cpp \
videowidget.o: videowidget.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
videowidget.h \
@@ -166,2 +187,3 @@ videowidget.o: videowidget.cpp \
audiowidget.o: audiowidget.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
audiowidget.h \
@@ -170,2 +192,9 @@ audiowidget.o: audiowidget.cpp \
playlistwidget.o: playlistwidget.cpp \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/fileselector.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/resource.h \
playlistselection.h \
@@ -175,4 +204,12 @@ playlistwidget.o: playlistwidget.cpp \
mediaplayer.o: mediaplayer.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/config.h \
mediaplayer.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
audiowidget.h \
@@ -183,3 +220,6 @@ mediaplayer.o: mediaplayer.cpp \
audiodevice.o: audiodevice.cpp \
- audiodevice.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ audiodevice.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
@@ -189,3 +229,4 @@ moc_loopcontrol.o: moc_loopcontrol.cpp \
moc_playlistselection.o: moc_playlistselection.cpp \
- playlistselection.h
+ playlistselection.h \
+ $(OPIEDIR)/include/qpe/applnk.h
@@ -201,6 +242,11 @@ moc_audiowidget.o: moc_audiowidget.cpp \
moc_playlistwidget.o: moc_playlistwidget.cpp \
- playlistwidget.h
+ playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h
moc_mediaplayer.o: moc_mediaplayer.cpp \
- mediaplayer.h
+ mediaplayer.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
diff --git a/core/multimedia/opieplayer/libmad/Makefile.in b/core/multimedia/opieplayer/libmad/Makefile.in
index d2e1cda..e9f74e7 100644
--- a/core/multimedia/opieplayer/libmad/Makefile.in
+++ b/core/multimedia/opieplayer/libmad/Makefile.in
@@ -102,6 +102,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmad.pro
- tmake libmad.pro -o Makefile.in
+tmake:
+ tmake libmad.pro
diff --git a/core/multimedia/opieplayer/libmpeg3/Makefile.in b/core/multimedia/opieplayer/libmpeg3/Makefile.in
index 4ccdb8c..154f85d 100644
--- a/core/multimedia/opieplayer/libmpeg3/Makefile.in
+++ b/core/multimedia/opieplayer/libmpeg3/Makefile.in
@@ -131,6 +131,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmpeg3.pro
- tmake libmpeg3.pro -o Makefile.in
+tmake:
+ tmake libmpeg3.pro
diff --git a/core/multimedia/opieplayer/wavplugin/Makefile.in b/core/multimedia/opieplayer/wavplugin/Makefile.in
index 560534e..bcbe7f2 100644
--- a/core/multimedia/opieplayer/wavplugin/Makefile.in
+++ b/core/multimedia/opieplayer/wavplugin/Makefile.in
@@ -67,6 +67,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: wavplugin.pro
- tmake wavplugin.pro -o Makefile.in
+tmake:
+ tmake wavplugin.pro
diff --git a/core/pim/datebook/Makefile.in b/core/pim/datebook/Makefile.in
index cc31efe..0c3282e 100644
--- a/core/pim/datebook/Makefile.in
+++ b/core/pim/datebook/Makefile.in
@@ -126,6 +126,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: datebook.pro
- tmake datebook.pro -o Makefile.in
+tmake:
+ tmake datebook.pro
@@ -163,3 +161,9 @@ REQUIRES=
main.o: main.cpp \
- datebook.h
+ datebook.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 \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -167,4 +171,13 @@ datebookday.o: datebookday.cpp \
datebookday.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
datebookdayheaderimpl.h \
- datebookdayheader.h
+ datebookdayheader.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/qpedebug.h
@@ -172,2 +185,7 @@ datebook.o: datebook.cpp \
datebook.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 \
datebookday.h \
@@ -177,3 +195,17 @@ datebook.o: datebook.cpp \
dateentryimpl.h \
- dateentry.h
+ dateentry.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qpedebug.h \
+ $(OPIEDIR)/include/qpe/finddialog.h \
+ $(OPIEDIR)/include/qpe/ir.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/qpemessagebox.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/sound.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/tzselect.h \
+ $(OPIEDIR)/include/qpe/xmlreader.h
@@ -182,4 +214,14 @@ dateentryimpl.o: dateentryimpl.cpp \
dateentry.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/categoryselect.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/tzselect.h
@@ -187,3 +229,9 @@ datebookdayheaderimpl.o: datebookdayheaderimpl.cpp \
datebookdayheaderimpl.h \
- datebookdayheader.h
+ datebookdayheader.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -191,3 +239,4 @@ datebooksettings.o: datebooksettings.cpp \
datebooksettings.h \
- datebooksettingsbase.h
+ datebooksettingsbase.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -195,4 +244,12 @@ datebookweek.o: datebookweek.cpp \
datebookweek.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
datebookweekheaderimpl.h \
- datebookweekheader.h
+ datebookweekheader.h \
+ $(OPIEDIR)/include/qpe/calendar.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -204,3 +261,10 @@ repeatentry.o: repeatentry.cpp \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -247,6 +311,15 @@ repeatentrybase.o: repeatentrybase.cpp
moc_datebookday.o: moc_datebookday.cpp \
- datebookday.h
+ datebookday.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
moc_datebook.o: moc_datebook.cpp \
- datebook.h
+ datebook.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
@@ -254,3 +327,7 @@ moc_dateentryimpl.o: moc_dateentryimpl.cpp \
dateentryimpl.h \
- dateentry.h
+ dateentry.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
@@ -261,3 +338,7 @@ moc_datebookdayheaderimpl.o: moc_datebookdayheaderimpl.cpp \
moc_datebookweek.o: moc_datebookweek.cpp \
- datebookweek.h
+ datebookweek.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
@@ -269,3 +350,7 @@ moc_repeatentry.o: moc_repeatentry.cpp \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
diff --git a/freetype/Makefile.in b/freetype/Makefile.in
index ba4c829..cdc6fa4 100644
--- a/freetype/Makefile.in
+++ b/freetype/Makefile.in
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB)
-INCPATH = -I../library
+INCPATH = -I$(OPIEDIR)/include
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -26,4 +26,3 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ)
HEADERS = fontfactoryttf_qws.h \
- freetypefactoryimpl.h \
- qfontdata_p.h
+ freetypefactoryimpl.h
SOURCES = fontfactoryttf_qws.cpp \
@@ -111,6 +110,3 @@ freetypefactoryimpl.o: freetypefactoryimpl.cpp \
qfontdata_p.h \
- freetypefactoryimpl.h \
- ../library/fontfactoryinterface.h \
- ../library/qcom.h \
- ../library/quuid.h
+ freetypefactoryimpl.h
diff --git a/library/Makefile.in b/library/Makefile.in
index b8fc1f6..dcea4b8 100644
--- a/library/Makefile.in
+++ b/library/Makefile.in
@@ -80,3 +80,7 @@ HEADERS = calendar.h \
finddialog.h \
- lnkproperties.h
+ lnkproperties.h \
+ quuid.h \
+ qcom.h \
+ qlibrary.h \
+ qlibrary_p.h
SOURCES = calendar.cpp \
@@ -135,3 +139,6 @@ SOURCES = calendar.cpp \
finddialog.cpp \
- lnkproperties.cpp
+ lnkproperties.cpp \
+ quuid.cpp \
+ qlibrary.cpp \
+ qlibrary_unix.cpp
OBJECTS = calendar.o \
@@ -191,2 +198,5 @@ OBJECTS = calendar.o \
lnkproperties.o \
+ quuid.o \
+ qlibrary.o \
+ qlibrary_unix.o \
passwordbase_p.o \
@@ -228,2 +238,3 @@ SRCMOC = moc_menubutton.cpp \
moc_lnkproperties.cpp \
+ moc_qlibrary_p.cpp \
global.moc \
@@ -258,2 +269,3 @@ OBJMOC = moc_menubutton.o \
moc_lnkproperties.o \
+ moc_qlibrary_p.o \
moc_passwordbase_p.o \
@@ -293,6 +305,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: library.pro
- tmake library.pro -o Makefile.in
+tmake:
+ tmake library.pro
@@ -604,2 +614,13 @@ lnkproperties.o: lnkproperties.cpp \
+quuid.o: quuid.cpp \
+ quuid.h
+
+qlibrary.o: qlibrary.cpp \
+ qlibrary_p.h \
+ qlibrary.h
+
+qlibrary_unix.o: qlibrary_unix.cpp \
+ qlibrary_p.h \
+ qlibrary.h
+
passwordbase_p.h: passwordbase_p.ui
@@ -709,2 +730,6 @@ moc_lnkproperties.o: moc_lnkproperties.cpp \
+moc_qlibrary_p.o: moc_qlibrary_p.cpp \
+ qlibrary_p.h \
+ qlibrary.h
+
moc_passwordbase_p.o: global.moc \
@@ -790,2 +815,5 @@ moc_lnkproperties.cpp: lnkproperties.h
+moc_qlibrary_p.cpp: qlibrary_p.h
+ $(MOC) qlibrary_p.h -o moc_qlibrary_p.cpp
+
global.moc: global.cpp
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
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS)
-INCPATH = -I../library
+INCPATH = -I$(OPIEDIR)/include
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -159,8 +159,3 @@ main.o: main.cpp \
tableviewer.h \
- db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h \
- ../library/qpeapplication.h \
- ../library/qpedecoration_qws.h
+ db/common.h
@@ -169,5 +164,2 @@ tableviewer.o: tableviewer.cpp \
db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h \
ui/tvbrowseview.h \
@@ -179,9 +171,5 @@ tableviewer.o: tableviewer.cpp \
db/datacache.h \
- ../library/resource.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h
ui/commonwidgets.o: ui/commonwidgets.cpp \
- ../library/datebookmonth.h \
- ../library/organizer.h \
- ../library/xmlreader.h \
- ../library/calendar.h \
ui/commonwidgets.h
@@ -239,3 +227,2 @@ db/csvsource.o: db/csvsource.cpp \
db/common.o: db/common.cpp \
- ../library/timestring.h \
db/common.h \
@@ -258,6 +245,3 @@ moc_tableviewer.o: moc_tableviewer.cpp \
tableviewer.h \
- db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h
+ db/common.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
@@ -106,6 +106,12 @@ REQUIRES=
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
@@ -122,3 +128,4 @@ mainwindow.o: mainwindow.cpp \
moc_chess.o: moc_chess.cpp \
- chess.h
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.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
@@ -77,6 +77,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: go.pro
- tmake go.pro -o Makefile.in
+tmake:
+ tmake go.pro
@@ -137,3 +135,7 @@ gowidget.o: gowidget.cpp \
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
@@ -143,3 +145,4 @@ main.o: main.cpp \
go.h \
- goplayutils.h
+ goplayutils.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
diff --git a/quickexec/Makefile.in b/quickexec/Makefile.in
index 514e6cc..d3ac9dc 100644
--- a/quickexec/Makefile.in
+++ b/quickexec/Makefile.in
@@ -64,4 +64,6 @@ moc: $(SRCMOC)
-tmake:
- tmake quickexec.pro
+tmake: Makefile.in
+
+Makefile.in: quickexec.pro
+ tmake quickexec.pro -o Makefile.in
diff --git a/rsync/Makefile.in b/rsync/Makefile.in
index 50e7b3d..e69de29 100644
--- a/rsync/Makefile.in
+++ b/rsync/Makefile.in
@@ -1,391 +0,0 @@
-#############################################################################
-
-####### Compiler, tools and options
-
-CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
-CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB)
-CC = $(SYSCONF_CC) $(QT_C_MT)
-CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB)
-INCPATH = -I.
-LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
-LIBS = $(SUBLIBS) $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS_QTAPP)
-MOC = $(SYSCONF_MOC)
-UIC = $(SYSCONF_UIC)
-
-####### Target
-
-DESTDIR = $(QTDIR)/lib$(PROJMAK)/
-VER_MAJ = 1
-VER_MIN = 0
-VER_PATCH = 0
-TARGET = rsync
-TARGET1 = lib$(TARGET).so.$(VER_MAJ)
-
-####### Files
-
-HEADERS = buf.h \
- checksum.h \
- command.h \
- emit.h \
- fileutil.h \
- job.h \
- netint.h \
- protocol.h \
- prototab.h \
- rsync.h \
- search.h \
- stream.h \
- sumset.h \
- trace.h \
- types.h \
- util.h \
- whole.h \
- config.h
-SOURCES = base64.c \
- buf.c \
- checksum.c \
- command.c \
- delta.c \
- emit.c \
- fileutil.c \
- hex.c \
- job.c \
- mdfour.c \
- mksum.c \
- msg.c \
- netint.c \
- patch.c \
- prototab.c \
- readsums.c \
- scoop.c \
- search.c \
- stats.c \
- stream.c \
- sumset.c \
- trace.c \
- tube.c \
- util.c \
- version.c \
- whole.c
-OBJECTS = base64.o \
- buf.o \
- checksum.o \
- command.o \
- delta.o \
- emit.o \
- fileutil.o \
- hex.o \
- job.o \
- mdfour.o \
- mksum.o \
- msg.o \
- netint.o \
- patch.o \
- prototab.o \
- readsums.o \
- scoop.o \
- search.o \
- stats.o \
- stream.o \
- sumset.o \
- trace.o \
- tube.o \
- util.o \
- version.o \
- whole.o
-INTERFACES =
-UICDECLS =
-UICIMPLS =
-SRCMOC =
-OBJMOC =
-
-
-####### Implicit rules
-
-.SUFFIXES: .cpp .cxx .cc .C .c
-
-.cpp.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
-.cxx.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
-.cc.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
-.C.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
-.c.o:
- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
-
-####### Build rules
-
-
-all: $(DESTDIR)$(SYSCONF_LINK_TARGET)
-
-$(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
- $(SYSCONF_LINK_LIB)
-
-moc: $(SRCMOC)
-
-tmake: Makefile.in
-
-Makefile.in: rsync.pro
- tmake rsync.pro -o Makefile.in
-
-clean:
- -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
- -rm -f *~ core
- -rm -f allmoc.cpp
-
-####### Extension Modules
-
-listpromodules:
- @echo
-
-listallmodules:
- @echo
-
-listaddonpromodules:
- @echo
-
-listaddonentmodules:
- @echo
-
-
-REQUIRES=
-
-####### Sub-libraries
-
-
-###### Combined headers
-
-
-
-####### Compile
-
-base64.o: base64.c \
- config.h \
- config_linux.h \
- rsync.h
-
-buf.o: buf.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h \
- buf.h \
- util.h
-
-checksum.o: checksum.c \
- config.h \
- config_linux.h \
- rsync.h \
- checksum.h
-
-command.o: command.c \
- config.h \
- config_linux.h \
- rsync.h \
- command.h
-
-delta.o: delta.c \
- config.h \
- config_linux.h \
- rsync.h \
- emit.h \
- stream.h \
- util.h \
- sumset.h \
- job.h \
- trace.h \
- checksum.h \
- search.h \
- types.h
-
-emit.o: emit.c \
- config.h \
- config_linux.h \
- rsync.h \
- command.h \
- protocol.h \
- trace.h \
- emit.h \
- prototab.h \
- netint.h \
- sumset.h \
- job.h
-
-fileutil.o: fileutil.c \
- config.h \
- config_linux.h \
- rsync.h \
- fileutil.h \
- trace.h
-
-hex.o: hex.c \
- config.h \
- config_linux.h \
- rsync.h
-
-job.o: job.c \
- config.h \
- config_linux.h \
- rsync.h \
- stream.h \
- util.h \
- sumset.h \
- job.h \
- trace.h
-
-mdfour.o: mdfour.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h \
- types.h
-
-mksum.o: mksum.c \
- config.h \
- config_linux.h \
- rsync.h \
- stream.h \
- util.h \
- sumset.h \
- job.h \
- protocol.h \
- netint.h \
- trace.h \
- checksum.h
-
-msg.o: msg.c \
- config.h \
- config_linux.h \
- rsync.h
-
-netint.o: netint.c \
- config.h \
- config_linux.h \
- rsync.h \
- job.h \
- netint.h \
- trace.h \
- stream.h
-
-patch.o: patch.c \
- config.h \
- config_linux.h \
- rsync.h \
- util.h \
- trace.h \
- protocol.h \
- netint.h \
- command.h \
- sumset.h \
- prototab.h \
- stream.h \
- job.h
-
-prototab.o: prototab.c \
- config.h \
- config_linux.h \
- rsync.h \
- protocol.h \
- command.h \
- prototab.h
-
-readsums.o: readsums.c \
- config.h \
- config_linux.h \
- rsync.h \
- sumset.h \
- job.h \
- trace.h \
- netint.h \
- protocol.h \
- util.h \
- stream.h
-
-scoop.o: scoop.c \
- config.h \
- config_linux.h \
- rsync.h \
- job.h \
- stream.h \
- trace.h \
- util.h
-
-search.o: search.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h \
- util.h \
- sumset.h \
- search.h \
- checksum.h
-
-stats.o: stats.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h
-
-stream.o: stream.c \
- config.h \
- config_linux.h \
- rsync.h \
- stream.h \
- util.h \
- trace.h
-
-sumset.o: sumset.c \
- config.h \
- config_linux.h \
- rsync.h \
- sumset.h \
- util.h \
- trace.h
-
-trace.o: trace.c \
- config.h \
- config_linux.h \
- rsync.h \
- util.h \
- trace.h
-
-tube.o: tube.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h \
- util.h \
- job.h \
- stream.h
-
-util.o: util.c \
- config.h \
- config_linux.h \
- util.h \
- rsync.h \
- trace.h
-
-version.o: version.c \
- config.h \
- config_linux.h \
- rsync.h
-
-whole.o: whole.c \
- config.h \
- config_linux.h \
- rsync.h \
- trace.h \
- fileutil.h \
- sumset.h \
- job.h \
- buf.h \
- whole.h \
- util.h
-
-