author | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
commit | a577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff) | |
tree | bb80a9250725d2ccf7a2d79170df868912cd06c1 /Makefile.test | |
parent | f102976a7a724520825427a76648e8b9f72e8449 (diff) | |
download | opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2 |
Add X11..
-rw-r--r-- | Makefile.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 00cc906..55700f1 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -73,19 +73,23 @@ allnoconfig : | |||
73 | 73 | ||
74 | defconfig : | 74 | defconfig : |
75 | $(call descend,scripts/kconfig,conf) | 75 | $(call descend,scripts/kconfig,conf) |
76 | ./scripts/kconfig/conf -d ./config.in | 76 | ./scripts/kconfig/conf -d ./config.in |
77 | 77 | ||
78 | 78 | ||
79 | export | ||
80 | |||
79 | -include $(TOPDIR)/.config | 81 | -include $(TOPDIR)/.config |
80 | -include $(TOPDIR)/..config.cmd | 82 | -include $(TOPDIR)/..config.cmd |
81 | -include $(TOPDIR)/.depends | 83 | -include $(TOPDIR)/.depends |
82 | 84 | ||
83 | export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE)) | 85 | export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE)) |
84 | 86 | ||
85 | all clean: $(subdir-y) | 87 | all clean: $(subdir-y) |
86 | 88 | ||
87 | $(subdir-y) : $(TOPDIR)/stamp-headers $(TOPDIR)/library/custom.h | 89 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \ |
90 | $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \ | ||
91 | $(TOPDIR)/library/custom.h | ||
88 | 92 | ||
89 | clean : $(TOPDIR)/.config | 93 | clean : $(TOPDIR)/.config |
90 | 94 | ||
91 | include $(TOPDIR)/Rules.make | 95 | include $(TOPDIR)/Rules.make |