summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2003-04-21 17:10:04 +0000
committerSven Neumann <neo@src.gnome.org>2003-04-21 17:10:04 +0000
commit871e72073803bfe947a775bc7a5167d8516e917a (patch)
treed43217b5f1dfd89c476ac304ea71920f3878671a
parentbfcc49fb69f964898d6f10ada2c7c4d8169f077d (diff)
downloadpango-871e72073803bfe947a775bc7a5167d8516e917a.tar.gz
handle the new indic-ft2 module like all the others instead of doing in
2003-04-21 Sven Neumann <sven@gimp.org> * modules/indic/Makefile.am: handle the new indic-ft2 module like all the others instead of doing in the new spiffy automake-1.7 style of Pango-HEAD (#111132).
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-46
-rw-r--r--ChangeLog.pre-1-66
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--modules/indic/Makefile.am40
6 files changed, 52 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 8779b85b..4d81ee66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-21 Sven Neumann <sven@gimp.org>
+
+ * modules/indic/Makefile.am: handle the new indic-ft2 module like
+ all the others instead of doing in the new spiffy automake-1.7
+ style of Pango-HEAD (#111132).
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 8779b85b..4d81ee66 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+2003-04-21 Sven Neumann <sven@gimp.org>
+
+ * modules/indic/Makefile.am: handle the new indic-ft2 module like
+ all the others instead of doing in the new spiffy automake-1.7
+ style of Pango-HEAD (#111132).
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 8779b85b..4d81ee66 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+2003-04-21 Sven Neumann <sven@gimp.org>
+
+ * modules/indic/Makefile.am: handle the new indic-ft2 module like
+ all the others instead of doing in the new spiffy automake-1.7
+ style of Pango-HEAD (#111132).
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 8779b85b..4d81ee66 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,9 @@
+2003-04-21 Sven Neumann <sven@gimp.org>
+
+ * modules/indic/Makefile.am: handle the new indic-ft2 module like
+ all the others instead of doing in the new spiffy automake-1.7
+ style of Pango-HEAD (#111132).
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 8779b85b..4d81ee66 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+2003-04-21 Sven Neumann <sven@gimp.org>
+
+ * modules/indic/Makefile.am: handle the new indic-ft2 module like
+ all the others instead of doing in the new spiffy automake-1.7
+ style of Pango-HEAD (#111132).
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/modules/indic/Makefile.am b/modules/indic/Makefile.am
index 89e04b18..a734ac77 100644
--- a/modules/indic/Makefile.am
+++ b/modules/indic/Makefile.am
@@ -30,10 +30,6 @@ indic_xft_noinst=
indic_xft_cflags= $(FREETYPE_CFLAGS)
indic_xft_libadd=$(pangoxftlibs)
endif
-else
-indic_xft_inst=
-indic_xft_noints=
-indic_xft_cflags=
endif
if HAVE_X
@@ -78,13 +74,28 @@ gujarati_x_inst=pango-gujarati-x.la
gujarati_x_libadd=$(pangoxlibs)
endif
-noinst_LTLIBRARIES = $(myanmar_x_noinst) $(gurmukhi_x_noinst) $(bengali_x_noinst) $(devanagari_x_noinst) $(gujarati_x_noinst) $(indic_xft_noinst)
+endif
-moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
-module_LTLIBRARIES = $(myanmar_x_inst) $(gurmukhi_x_inst) $(bengali_x_inst) $(devanagari_x_inst) $(gujarati_x_inst) $(indic_xft_inst)
+
+if HAVE_FREETYPE
+
+if INCLUDE_INDIC_FT2
+indic_ft2_noinst=libpango-indic-ft2.la
+indic_ft2_cflags=-DFREETYPE_MODULE_PREFIX
+else
+indic_ft2_inst=pango-indic-ft2.la
+indic_ft2_libadd=$(pangoft2libs)
+endif
endif
+
+noinst_LTLIBRARIES = $(myanmar_x_noinst) $(gurmukhi_x_noinst) $(bengali_x_noinst) $(devanagari_x_noinst) $(gujarati_x_noinst) $(indic_xft_noinst) $(indic_ft2_noinst)
+
+moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
+module_LTLIBRARIES = $(myanmar_x_inst) $(gurmukhi_x_inst) $(bengali_x_inst) $(devanagari_x_inst) $(gujarati_x_inst) $(indic_xft_inst) $(indic_ft2_inst)
+
+
INCLUDES = \
-DPANGO_ENABLE_ENGINE \
-DG_DISABLE_DEPRECATED \
@@ -93,13 +104,15 @@ INCLUDES = \
-I$(top_srcdir)/pango/ \
$(GLIB_CFLAGS) \
$(XFT_CFLAGS) \
+ $(FREETYPE_CFLAGS) \
$(X_CFLAGS) \
$(myanmar_x_cflags) \
$(gurmukhi_x_cflags) \
$(bengali_x_cflags) \
$(devanagari_x_cflags) \
$(gujarati_x_cflags) \
- $(indic_xft_cflags)
+ $(indic_xft_cflags) \
+ $(indic_ft2_cflags)
EXTRA_DIST = \
pango-indic-script.h
@@ -150,15 +163,6 @@ pango_indic_xft_la_SOURCES = $(xft_sources)
libpango_indic_xft_la_SOURCES = $(xft_sources)
-if HAVE_FREETYPE
-INCLUDES += $(FREETYPE_CFLAGS)
-if INCLUDE_INDIC_FT2
-noinst_LTLIBRARIES += libpango-indic-ft2.la
-INCLUDES += -DFREETYPE_MODULE_PREFIX
-else
-module_LTLIBRARIES += pango-indic-ft2.la
-endif
-endif
ft2_sources = \
indic-ft2.c \
@@ -167,7 +171,7 @@ ft2_sources = \
indic-ot.h
pango_indic_ft2_la_LDFLAGS = -export-dynamic -avoid-version -module
-pango_indic_ft2_la_LIBADD = $(pangoft2libs)
+pango_indic_ft2_la_LIBADD = $(indic_ft2_libadd)
pango_indic_ft2_la_SOURCES = $(ft2_sources)
libpango_indic_ft2_la_SOURCES = $(ft2_sources)