-rw-r--r-- | Rules.make | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -42,24 +42,32 @@ $(QTDIR)/stamp-headers : $(QTDIR)/stamp-headers-x11 : @-rm -f $(QTDIR)/stamp-headers* cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h) touch $@ $(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 touch $@ $(OPIEDIR)/stamp-headers-x11 : @-rm -f $(OPIEDIR)/stamp-headers* mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |