summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2004-01-21 23:41:53 (UTC)
committer mickeyl <mickeyl>2004-01-21 23:41:53 (UTC)
commita428ff7937dae04b1b51d3e91f46c74f4f869543 (patch) (unidiff)
tree35e266a250a893ad3eb7b934296538ea82722954 /Rules.make
parentcc5d48b188c21ff873300179264ab354d4c8aa09 (diff)
downloadopie-a428ff7937dae04b1b51d3e91f46c74f4f869543.zip
opie-a428ff7937dae04b1b51d3e91f46c74f4f869543.tar.gz
opie-a428ff7937dae04b1b51d3e91f46c74f4f869543.tar.bz2
catch up with moves on cvs server
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make22
1 files changed, 14 insertions, 8 deletions
diff --git a/Rules.make b/Rules.make
index eaa2191..0360cc6 100644
--- a/Rules.make
+++ b/Rules.make
@@ -92,28 +92,34 @@ $(QTDIR)/stamp-headers-x11 :
92$(OPIEDIR)/stamp-headers : 92$(OPIEDIR)/stamp-headers :
93 @-rm -f $(OPIEDIR)/stamp-headers* 93 @-rm -f $(OPIEDIR)/stamp-headers*
94 mkdir -p $(TOPDIR)/include/qpe \ 94 mkdir -p $(TOPDIR)/include/qpe \
95 $(TOPDIR)/include/qtopia \ 95 $(TOPDIR)/include/qtopia \
96 $(TOPDIR)/include/opie \ 96 $(TOPDIR)/include/opie \
97 $(TOPDIR)/include/opie2 \ 97 $(TOPDIR)/include/opie2 \
98 $(TOPDIR)/include/qtopia/private 98 $(TOPDIR)/include/qtopia/private
99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
102 # libopie1
102 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 103 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
103 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 104 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
104 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) 105 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
106 # libopie2
105 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 107 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
108 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
106 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 109 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
107 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 110 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
108 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 111 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
109 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 112 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
110 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 113 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
111 ( cd include/opie && ln -sf ../../libqtaux/pim/*.h .; ) 114 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
115 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
116 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
117 # all
112 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 118 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
113 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 119 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
114 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 120 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
115 touch $@ 121 touch $@
116 122
117$(OPIEDIR)/stamp-headers-x11 : 123$(OPIEDIR)/stamp-headers-x11 :
118 @-rm -f $(OPIEDIR)/stamp-headers* 124 @-rm -f $(OPIEDIR)/stamp-headers*
119 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 125 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
@@ -129,7 +135,7 @@ $(OPIEDIR)/stamp-headers-x11 :
129 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 135 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
130 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) 136 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; )
131 touch $@ 137 touch $@
132 138
133$(TOPDIR)/library/custom.h : $(TOPDIR)/.config 139$(TOPDIR)/library/custom.h : $(TOPDIR)/.config
134 @-rm -f $@ 140 @-rm -f $@
135 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ 141 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\