summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2003-03-28 15:43:37 (UTC)
committer mickeyl <mickeyl>2003-03-28 15:43:37 (UTC)
commit17ef0acca944bc177c64990a132871bcf9d0175b (patch) (side-by-side diff)
tree802c7229adc7b3782abcbb7c80f2a1859dd8982a /Rules.make
parent11304d02942e9fa493e4e80943a828f9c65f6772 (diff)
downloadopie-17ef0acca944bc177c64990a132871bcf9d0175b.zip
opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.gz
opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.bz2
enable building libopie2 under menu "experimental" -
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers.
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make12
1 files changed, 10 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index 16c6455..a707751 100644
--- a/Rules.make
+++ b/Rules.make
@@ -47,14 +47,22 @@ $(QTDIR)/stamp-headers-x11 :
$(OPIEDIR)/stamp-headers :
@-rm -f $(OPIEDIR)/stamp-headers*
- mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
- $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
+ mkdir -p $(TOPDIR)/include/qpe \
+ $(TOPDIR)/include/qtopia \
+ $(TOPDIR)/include/opie \
+ $(TOPDIR)/include/qtopia/private \
+ $(TOPDIR)/include/opie2
( 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 .; )
( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
( cd include/opie && ln -sf ../../libsql/*.h .; )
( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
+ #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
+ #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h