summaryrefslogtreecommitdiff
path: root/Rules.make
Unidiff
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
@@ -177,7 +177,8 @@ $(OPIEDIR)/stamp-headers :
177 $(TOPDIR)/include/opie2 \ 177 $(TOPDIR)/include/opie2 \
178 $(TOPDIR)/include/opie2/private \ 178 $(TOPDIR)/include/opie2/private \
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; )
182 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 183 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
183 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 184 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
@@ -201,6 +202,7 @@ $(OPIEDIR)/stamp-headers :
201 # auxilliary libraries 202 # auxilliary libraries
202 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 203 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
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 .; )
205 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) 207 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
206 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; ) 208 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )
@@ -220,8 +222,8 @@ $(OPIEDIR)/stamp-headers-x11 :
220 $(TOPDIR)/include/opie \ 222 $(TOPDIR)/include/opie \
221 $(TOPDIR)/include/opie2 \ 223 $(TOPDIR)/include/opie2 \
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; )
226 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 228 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
227 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 229 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
@@ -244,6 +246,7 @@ $(OPIEDIR)/stamp-headers-x11 :
244 # auxilliary libraries 246 # auxilliary libraries
245 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 247 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
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 .; )
248 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) 251 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
249 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; ) 252 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )