summaryrefslogtreecommitdiff
path: root/Rules.make
Side-by-side diff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make20
1 files changed, 14 insertions, 6 deletions
diff --git a/Rules.make b/Rules.make
index 126e6af..1e4b205 100644
--- a/Rules.make
+++ b/Rules.make
@@ -28,2 +28,15 @@ $(QTDIR)/stamp-headers :
@-rm -f $@*
+ ( cd $(QTDIR)/include; \
+ $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
+ qcopchannel_qws.h qwindowsystem_qws.h \
+ qfontmanager_qws.h qwsdefaultdecoration_qws.h))
+ touch $@
+
+$(QTDIR)/stamp-headers-x11 :
+ @-rm -f $@*
+ 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 $@*
mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
@@ -39,9 +52,5 @@ $(QTDIR)/stamp-headers :
ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
- ( cd $(QTDIR)/include; \
- $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
- qcopchannel_qws.h qwindowsystem_qws.h \
- qfontmanager_qws.h qwsdefaultdecoration_qws.h))
touch $@
-$(QTDIR)/stamp-headers-x11 :
+$(OPIEDIR)/stamp-headers-x11 :
@-rm -f $@*
@@ -59,3 +68,2 @@ $(QTDIR)/stamp-headers-x11 :
( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; )
- 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 $@