|
|
|
@@ -51,118 +51,121 @@ endif |
51 | ifeq ($(CONFIG_OPIE_NEW_ALLOC),y) |
51 | ifeq ($(CONFIG_OPIE_NEW_ALLOC),y) |
52 | echo DEFINES += OPIE_NEW_MALLOC >> $@ |
52 | echo DEFINES += OPIE_NEW_MALLOC >> $@ |
53 | endif |
53 | endif |
54 | ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y) |
54 | ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y) |
55 | echo DEFINES += OPIE_NO_SOUND_PCM_READ_BITS >> $@ |
55 | echo DEFINES += OPIE_NO_SOUND_PCM_READ_BITS >> $@ |
56 | endif |
56 | endif |
57 | echo DEFINES += OPIE_SOUND_FRAGMENT_SHIFT=$(CONFIG_OPIE_SOUND_FRAGMENT_SHIFT) >> $@ |
57 | echo DEFINES += OPIE_SOUND_FRAGMENT_SHIFT=$(CONFIG_OPIE_SOUND_FRAGMENT_SHIFT) >> $@ |
58 | echo DEFINES += OPIE_WE_VERSION=$(CONFIG_OPIE_WE_VERSION) >> $@ |
58 | echo DEFINES += OPIE_WE_VERSION=$(CONFIG_OPIE_WE_VERSION) >> $@ |
59 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages |
59 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages |
60 | @echo Generating dependency information... |
60 | @echo Generating dependency information... |
61 | # add to subdir-y, and add descend rules |
61 | # add to subdir-y, and add descend rules |
62 | @cat $(TOPDIR)/packages | grep -v '^#' | \ |
62 | @cat $(TOPDIR)/packages | grep -v '^#' | \ |
63 | awk '{print \ |
63 | awk '{print \ |
64 | ".PHONY : " $$2 "\n" \ |
64 | ".PHONY : " $$2 "\n" \ |
65 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ |
65 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ |
66 | print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends |
66 | print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends |
67 | cat $(TOPDIR)/packages | grep -v '^#' | \ |
67 | cat $(TOPDIR)/packages | grep -v '^#' | \ |
68 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ |
68 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ |
69 | >> $(TOPDIR)/.depends |
69 | >> $(TOPDIR)/.depends |
70 | # interpackage dependency generation |
70 | # interpackage dependency generation |
71 | @cat $(TOPDIR)/packages | \ |
71 | @cat $(TOPDIR)/packages | \ |
72 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends |
72 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends |
73 | |
73 | |
74 | $(TOPDIR)/.depends.cfgs: |
74 | $(TOPDIR)/.depends.cfgs: |
75 | # config.in interdependencies |
75 | # config.in interdependencies |
76 | @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs |
76 | @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs |
77 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
77 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
78 | @-rm -f dirs |
78 | @-rm -f dirs |
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 | ( 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 .; ) |
133 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
136 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
134 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
137 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
135 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
138 | ( cd include/opie && ln -sf ../../libsql/*.h .; ) |
136 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
139 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
137 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
140 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
138 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
141 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
139 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
142 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
140 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
143 | ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) |
141 | touch $@ |
144 | touch $@ |
142 | |
145 | |
143 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
146 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
144 | @-rm -f $@ |
147 | @-rm -f $@ |
145 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
148 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
146 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
149 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
147 | @touch $@ |
150 | @touch $@ |
148 | |
151 | |
149 | $(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: |
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: |
150 | @$(call descend,$(shell dirname $@),$(shell basename $@)) |
153 | @$(call descend,$(shell dirname $@),$(shell basename $@)) |
151 | |
154 | |
152 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
155 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
153 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
156 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
154 | @touch ./.config.stamp |
157 | @touch ./.config.stamp |
155 | |
158 | |
156 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
159 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
157 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
160 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
158 | @touch .config.stamp |
161 | @touch .config.stamp |
159 | |
162 | |
160 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
163 | gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
161 | $(TOPDIR)/scripts/kconfig/gconf ./config.in |
164 | $(TOPDIR)/scripts/kconfig/gconf ./config.in |
162 | @touch .config.stamp |
165 | @touch .config.stamp |
163 | |
166 | |
164 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in |
167 | config: $(TOPDIR)/scripts/kconfig/conf ./config.in |
165 | $(TOPDIR)/scripts/kconfig/conf ./config.in |
168 | $(TOPDIR)/scripts/kconfig/conf ./config.in |
166 | @touch .config.stamp |
169 | @touch .config.stamp |
167 | |
170 | |
168 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in |
171 | oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in |
|