|
|
|
@@ -35,7 +35,7 @@ $(TOPDIR)/.depends.cfgs: |
35 | @-rm -f dirs |
35 | @-rm -f dirs |
36 | |
36 | |
37 | $(QTDIR)/stamp-headers : |
37 | $(QTDIR)/stamp-headers : |
38 | @-rm -f $@* |
38 | @-rm -f $(QTDIR)/stamp-headers* |
39 | ( cd $(QTDIR)/include; \ |
39 | ( cd $(QTDIR)/include; \ |
40 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ |
40 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ |
41 | qcopchannel_qws.h qwindowsystem_qws.h \ |
41 | qcopchannel_qws.h qwindowsystem_qws.h \ |
@@ -43,12 +43,12 @@ $(QTDIR)/stamp-headers : |
43 | touch $@ |
43 | touch $@ |
44 | |
44 | |
45 | $(QTDIR)/stamp-headers-x11 : |
45 | $(QTDIR)/stamp-headers-x11 : |
46 | @-rm -f $@* |
46 | @-rm -f $(QTDIR)/stamp-headers* |
47 | 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) |
47 | 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) |
48 | touch $@ |
48 | touch $@ |
49 | |
49 | |
50 | $(OPIEDIR)/stamp-headers : |
50 | $(OPIEDIR)/stamp-headers : |
51 | @-rm -f $@* |
51 | @-rm -f $(OPIEDIR)/stamp-headers* |
52 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
52 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
53 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
53 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
54 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
54 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
@@ -63,7 +63,7 @@ $(OPIEDIR)/stamp-headers : |
63 | touch $@ |
63 | touch $@ |
64 | |
64 | |
65 | $(OPIEDIR)/stamp-headers-x11 : |
65 | $(OPIEDIR)/stamp-headers-x11 : |
66 | @-rm -f $@* |
66 | @-rm -f $(OPIEDIR)/stamp-headers* |
67 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
67 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
68 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
68 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
69 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
69 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
|