|
|
|
@@ -28,2 +28,15 @@ $(QTDIR)/stamp-headers : |
28 | @-rm -f $@* |
28 | @-rm -f $@* |
| |
29 | ( cd $(QTDIR)/include; \ |
| |
30 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ |
| |
31 | qcopchannel_qws.h qwindowsystem_qws.h \ |
| |
32 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) |
| |
33 | touch $@ |
| |
34 | |
| |
35 | $(QTDIR)/stamp-headers-x11 : |
| |
36 | @-rm -f $@* |
| |
37 | 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) |
| |
38 | touch $@ |
| |
39 | |
| |
40 | $(OPIEDIR)/stamp-headers : |
| |
41 | @-rm -f $@* |
29 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
42 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
@@ -39,9 +52,5 @@ $(QTDIR)/stamp-headers : |
39 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
52 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
40 | ( cd $(QTDIR)/include; \ |
| |
41 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ |
| |
42 | qcopchannel_qws.h qwindowsystem_qws.h \ |
| |
43 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) |
| |
44 | touch $@ |
53 | touch $@ |
45 | |
54 | |
46 | $(QTDIR)/stamp-headers-x11 : |
55 | $(OPIEDIR)/stamp-headers-x11 : |
47 | @-rm -f $@* |
56 | @-rm -f $@* |
@@ -59,3 +68,2 @@ $(QTDIR)/stamp-headers-x11 : |
59 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
68 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
60 | 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) |
| |
61 | touch $@ |
69 | touch $@ |
|