|
|
|
@@ -34,22 +34,22 @@ $(TOPDIR)/.depends.cfgs: |
34 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
34 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
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 \ |
42 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) |
42 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) |
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; ) |
55 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
55 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
@@ -62,9 +62,9 @@ $(OPIEDIR)/stamp-headers : |
62 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
62 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
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; ) |
70 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
70 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
|