author | zecke <zecke> | 2004-03-06 20:01:45 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-06 20:01:45 (UTC) |
commit | 7800cbaa774b57aca17e177aad6ea0c1745368bb (patch) (unidiff) | |
tree | 0d9625723e2f6b574bc11b65b23538e46daebf02 | |
parent | be368fe5e47494512ffccda3232e88ff326e10be (diff) | |
download | opie-7800cbaa774b57aca17e177aad6ea0c1745368bb.zip opie-7800cbaa774b57aca17e177aad6ea0c1745368bb.tar.gz opie-7800cbaa774b57aca17e177aad6ea0c1745368bb.tar.bz2 |
Generate a .h for a .ui for libopie2 too
-rw-r--r-- | Rules.make | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -79,96 +79,100 @@ $(TOPDIR)/.depends.cfgs: | |||
79 | 79 | ||
80 | $(QTDIR)/stamp-headers : | 80 | $(QTDIR)/stamp-headers : |
81 | @-rm -f $(QTDIR)/stamp-headers* | 81 | @-rm -f $(QTDIR)/stamp-headers* |
82 | ( cd $(QTDIR)/include; \ | 82 | ( cd $(QTDIR)/include; \ |
83 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ | 83 | $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ |
84 | qcopchannel_qws.h qwindowsystem_qws.h \ | 84 | qcopchannel_qws.h qwindowsystem_qws.h \ |
85 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) | 85 | qfontmanager_qws.h qwsdefaultdecoration_qws.h)) |
86 | touch $@ | 86 | touch $@ |
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 | $(TOPDIR)/include/sl |
101 | ( 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; ) |
102 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 102 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
103 | ( 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 .; ) |
104 | # libopie1 | 104 | # libopie1 |
105 | ( 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; ) |
106 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 106 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
107 | ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) | 107 | ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) |
108 | # libopie2 | 108 | # libopie2 |
109 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) | 109 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) |
110 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) | 110 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) |
111 | ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) | 111 | ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) |
112 | ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) | 112 | ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) |
113 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) | 113 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) |
114 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) | 114 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) |
115 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) | 115 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) |
116 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; ) | 116 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; ) |
117 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) | 117 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) |
118 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) | 118 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) |
119 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) | 119 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
120 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) | 120 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
121 | # auxilliary libraries | 121 | # auxilliary libraries |
122 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) | 122 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
123 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) | 123 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
124 | # all | 124 | # all |
125 | ( 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 \ |
126 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) | 126 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
127 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | ||
128 | ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done ) | ||
129 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | ||
130 | ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done ) | ||
127 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h | 131 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
128 | touch $@ | 132 | touch $@ |
129 | 133 | ||
130 | $(OPIEDIR)/stamp-headers-x11 : | 134 | $(OPIEDIR)/stamp-headers-x11 : |
131 | @-rm -f $(OPIEDIR)/stamp-headers* | 135 | @-rm -f $(OPIEDIR)/stamp-headers* |
132 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ | 136 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
133 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private | 137 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
134 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) | 138 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
135 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 139 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
136 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) | 140 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
137 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) | 141 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
138 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) | 142 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
139 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 143 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
140 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | 144 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
141 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) | 145 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
142 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h | 146 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
143 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) | 147 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
144 | touch $@ | 148 | touch $@ |
145 | 149 | ||
146 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config | 150 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
147 | @-rm -f $@ | 151 | @-rm -f $@ |
148 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ | 152 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
149 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) | 153 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
150 | @touch $@ | 154 | @touch $@ |
151 | 155 | ||
152 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake: | 156 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake: |
153 | @$(call descend,$(shell dirname $@),$(shell basename $@)) | 157 | @$(call descend,$(shell dirname $@),$(shell basename $@)) |
154 | 158 | ||
155 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in | 159 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
156 | $(TOPDIR)/scripts/kconfig/mconf ./config.in | 160 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
157 | @touch ./.config.stamp | 161 | @touch ./.config.stamp |
158 | 162 | ||
159 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in | 163 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
160 | $(TOPDIR)/scripts/kconfig/qconf ./config.in | 164 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
161 | @touch .config.stamp | 165 | @touch .config.stamp |
162 | 166 | ||
163 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in | 167 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
164 | $(TOPDIR)/scripts/kconfig/gconf ./config.in | 168 | $(TOPDIR)/scripts/kconfig/gconf ./config.in |
165 | @touch .config.stamp | 169 | @touch .config.stamp |
166 | 170 | ||
167 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in | 171 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in |
168 | $(TOPDIR)/scripts/kconfig/conf ./config.in | 172 | $(TOPDIR)/scripts/kconfig/conf ./config.in |
169 | @touch .config.stamp | 173 | @touch .config.stamp |
170 | 174 | ||
171 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in | 175 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in |
172 | $(TOPDIR)/scripts/kconfig/conf -o ./config.in | 176 | $(TOPDIR)/scripts/kconfig/conf -o ./config.in |
173 | @touch .config.stamp | 177 | @touch .config.stamp |
174 | 178 | ||