author | mickeyl <mickeyl> | 2005-07-10 00:17:15 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-10 00:17:15 (UTC) |
commit | 6beec504619fec654e06c4242892a9f858636ffe (patch) (unidiff) | |
tree | 39748e7b692103c8d63df3a30ef448d96d65086a | |
parent | 9b070d84b36c5dc764b6b4a8a3ca511d2e3d441f (diff) | |
download | opie-6beec504619fec654e06c4242892a9f858636ffe.zip opie-6beec504619fec654e06c4242892a9f858636ffe.tar.gz opie-6beec504619fec654e06c4242892a9f858636ffe.tar.bz2 |
Add skeleton for the new Opie bluetooth and infrared library
-rw-r--r-- | Rules.make | 2 | ||||
-rw-r--r-- | packages | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -192,8 +192,9 @@ $(OPIEDIR)/stamp-headers : | |||
192 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) | 192 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
193 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) | 193 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
194 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) | 194 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
195 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) | 195 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) |
196 | ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) | ||
196 | # auxilliary libraries | 197 | # auxilliary libraries |
197 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) | 198 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
198 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) | 199 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
199 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) | 200 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) |
@@ -234,8 +235,9 @@ $(OPIEDIR)/stamp-headers-x11 : | |||
234 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) | 235 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
235 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) | 236 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
236 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) | 237 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
237 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) | 238 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) |
239 | ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) | ||
238 | # auxilliary libraries | 240 | # auxilliary libraries |
239 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) | 241 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
240 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) | 242 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
241 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) | 243 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) |
@@ -50,8 +50,9 @@ CONFIG_EXAMPLE_LIBOPIE2CORE examples/opiecore opiecore.pro | |||
50 | CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro | 50 | CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro |
51 | CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro | 51 | CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro |
52 | CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro | 52 | CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro |
53 | CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro | 53 | CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro |
54 | CONFIG_EXAMPLE_LIBOPIE2SHOWER examples/opieshoweropieshower.pro | ||
54 | CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro | 55 | CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro |
55 | CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro | 56 | CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro |
56 | CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro | 57 | CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro |
57 | CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro | 58 | CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro |
@@ -94,8 +95,9 @@ CONFIG_LIBOPIE2DB libopie2/opiedb opiedb.pro | |||
94 | CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro | 95 | CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro |
95 | CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro | 96 | CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro |
96 | CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro | 97 | CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro |
97 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro | 98 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro |
99 | CONFIG_LIBOPIE2SHOWER libopie2/opieshoweropieshower.pro | ||
98 | CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro | 100 | CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro |
99 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro | 101 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro |
100 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro | 102 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro |
101 | CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro | 103 | CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro |