author | mickeyl <mickeyl> | 2003-06-15 12:48:49 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-06-15 12:48:49 (UTC) |
commit | c6e6ec7a25dd0acfd970d0b9e2f43a8ea500b98b (patch) (unidiff) | |
tree | c95f8e2e1fd3b657b4f851de489f313971855fc5 /Rules.make | |
parent | 24d20c74b8e02ad7b7575ab8f577880f98e43655 (diff) | |
download | opie-c6e6ec7a25dd0acfd970d0b9e2f43a8ea500b98b.zip opie-c6e6ec7a25dd0acfd970d0b9e2f43a8ea500b98b.tar.gz opie-c6e6ec7a25dd0acfd970d0b9e2f43a8ea500b98b.tar.bz2 |
enable opiemm
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,24 +57,25 @@ $(OPIEDIR)/stamp-headers : | |||
57 | mkdir -p $(TOPDIR)/include/qpe \ | 57 | mkdir -p $(TOPDIR)/include/qpe \ |
58 | $(TOPDIR)/include/qtopia \ | 58 | $(TOPDIR)/include/qtopia \ |
59 | $(TOPDIR)/include/opie \ | 59 | $(TOPDIR)/include/opie \ |
60 | $(TOPDIR)/include/qtopia/private \ | 60 | $(TOPDIR)/include/qtopia/private \ |
61 | $(TOPDIR)/include/opie2 | 61 | $(TOPDIR)/include/opie2 |
62 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) | 62 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
63 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 63 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
64 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) | 64 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
65 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) | 65 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
66 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) | 66 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
67 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 67 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
68 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) | 68 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) |
69 | ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) | ||
69 | #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) | 70 | #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) |
70 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) | 71 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) |
71 | #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) | 72 | #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) |
72 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) | 73 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
73 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | 74 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
74 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) | 75 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
75 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h | 76 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
76 | touch $@ | 77 | touch $@ |
77 | 78 | ||
78 | $(OPIEDIR)/stamp-headers-x11 : | 79 | $(OPIEDIR)/stamp-headers-x11 : |
79 | @-rm -f $(OPIEDIR)/stamp-headers* | 80 | @-rm -f $(OPIEDIR)/stamp-headers* |
80 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ | 81 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |