From c199fa0b0ef971c3a121af6c31a9a9822561a1be Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 05 May 2005 22:04:09 +0000 Subject: write libflite dependency rules --- (limited to 'Rules.make') 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 -- cgit v0.9.0.2