summaryrefslogtreecommitdiff
path: root/Makefile.test
authorkergoth <kergoth>2002-11-06 19:01:21 (UTC)
committer kergoth <kergoth>2002-11-06 19:01:21 (UTC)
commita577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff)
treebb80a9250725d2ccf7a2d79170df868912cd06c1 /Makefile.test
parentf102976a7a724520825427a76648e8b9f72e8449 (diff)
downloadopie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2
Add X11..
Diffstat (limited to 'Makefile.test') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test6
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
@@ -76,6 +76,8 @@ defconfig :
76 ./scripts/kconfig/conf -d ./config.in 76 ./scripts/kconfig/conf -d ./config.in
77 77
78 78
79export
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
@@ -84,7 +86,9 @@ export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE))
84 86
85all clean: $(subdir-y) 87all 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
89clean : $(TOPDIR)/.config 93clean : $(TOPDIR)/.config
90 94