summaryrefslogtreecommitdiff
path: root/Rules.make
Unidiff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index 39165d8..e673eac 100644
--- a/Rules.make
+++ b/Rules.make
@@ -45,48 +45,49 @@ $(QTDIR)/stamp-headers :
45 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ 45 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
46 qcopchannel_qws.h qwindowsystem_qws.h \ 46 qcopchannel_qws.h qwindowsystem_qws.h \
47 qfontmanager_qws.h qwsdefaultdecoration_qws.h)) 47 qfontmanager_qws.h qwsdefaultdecoration_qws.h))
48 touch $@ 48 touch $@
49 49
50$(QTDIR)/stamp-headers-x11 : 50$(QTDIR)/stamp-headers-x11 :
51 @-rm -f $(QTDIR)/stamp-headers* 51 @-rm -f $(QTDIR)/stamp-headers*
52 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) 52 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)
53 touch $@ 53 touch $@
54 54
55$(OPIEDIR)/stamp-headers : 55$(OPIEDIR)/stamp-headers :
56 @-rm -f $(OPIEDIR)/stamp-headers* 56 @-rm -f $(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 \
81 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 82 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
82 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 83 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
83 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 84 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
84 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 85 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
85 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 86 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
86 ( cd include/opie && ln -sf ../../libsql/*.h .; ) 87 ( cd include/opie && ln -sf ../../libsql/*.h .; )
87 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 88 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
88 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 89 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
89 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 90 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
90 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 91 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
91 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) 92 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; )
92 touch $@ 93 touch $@