summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2004-03-01 17:36:09 (UTC)
committer mickeyl <mickeyl>2004-03-01 17:36:09 (UTC)
commit5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee (patch) (unidiff)
tree3a1149a6afa188b9c51b86357edd0981d9c97f4c /Rules.make
parent796de538b7b7bc7c3e2af3e8dd081000c21569ac (diff)
downloadopie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.zip
opie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.tar.gz
opie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.tar.bz2
some header files and glue to compile japanese apps
pretty much work in progress - maybe someone wants to finish
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 16b4ffa..69b54e4 100644
--- a/Rules.make
+++ b/Rules.make
@@ -87,46 +87,49 @@ $(QTDIR)/stamp-headers :
87 87
88$(QTDIR)/stamp-headers-x11 : 88$(QTDIR)/stamp-headers-x11 :
89 @-rm -f $(QTDIR)/stamp-headers* 89 @-rm -f $(QTDIR)/stamp-headers*
90 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) 90 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)
91 touch $@ 91 touch $@
92 92
93$(OPIEDIR)/stamp-headers : 93$(OPIEDIR)/stamp-headers :
94 @-rm -f $(OPIEDIR)/stamp-headers* 94 @-rm -f $(OPIEDIR)/stamp-headers*
95 mkdir -p $(TOPDIR)/include/qpe \ 95 mkdir -p $(TOPDIR)/include/qpe \
96 $(TOPDIR)/include/qtopia \ 96 $(TOPDIR)/include/qtopia \
97 $(TOPDIR)/include/opie \ 97 $(TOPDIR)/include/opie \
98 $(TOPDIR)/include/opie2 \ 98 $(TOPDIR)/include/opie2 \
99 $(TOPDIR)/include/qtopia/private 99 $(TOPDIR)/include/qtopia/private \
100 $(TOPDIR)/include/sl
100 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 101 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
101 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 102 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
102 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 103 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
103 # libopie1 104 # libopie1
104 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 105 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
105 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 106 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
106 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) 107 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
107 # libopie2 108 # libopie2
108 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 109 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
109 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) 110 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
110 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 111 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
111 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 112 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
112 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 113 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
113 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 114 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
114 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) 115 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; )
115 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; ) 116 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; )
116 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) 117 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; )
117 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 118 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
118 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) 119 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
119 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) 120 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
121 # auxilliary libraries
120 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 122 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
123 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
121 # all 124 # all
122 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 125 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
123 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 126 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
124 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 127 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
125 touch $@ 128 touch $@
126 129
127$(OPIEDIR)/stamp-headers-x11 : 130$(OPIEDIR)/stamp-headers-x11 :
128 @-rm -f $(OPIEDIR)/stamp-headers* 131 @-rm -f $(OPIEDIR)/stamp-headers*
129 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 132 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
130 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 133 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
131 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 134 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
132 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 135 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )