author | mickeyl <mickeyl> | 2004-04-28 21:18:02 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-28 21:18:02 (UTC) |
commit | f567351ae81391fbe50c8f37a6dc2ff661b23f44 (patch) (unidiff) | |
tree | a588d11e7a5b310c485c7a6a4aa6d773200deda3 | |
parent | f498387e7c58cd9488c9b4ed964bfb0ebeead5c8 (diff) | |
download | opie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.zip opie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.tar.gz opie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.tar.bz2 |
CLEANUP: rsync is now a (static) library and the launcher links against it
-rw-r--r-- | config.in | 2 | ||||
-rw-r--r-- | core/launcher/server.pro | 46 | ||||
-rw-r--r-- | packages | 1 | ||||
-rw-r--r-- | rsync/config.in | 3 | ||||
-rw-r--r-- | rsync/rsync.pro | 60 |
5 files changed, 66 insertions, 46 deletions
@@ -171,17 +171,17 @@ menu "Base" | |||
171 | default LIBQPE | 171 | default LIBQPE |
172 | source library/config.in | 172 | source library/config.in |
173 | source x11/config.in | 173 | source x11/config.in |
174 | endchoice | 174 | endchoice |
175 | source libopie/config.in | 175 | source libopie/config.in |
176 | 176 | ||
177 | source libopie2/config.in | 177 | source libopie2/config.in |
178 | source libqtaux/config.in | 178 | source libqtaux/config.in |
179 | 179 | source rsync/config.in | |
180 | source core/opie-login/config.in | 180 | source core/opie-login/config.in |
181 | source core/opiealarm/config.in | 181 | source core/opiealarm/config.in |
182 | source core/tools/quicklauncher/config.in | 182 | source core/tools/quicklauncher/config.in |
183 | source core/launcher/config.in | 183 | source core/launcher/config.in |
184 | source core/symlinker/config.in | 184 | source core/symlinker/config.in |
185 | endmenu | 185 | endmenu |
186 | 186 | ||
187 | comment "" | 187 | comment "" |
diff --git a/core/launcher/server.pro b/core/launcher/server.pro index 25806b6..4e6a581 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro | |||
@@ -21,34 +21,16 @@ HEADERS += server.h \ | |||
21 | launcherview.h \ | 21 | launcherview.h \ |
22 | $$(OPIEDIR)/core/apps/calibrate/calibrate.h \ | 22 | $$(OPIEDIR)/core/apps/calibrate/calibrate.h \ |
23 | startmenu.h \ | 23 | startmenu.h \ |
24 | transferserver.h \ | 24 | transferserver.h \ |
25 | qcopbridge.h \ | 25 | qcopbridge.h \ |
26 | packageslave.h \ | 26 | packageslave.h \ |
27 | irserver.h \ | 27 | irserver.h \ |
28 | firstuse.h \ | 28 | firstuse.h \ |
29 | $$(OPIEDIR)/rsync/buf.h \ | ||
30 | $$(OPIEDIR)/rsync/checksum.h \ | ||
31 | $$(OPIEDIR)/rsync/command.h \ | ||
32 | $$(OPIEDIR)/rsync/emit.h \ | ||
33 | $$(OPIEDIR)/rsync/job.h \ | ||
34 | $$(OPIEDIR)/rsync/netint.h \ | ||
35 | $$(OPIEDIR)/rsync/protocol.h \ | ||
36 | $$(OPIEDIR)/rsync/prototab.h \ | ||
37 | $$(OPIEDIR)/rsync/rsync.h \ | ||
38 | $$(OPIEDIR)/rsync/search.h \ | ||
39 | $$(OPIEDIR)/rsync/stream.h \ | ||
40 | $$(OPIEDIR)/rsync/sumset.h \ | ||
41 | $$(OPIEDIR)/rsync/trace.h \ | ||
42 | $$(OPIEDIR)/rsync/types.h \ | ||
43 | $$(OPIEDIR)/rsync/util.h \ | ||
44 | $$(OPIEDIR)/rsync/whole.h \ | ||
45 | $$(OPIEDIR)/rsync/config_rsync.h \ | ||
46 | $$(OPIEDIR)/rsync/qrsync.h \ | ||
47 | syncdialog.h \ | 29 | syncdialog.h \ |
48 | serverapp.h \ | 30 | serverapp.h \ |
49 | qprocess.h \ | 31 | qprocess.h \ |
50 | screensaver.h \ | 32 | screensaver.h \ |
51 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ | 33 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ |
52 | mediadlg.h | 34 | mediadlg.h |
53 | 35 | ||
54 | SOURCES += server.cpp \ | 36 | SOURCES += server.cpp \ |
@@ -69,42 +51,16 @@ SOURCES += server.cpp \ | |||
69 | $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ | 51 | $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
70 | transferserver.cpp \ | 52 | transferserver.cpp \ |
71 | packageslave.cpp \ | 53 | packageslave.cpp \ |
72 | irserver.cpp \ | 54 | irserver.cpp \ |
73 | qcopbridge.cpp \ | 55 | qcopbridge.cpp \ |
74 | startmenu.cpp \ | 56 | startmenu.cpp \ |
75 | main.cpp \ | 57 | main.cpp \ |
76 | firstuse.cpp \ | 58 | firstuse.cpp \ |
77 | $$(OPIEDIR)/rsync/base64.c \ | ||
78 | $$(OPIEDIR)/rsync/buf.c \ | ||
79 | $$(OPIEDIR)/rsync/checksum.c \ | ||
80 | $$(OPIEDIR)/rsync/command.c \ | ||
81 | $$(OPIEDIR)/rsync/delta.c \ | ||
82 | $$(OPIEDIR)/rsync/emit.c \ | ||
83 | $$(OPIEDIR)/rsync/hex.c \ | ||
84 | $$(OPIEDIR)/rsync/job.c \ | ||
85 | $$(OPIEDIR)/rsync/mdfour.c \ | ||
86 | $$(OPIEDIR)/rsync/mksum.c \ | ||
87 | $$(OPIEDIR)/rsync/msg.c \ | ||
88 | $$(OPIEDIR)/rsync/netint.c \ | ||
89 | $$(OPIEDIR)/rsync/patch.c \ | ||
90 | $$(OPIEDIR)/rsync/prototab.c \ | ||
91 | $$(OPIEDIR)/rsync/readsums.c \ | ||
92 | $$(OPIEDIR)/rsync/scoop.c \ | ||
93 | $$(OPIEDIR)/rsync/search.c \ | ||
94 | $$(OPIEDIR)/rsync/stats.c \ | ||
95 | $$(OPIEDIR)/rsync/stream.c \ | ||
96 | $$(OPIEDIR)/rsync/sumset.c \ | ||
97 | $$(OPIEDIR)/rsync/trace.c \ | ||
98 | $$(OPIEDIR)/rsync/tube.c \ | ||
99 | $$(OPIEDIR)/rsync/util.c \ | ||
100 | $$(OPIEDIR)/rsync/version.c \ | ||
101 | $$(OPIEDIR)/rsync/whole.c \ | ||
102 | $$(OPIEDIR)/rsync/qrsync.cpp \ | ||
103 | syncdialog.cpp \ | 59 | syncdialog.cpp \ |
104 | serverapp.cpp \ | 60 | serverapp.cpp \ |
105 | qprocess.cpp \ | 61 | qprocess.cpp \ |
106 | qprocess_unix.cpp \ | 62 | qprocess_unix.cpp \ |
107 | screensaver.cpp \ | 63 | screensaver.cpp \ |
108 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ | 64 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ |
109 | mediadlg.cpp | 65 | mediadlg.cpp |
110 | 66 | ||
@@ -113,16 +69,16 @@ INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | |||
113 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 69 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
114 | 70 | ||
115 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync | 71 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync |
116 | DEPENDPATH+= $(OPIEDIR)/rsync | 72 | DEPENDPATH+= $(OPIEDIR)/rsync |
117 | 73 | ||
118 | INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount | 74 | INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount |
119 | DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount | 75 | DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount |
120 | 76 | ||
121 | LIBS += -lqpe -lopiecore2 -lopieui2 | 77 | LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync |
122 | TARGET = qpe | 78 | TARGET = qpe |
123 | 79 | ||
124 | contains( $(CONFIG_TARGET_MACOSX), y ) { | 80 | contains( $(CONFIG_TARGET_MACOSX), y ) { |
125 | LIBS += -lcrypt | 81 | LIBS += -lcrypt |
126 | } | 82 | } |
127 | 83 | ||
128 | include ( $(OPIEDIR)/include.pro ) | 84 | include ( $(OPIEDIR)/include.pro ) |
@@ -86,16 +86,17 @@ CONFIG_LIBOPIE2NET libopie2/opienet opienet.pro | |||
86 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro | 86 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro |
87 | CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro | 87 | CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro |
88 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro | 88 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro |
89 | CONFIG_LIBOPIE libopielibopie.pro | 89 | CONFIG_LIBOPIE libopielibopie.pro |
90 | CONFIG_LIBOPIE_PIM libopie/pimpim.pro | 90 | CONFIG_LIBOPIE_PIM libopie/pimpim.pro |
91 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro | 91 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro |
92 | CONFIG_LIBQPE librarylibrary.pro | 92 | CONFIG_LIBQPE librarylibrary.pro |
93 | CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro | 93 | CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro |
94 | CONFIG_LIBQRSYNC rsync rsync.pro | ||
94 | CONFIG_LIBQTAUX libqtauxlibqtaux.pro | 95 | CONFIG_LIBQTAUX libqtauxlibqtaux.pro |
95 | CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro | 96 | CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro |
96 | CONFIG_LIBSQL libsqllibsql.pro | 97 | CONFIG_LIBSQL libsqllibsql.pro |
97 | CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro | 98 | CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro |
98 | CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro | 99 | CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro |
99 | CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro | 100 | CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro |
100 | CONFIG_LIQUID noncore/styles/liquidliquid.pro | 101 | CONFIG_LIQUID noncore/styles/liquidliquid.pro |
101 | CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro | 102 | CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro |
diff --git a/rsync/config.in b/rsync/config.in new file mode 100644 index 0000000..d9502e4 --- a/dev/null +++ b/rsync/config.in | |||
@@ -0,0 +1,3 @@ | |||
1 | config LIBQRSYNC | ||
2 | boolean "qt rsync wrapper library" | ||
3 | default "y" | ||
diff --git a/rsync/rsync.pro b/rsync/rsync.pro new file mode 100644 index 0000000..a02d122 --- a/dev/null +++ b/rsync/rsync.pro | |||
@@ -0,0 +1,60 @@ | |||
1 | TEMPLATE= lib | ||
2 | |||
3 | CONFIG += qt staticlib warn_on | ||
4 | |||
5 | DESTDIR = $$(OPIEDIR)/lib | ||
6 | |||
7 | HEADERS += \ | ||
8 | buf.h \ | ||
9 | checksum.h \ | ||
10 | command.h \ | ||
11 | emit.h \ | ||
12 | job.h \ | ||
13 | netint.h \ | ||
14 | protocol.h \ | ||
15 | prototab.h \ | ||
16 | rsync.h \ | ||
17 | search.h \ | ||
18 | stream.h \ | ||
19 | sumset.h \ | ||
20 | trace.h \ | ||
21 | types.h \ | ||
22 | util.h \ | ||
23 | whole.h \ | ||
24 | config_rsync.h \ | ||
25 | qrsync.h | ||
26 | |||
27 | SOURCES += \ | ||
28 | base64.c \ | ||
29 | buf.c \ | ||
30 | checksum.c \ | ||
31 | command.c \ | ||
32 | delta.c \ | ||
33 | emit.c \ | ||
34 | hex.c \ | ||
35 | job.c \ | ||
36 | mdfour.c \ | ||
37 | mksum.c \ | ||
38 | msg.c \ | ||
39 | netint.c \ | ||
40 | patch.c \ | ||
41 | prototab.c \ | ||
42 | readsums.c \ | ||
43 | scoop.c \ | ||
44 | search.c \ | ||
45 | stats.c \ | ||
46 | stream.c \ | ||
47 | sumset.c \ | ||
48 | trace.c \ | ||
49 | tube.c \ | ||
50 | util.c \ | ||
51 | version.c \ | ||
52 | whole.c \ | ||
53 | qrsync.cpp | ||
54 | |||
55 | INCLUDEPATH += $(OPIEDIR)/include | ||
56 | |||
57 | LIBS += -lopiecore2 | ||
58 | TARGET = qrsync | ||
59 | |||
60 | include ( $(OPIEDIR)/include.pro ) | ||