summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2006-05-04 10:09:36 (UTC)
committer mickeyl <mickeyl>2006-05-04 10:09:36 (UTC)
commit0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca (patch) (side-by-side diff)
tree4b59e6c9cfb29321993139f2dff041b79fbfc068 /Rules.make
parentb5d4d3425bc7f9d2518a15159f4a7b01071a68d7 (diff)
downloadopie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.zip
opie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.tar.gz
opie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.tar.bz2
stage opietooth library headers
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make9
1 files changed, 6 insertions, 3 deletions
diff --git a/Rules.make b/Rules.make
index a21404f..17ad159 100644
--- a/Rules.make
+++ b/Rules.make
@@ -174,13 +174,14 @@ $(OPIEDIR)/stamp-headers :
mkdir -p $(TOPDIR)/include/qpe \
$(TOPDIR)/include/qtopia \
$(TOPDIR)/include/opie \
$(TOPDIR)/include/opie2 \
$(TOPDIR)/include/opie2/private \
$(TOPDIR)/include/qtopia/private \
- $(TOPDIR)/include/sl
+ $(TOPDIR)/include/sl \
+ $(TOPDIR)/include/opietooth
( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
# libopie2
( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
@@ -198,12 +199,13 @@ $(OPIEDIR)/stamp-headers :
( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiebluez/*.h .; )
# auxilliary libraries
( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
( cd include/sl && ln -sf ../../libslcompat/*.h .; )
+ ( cd include/opietooth && ln -sf ../../noncore/net/opietooth/lib/*.h .; )
( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )
( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )
# all
( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done )
@@ -217,14 +219,14 @@ $(OPIEDIR)/stamp-headers-x11 :
mkdir -p $(TOPDIR)/include/qpe \
$(TOPDIR)/include/qtopia \
$(TOPDIR)/include/qtopia/private \
$(TOPDIR)/include/opie \
$(TOPDIR)/include/opie2 \
$(TOPDIR)/include/opie2/private \
- $(TOPDIR)/include/sl
-
+ $(TOPDIR)/include/sl \
+ $(TOPDIR)/include/opietooth
( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
# libopie2
( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
@@ -241,12 +243,13 @@ $(OPIEDIR)/stamp-headers-x11 :
( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiebluez/*.h .; )
# auxilliary libraries
( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
( cd include/sl && ln -sf ../../libslcompat/*.h .; )
+ ( cd include/opietooth && ln -s ../../noncore/net/opietooth/lib/*.h .; )
( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )
( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )
# all
( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done )