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) (unidiff)
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) (show 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
@@ -179,3 +179,4 @@ $(OPIEDIR)/stamp-headers :
179 $(TOPDIR)/include/qtopia/private \ 179 $(TOPDIR)/include/qtopia/private \
180 $(TOPDIR)/include/sl 180 $(TOPDIR)/include/sl \
181 $(TOPDIR)/include/opietooth
181 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 182 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
@@ -203,2 +204,3 @@ $(OPIEDIR)/stamp-headers :
203 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 204 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
205 ( cd include/opietooth && ln -sf ../../noncore/net/opietooth/lib/*.h .; )
204 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) 206 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )
@@ -222,4 +224,4 @@ $(OPIEDIR)/stamp-headers-x11 :
222 $(TOPDIR)/include/opie2/private \ 224 $(TOPDIR)/include/opie2/private \
223 $(TOPDIR)/include/sl 225 $(TOPDIR)/include/sl \
224 226 $(TOPDIR)/include/opietooth
225 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 227 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
@@ -246,2 +248,3 @@ $(OPIEDIR)/stamp-headers-x11 :
246 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 248 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
249 ( cd include/opietooth && ln -s ../../noncore/net/opietooth/lib/*.h .; )
247 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) 250 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )