summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2005-05-05 22:04:09 (UTC)
committer mickeyl <mickeyl>2005-05-05 22:04:09 (UTC)
commitc199fa0b0ef971c3a121af6c31a9a9822561a1be (patch) (side-by-side diff)
treec4e0d7385eb026e568f234dc992d81b4b9b59912 /Rules.make
parentfdd31c3dd95a42d2666235ad8c2478b7ceead261 (diff)
downloadopie-c199fa0b0ef971c3a121af6c31a9a9822561a1be.zip
opie-c199fa0b0ef971c3a121af6c31a9a9822561a1be.tar.gz
opie-c199fa0b0ef971c3a121af6c31a9a9822561a1be.tar.bz2
write libflite dependency rules
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index f59b4f7..f75e6da 100644
--- a/Rules.make
+++ b/Rules.make
@@ -127,6 +127,10 @@ endif
ifeq ($(CONFIG_LIBFREETYPE2_DEP),y)
echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@
endif
+ifeq ($(CONFIG_LIBFLITE_DEP),y)
+ echo LIBFLITE_LIB_DIR = $(CONFIG_LIBFLITE_LIB_DIR) >> $@
+ echo LIBFLITE_INC_DIR = $(CONFIG_LIBFLITE_INC_DIR) >> $@
+endif
$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages
@echo Generating dependency information...
# add to subdir-y, and add descend rules