author | mickeyl <mickeyl> | 2003-03-28 15:43:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-03-28 15:43:37 (UTC) |
commit | 17ef0acca944bc177c64990a132871bcf9d0175b (patch) (unidiff) | |
tree | 802c7229adc7b3782abcbb7c80f2a1859dd8982a /Rules.make | |
parent | 11304d02942e9fa493e4e80943a828f9c65f6772 (diff) | |
download | opie-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.
-rw-r--r-- | Rules.make | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -47,14 +47,22 @@ $(QTDIR)/stamp-headers-x11 : | |||
47 | 47 | ||
48 | $(OPIEDIR)/stamp-headers : | 48 | $(OPIEDIR)/stamp-headers : |
49 | @-rm -f $(OPIEDIR)/stamp-headers* | 49 | @-rm -f $(OPIEDIR)/stamp-headers* |
50 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ | 50 | mkdir -p $(TOPDIR)/include/qpe \ |
51 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private | 51 | $(TOPDIR)/include/qtopia \ |
52 | $(TOPDIR)/include/opie \ | ||
53 | $(TOPDIR)/include/qtopia/private \ | ||
54 | $(TOPDIR)/include/opie2 | ||
52 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) | 55 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
53 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 56 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
54 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) | 57 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
55 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) | 58 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
56 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) | 59 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
57 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 60 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
61 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) | ||
62 | #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) | ||
63 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) | ||
64 | #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) | ||
65 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) | ||
58 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | 66 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
59 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) | 67 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
60 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h | 68 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |