summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-08-10 15:37:30 (UTC)
committer mickeyl <mickeyl>2003-08-10 15:37:30 (UTC)
commitdfcbe21d8b263c13283e226bd16596c2d7c2f9a3 (patch) (unidiff)
treeccd2641961681020e24342df80d6782e04f1ca6d
parenta4df559d63c3442d2743302feb3577ce6a354728 (diff)
downloadopie-dfcbe21d8b263c13283e226bd16596c2d7c2f9a3.zip
opie-dfcbe21d8b263c13283e226bd16596c2d7c2f9a3.tar.gz
opie-dfcbe21d8b263c13283e226bd16596c2d7c2f9a3.tar.bz2
generate headers for libopie2db
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index d26e42a..ab77abf 100644
--- a/Rules.make
+++ b/Rules.make
@@ -57,25 +57,25 @@ $(OPIEDIR)/stamp-headers :
57 @-rm -f $(OPIEDIR)/stamp-headers* 57 @-rm -f $(OPIEDIR)/stamp-headers*
58 mkdir -p $(TOPDIR)/include/qpe \ 58 mkdir -p $(TOPDIR)/include/qpe \
59 $(TOPDIR)/include/qtopia \ 59 $(TOPDIR)/include/qtopia \
60 $(TOPDIR)/include/opie \ 60 $(TOPDIR)/include/opie \
61 $(TOPDIR)/include/qtopia/private 61 $(TOPDIR)/include/qtopia/private
62 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 62 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
63 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 63 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
64 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 64 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
65 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 65 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
66 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 66 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
67 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 67 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
68 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 68 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
69 #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 69 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
70 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 70 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
71 #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 71 #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
72 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 72 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
73 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 73 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
74 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 74 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
75 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 75 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
76 touch $@ 76 touch $@
77 77
78$(OPIEDIR)/stamp-headers-x11 : 78$(OPIEDIR)/stamp-headers-x11 :
79 @-rm -f $(OPIEDIR)/stamp-headers* 79 @-rm -f $(OPIEDIR)/stamp-headers*
80 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 80 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
81 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 81 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private