-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | Rules.make | 4 | ||||
-rw-r--r-- | dependencies.in | 11 |
3 files changed, 18 insertions, 0 deletions
@@ -63,44 +63,47 @@ Have fun! | |||
63 | 63 | ||
64 | 2. Required Libraries | 64 | 2. Required Libraries |
65 | ===================== | 65 | ===================== |
66 | 66 | ||
67 | For a successful Opie build, you need to install the following libraries and headers: | 67 | For a successful Opie build, you need to install the following libraries and headers: |
68 | 68 | ||
69 | * libsdl >= 1.2.0 | 69 | * libsdl >= 1.2.0 |
70 | http://www.libsdl.org/download-1.2.php | 70 | http://www.libsdl.org/download-1.2.php |
71 | 71 | ||
72 | * libxine >= 1.0 | 72 | * libxine >= 1.0 |
73 | http://prdownloads.sourceforge.net/xine/ | 73 | http://prdownloads.sourceforge.net/xine/ |
74 | 74 | ||
75 | * libpcap >= 0.7.2 | 75 | * libpcap >= 0.7.2 |
76 | http://www.tcpdump.org/release/ | 76 | http://www.tcpdump.org/release/ |
77 | 77 | ||
78 | * libetpan >= 0.34 | 78 | * libetpan >= 0.34 |
79 | http://prdownloads.sourceforge.net/libetpan/ | 79 | http://prdownloads.sourceforge.net/libetpan/ |
80 | 80 | ||
81 | * libsqlite >= 3.0.0 | 81 | * libsqlite >= 3.0.0 |
82 | http://www.sqlite.org/download.html | 82 | http://www.sqlite.org/download.html |
83 | 83 | ||
84 | * libipk >= 138 | 84 | * libipk >= 138 |
85 | ftp://handhelds.org/linux/packages/ipkg | 85 | ftp://handhelds.org/linux/packages/ipkg |
86 | 86 | ||
87 | * libobexftp >= 0.19 | ||
88 | http://triq.net/obexftp.html | ||
89 | |||
87 | 3. Required Programs | 90 | 3. Required Programs |
88 | ==================== | 91 | ==================== |
89 | 92 | ||
90 | For a successful usage of Opie, you should install the following programs: | 93 | For a successful usage of Opie, you should install the following programs: |
91 | 94 | ||
92 | * obexftpd | 95 | * obexftpd |
93 | * obextool | 96 | * obextool |
94 | 97 | ||
95 | 4. Supported Devices | 98 | 4. Supported Devices |
96 | ==================== | 99 | ==================== |
97 | 100 | ||
98 | Sharp Zaurus SL-5x00, SL-B500, SL-C7x0, SL-C8x0, SL-C1000, SL-C3000, SL-C3100, SL-6000 | 101 | Sharp Zaurus SL-5x00, SL-B500, SL-C7x0, SL-C8x0, SL-C1000, SL-C3000, SL-C3100, SL-6000 |
99 | 102 | ||
100 | HP iPAQ 36xx, 37xx, 38xx, 39xx, 54xx, 55xx | 103 | HP iPAQ 36xx, 37xx, 38xx, 39xx, 54xx, 55xx |
101 | 104 | ||
102 | SIEMENS SIMpad CL4, SL4, SLC, T-SinusPAD | 105 | SIEMENS SIMpad CL4, SL4, SLC, T-SinusPAD |
103 | 106 | ||
104 | MasterIA Beagle, Tradesquare.NL Tuxpad 1 | 107 | MasterIA Beagle, Tradesquare.NL Tuxpad 1 |
105 | 108 | ||
106 | GMate Yopy 3x00 | 109 | GMate Yopy 3x00 |
@@ -110,48 +110,52 @@ ifeq ($(CONFIG_LIBXINE_DEP),y) | |||
110 | endif | 110 | endif |
111 | ifeq ($(CONFIG_LIBBLUEZ_DEP),y) | 111 | ifeq ($(CONFIG_LIBBLUEZ_DEP),y) |
112 | echo LIBBLUEZ_LIB_DIR = $(CONFIG_LIBBLUEZ_LIB_DIR) >> $@ | 112 | echo LIBBLUEZ_LIB_DIR = $(CONFIG_LIBBLUEZ_LIB_DIR) >> $@ |
113 | echo LIBBLUEZ_INC_DIR = $(CONFIG_LIBBLUEZ_INC_DIR) >> $@ | 113 | echo LIBBLUEZ_INC_DIR = $(CONFIG_LIBBLUEZ_INC_DIR) >> $@ |
114 | endif | 114 | endif |
115 | ifeq ($(CONFIG_LIBIPK_DEP),y) | 115 | ifeq ($(CONFIG_LIBIPK_DEP),y) |
116 | echo LIBIPK_LIB_DIR = $(CONFIG_LIBIPK_LIB_DIR) >> $@ | 116 | echo LIBIPK_LIB_DIR = $(CONFIG_LIBIPK_LIB_DIR) >> $@ |
117 | echo LIBIPK_INC_DIR = $(CONFIG_LIBIPK_INC_DIR) >> $@ | 117 | echo LIBIPK_INC_DIR = $(CONFIG_LIBIPK_INC_DIR) >> $@ |
118 | endif | 118 | endif |
119 | ifeq ($(CONFIG_LIBSDK_DEP),y) | 119 | ifeq ($(CONFIG_LIBSDK_DEP),y) |
120 | echo LIBSDL_LIB_DIR = $(CONFIG_LIBSDL_LIB_DIR) >> $@ | 120 | echo LIBSDL_LIB_DIR = $(CONFIG_LIBSDL_LIB_DIR) >> $@ |
121 | echo LIBSDL_INC_DIR = $(CONFIG_LIBSDL_INC_DIR) >> $@ | 121 | echo LIBSDL_INC_DIR = $(CONFIG_LIBSDL_INC_DIR) >> $@ |
122 | endif | 122 | endif |
123 | ifeq ($(CONFIG_LIBSWORD_DEP),y) | 123 | ifeq ($(CONFIG_LIBSWORD_DEP),y) |
124 | echo LIBSWORD_LIB_DIR = $(CONFIG_LIBSWORD_LIB_DIR) >> $@ | 124 | echo LIBSWORD_LIB_DIR = $(CONFIG_LIBSWORD_LIB_DIR) >> $@ |
125 | echo LIBSWORD_INC_DIR = $(CONFIG_LIBSWORD_INC_DIR) >> $@ | 125 | echo LIBSWORD_INC_DIR = $(CONFIG_LIBSWORD_INC_DIR) >> $@ |
126 | endif | 126 | endif |
127 | ifeq ($(CONFIG_LIBFREETYPE2_DEP),y) | 127 | ifeq ($(CONFIG_LIBFREETYPE2_DEP),y) |
128 | echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@ | 128 | echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@ |
129 | endif | 129 | endif |
130 | ifeq ($(CONFIG_LIBFLITE_DEP),y) | 130 | ifeq ($(CONFIG_LIBFLITE_DEP),y) |
131 | echo LIBFLITE_LIB_DIR = $(CONFIG_LIBFLITE_LIB_DIR) >> $@ | 131 | echo LIBFLITE_LIB_DIR = $(CONFIG_LIBFLITE_LIB_DIR) >> $@ |
132 | echo LIBFLITE_INC_DIR = $(CONFIG_LIBFLITE_INC_DIR) >> $@ | 132 | echo LIBFLITE_INC_DIR = $(CONFIG_LIBFLITE_INC_DIR) >> $@ |
133 | endif | 133 | endif |
134 | ifeq ($(CONFIG_LIBOBEXFTP_DEP),y) | ||
135 | echo LIBOBEXFTP_INC_DIR = $(CONFIG_LIBOBEXFTP_INC_DIR) >> $@ | ||
136 | echo LIBOBEXFTP_LIB_DIR = $(CONFIG_LIBOBEXFTP_LIB_DIR) >> $@ | ||
137 | endif | ||
134 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages | 138 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages |
135 | @echo Generating dependency information... | 139 | @echo Generating dependency information... |
136 | # add to subdir-y, and add descend rules | 140 | # add to subdir-y, and add descend rules |
137 | @cat $(TOPDIR)/packages | grep -v '^#' | \ | 141 | @cat $(TOPDIR)/packages | grep -v '^#' | \ |
138 | awk '{print \ | 142 | awk '{print \ |
139 | ".PHONY : " $$2 "\n" \ | 143 | ".PHONY : " $$2 "\n" \ |
140 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ | 144 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ |
141 | print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends | 145 | print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends |
142 | cat $(TOPDIR)/packages | grep -v '^#' | \ | 146 | cat $(TOPDIR)/packages | grep -v '^#' | \ |
143 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ | 147 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ |
144 | >> $(TOPDIR)/.depends | 148 | >> $(TOPDIR)/.depends |
145 | # interpackage dependency generation | 149 | # interpackage dependency generation |
146 | @cat $(TOPDIR)/packages | \ | 150 | @cat $(TOPDIR)/packages | \ |
147 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends | 151 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends |
148 | 152 | ||
149 | $(TOPDIR)/.depends.cfgs: | 153 | $(TOPDIR)/.depends.cfgs: |
150 | # config.in interdependencies | 154 | # config.in interdependencies |
151 | @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs | 155 | @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs |
152 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ | 156 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
153 | @-rm -f dirs | 157 | @-rm -f dirs |
154 | 158 | ||
155 | $(QTDIR)/stamp-headers : | 159 | $(QTDIR)/stamp-headers : |
156 | @-rm -f $(QTDIR)/stamp-headers* | 160 | @-rm -f $(QTDIR)/stamp-headers* |
157 | ( cd $(QTDIR)/include; \ | 161 | ( cd $(QTDIR)/include; \ |
diff --git a/dependencies.in b/dependencies.in index 2a3d34a..8d6fdbe 100644 --- a/dependencies.in +++ b/dependencies.in | |||
@@ -93,24 +93,35 @@ | |||
93 | config LIBBLUEZ_INC_DIR | 93 | config LIBBLUEZ_INC_DIR |
94 | string "libbluez include dir" | 94 | string "libbluez include dir" |
95 | depends LIBBLUEZ_DEP | 95 | depends LIBBLUEZ_DEP |
96 | 96 | ||
97 | config LIBFREETYPE2_DEP | 97 | config LIBFREETYPE2_DEP |
98 | boolean "Have freetype2" | 98 | boolean "Have freetype2" |
99 | default "n" | 99 | default "n" |
100 | 100 | ||
101 | config LIBFREETYPE2_INC_DIR | 101 | config LIBFREETYPE2_INC_DIR |
102 | string "freetype2 include dir" | 102 | string "freetype2 include dir" |
103 | depends LIBFREETYPE2_DEP | 103 | depends LIBFREETYPE2_DEP |
104 | 104 | ||
105 | config LIBFLITE_DEP | 105 | config LIBFLITE_DEP |
106 | boolean "Have flite library" | 106 | boolean "Have flite library" |
107 | default "n" | 107 | default "n" |
108 | 108 | ||
109 | config LIBFLITE_INC_DIR | 109 | config LIBFLITE_INC_DIR |
110 | string "libflite include dir" | 110 | string "libflite include dir" |
111 | depends LIBFLITE_DEP | 111 | depends LIBFLITE_DEP |
112 | 112 | ||
113 | config LIBFLITE_LIB_DIR | 113 | config LIBFLITE_LIB_DIR |
114 | string "libflite library dir" | 114 | string "libflite library dir" |
115 | depends LIBFLITE_DEP | 115 | depends LIBFLITE_DEP |
116 | 116 | ||
117 | config LIBOBEXFTP_DEP | ||
118 | boolean "Have OBEX FTP library" | ||
119 | default "n" | ||
120 | |||
121 | config LIBOBEXFTP_INC_DIR | ||
122 | string "OBEXFTP include dir" | ||
123 | depends LIBOBEXFTP_DEP | ||
124 | |||
125 | config LIBOBEXFTP_LIB_DIR | ||
126 | string "OBEXFTP library dir" | ||
127 | depends LIBOBEXFTP_DEP | ||