summaryrefslogtreecommitdiff
path: root/Rules.make
Side-by-side diff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make22
1 files changed, 14 insertions, 8 deletions
diff --git a/Rules.make b/Rules.make
index eaa2191..0360cc6 100644
--- a/Rules.make
+++ b/Rules.make
@@ -94,6 +94,6 @@ $(OPIEDIR)/stamp-headers :
mkdir -p $(TOPDIR)/include/qpe \
- $(TOPDIR)/include/qtopia \
- $(TOPDIR)/include/opie \
- $(TOPDIR)/include/opie2 \
- $(TOPDIR)/include/qtopia/private
+ $(TOPDIR)/include/qtopia \
+ $(TOPDIR)/include/opie \
+ $(TOPDIR)/include/opie2 \
+ $(TOPDIR)/include/qtopia/private
( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
@@ -101,6 +101,9 @@ $(OPIEDIR)/stamp-headers :
( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
+ # libopie1
( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
- ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
+ ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
+ # libopie2
( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
@@ -110,3 +113,6 @@ $(OPIEDIR)/stamp-headers :
( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
- ( cd include/opie && ln -sf ../../libqtaux/pim/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
+ # all
( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
@@ -115,3 +121,3 @@ $(OPIEDIR)/stamp-headers :
touch $@
-
+
$(OPIEDIR)/stamp-headers-x11 :
@@ -131,3 +137,3 @@ $(OPIEDIR)/stamp-headers-x11 :
touch $@
-
+
$(TOPDIR)/library/custom.h : $(TOPDIR)/.config