author | clem <clem> | 2004-10-14 14:57:27 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 14:57:27 (UTC) |
commit | 91216c486aff5ddb194234cce3c9db453b9f3152 (patch) (unidiff) | |
tree | 3de01c0e9887991e089bad5fa4f2ca6a907c6263 | |
parent | c1527ffba858ba88dc349edea26347eca37ccef4 (diff) | |
download | opie-91216c486aff5ddb194234cce3c9db453b9f3152.zip opie-91216c486aff5ddb194234cce3c9db453b9f3152.tar.gz opie-91216c486aff5ddb194234cce3c9db453b9f3152.tar.bz2 |
tell make this line is a make line, so it can be distributed with -j
-rw-r--r-- | Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,49 +205,49 @@ endif | |||
205 | 205 | ||
206 | $(OPIEDIR)/stamp-headers-x11 : | 206 | $(OPIEDIR)/stamp-headers-x11 : |
207 | @-rm -f $(OPIEDIR)/stamp-headers* | 207 | @-rm -f $(OPIEDIR)/stamp-headers* |
208 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ | 208 | mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ |
209 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private | 209 | $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private |
210 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) | 210 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
211 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 211 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
212 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) | 212 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
213 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) | 213 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
214 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) | 214 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
215 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 215 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
216 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ | 216 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
217 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) | 217 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
218 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h | 218 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
219 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) | 219 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
220 | touch $@ | 220 | touch $@ |
221 | 221 | ||
222 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config | 222 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
223 | @-rm -f $@ | 223 | @-rm -f $@ |
224 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ | 224 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
225 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) | 225 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
226 | @touch $@ | 226 | @touch $@ |
227 | 227 | ||
228 | $(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: | 228 | $(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: |
229 | @$(call descend,$(shell dirname $@),$(shell basename $@)) | 229 | +$(call descend,$(shell dirname $@),$(shell basename $@)) |
230 | 230 | ||
231 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in | 231 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
232 | $(TOPDIR)/scripts/kconfig/mconf ./config.in | 232 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
233 | @touch ./.config.stamp | 233 | @touch ./.config.stamp |
234 | 234 | ||
235 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in | 235 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
236 | $(TOPDIR)/scripts/kconfig/qconf ./config.in | 236 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
237 | @touch .config.stamp | 237 | @touch .config.stamp |
238 | 238 | ||
239 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in | 239 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
240 | $(TOPDIR)/scripts/kconfig/gconf ./config.in | 240 | $(TOPDIR)/scripts/kconfig/gconf ./config.in |
241 | @touch .config.stamp | 241 | @touch .config.stamp |
242 | 242 | ||
243 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in | 243 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in |
244 | $(TOPDIR)/scripts/kconfig/conf ./config.in | 244 | $(TOPDIR)/scripts/kconfig/conf ./config.in |
245 | @touch .config.stamp | 245 | @touch .config.stamp |
246 | 246 | ||
247 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in | 247 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in |
248 | $(TOPDIR)/scripts/kconfig/conf -o ./config.in | 248 | $(TOPDIR)/scripts/kconfig/conf -o ./config.in |
249 | @touch .config.stamp | 249 | @touch .config.stamp |
250 | 250 | ||
251 | randconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in | 251 | randconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in |
252 | $(TOPDIR)/scripts/kconfig/conf -r ./config.in | 252 | $(TOPDIR)/scripts/kconfig/conf -r ./config.in |
253 | @touch .config.stamp | 253 | @touch .config.stamp |