summaryrefslogtreecommitdiff
path: root/core
authormickeyl <mickeyl>2004-04-28 21:18:02 (UTC)
committer mickeyl <mickeyl>2004-04-28 21:18:02 (UTC)
commitf567351ae81391fbe50c8f37a6dc2ff661b23f44 (patch) (unidiff)
treea588d11e7a5b310c485c7a6a4aa6d773200deda3 /core
parentf498387e7c58cd9488c9b4ed964bfb0ebeead5c8 (diff)
downloadopie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.zip
opie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.tar.gz
opie-f567351ae81391fbe50c8f37a6dc2ff661b23f44.tar.bz2
CLEANUP: rsync is now a (static) library and the launcher links against it
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/server.pro46
1 files changed, 1 insertions, 45 deletions
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
@@ -17,42 +17,24 @@ HEADERS += server.h \
17 systray.h \ 17 systray.h \
18 wait.h \ 18 wait.h \
19 shutdownimpl.h \ 19 shutdownimpl.h \
20 launcher.h \ 20 launcher.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 \
55 serverinterface.cpp \ 37 serverinterface.cpp \
56 launchertab.cpp \ 38 launchertab.cpp \
57 documentlist.cpp \ 39 documentlist.cpp \
58 appicons.cpp \ 40 appicons.cpp \
@@ -65,64 +47,38 @@ SOURCES += server.cpp \
65 wait.cpp \ 47 wait.cpp \
66 shutdownimpl.cpp \ 48 shutdownimpl.cpp \
67 launcher.cpp \ 49 launcher.cpp \
68 launcherview.cpp \ 50 launcherview.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
111 67
112INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 68INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
113 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 69 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
114 70
115INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync 71INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync
116 DEPENDPATH+= $(OPIEDIR)/rsync 72 DEPENDPATH+= $(OPIEDIR)/rsync
117 73
118INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount 74INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount
119DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount 75DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount
120 76
121LIBS += -lqpe -lopiecore2 -lopieui2 77LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync
122TARGET = qpe 78TARGET = qpe
123 79
124contains( $(CONFIG_TARGET_MACOSX), y ) { 80contains( $(CONFIG_TARGET_MACOSX), y ) {
125 LIBS += -lcrypt 81 LIBS += -lcrypt
126} 82}
127 83
128include ( $(OPIEDIR)/include.pro ) 84include ( $(OPIEDIR)/include.pro )