|
|
|
@@ -115,24 +115,28 @@ $(OPIEDIR)/stamp-headers : |
115 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) |
115 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) |
116 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; ) |
116 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; ) |
117 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) |
117 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) |
118 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
118 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
119 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
119 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
120 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
120 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
121 | # auxilliary libraries |
121 | # auxilliary libraries |
122 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
122 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
123 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
123 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
124 | # all |
124 | # all |
125 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
125 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
126 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
126 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
| |
127 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
| |
128 | ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done ) |
| |
129 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
| |
130 | ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done ) |
127 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
131 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
128 | touch $@ |
132 | touch $@ |
129 | |
133 | |
130 | $(OPIEDIR)/stamp-headers-x11 : |
134 | $(OPIEDIR)/stamp-headers-x11 : |
131 | @-rm -f $(OPIEDIR)/stamp-headers* |
135 | @-rm -f $(OPIEDIR)/stamp-headers* |
132 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
136 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
133 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
137 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
134 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
138 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
135 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
139 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
136 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
140 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
137 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
141 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
138 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
142 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
|