From 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Sep 2002 21:19:30 +0000 Subject: [PATCH] pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not 2002-09-23 Tor Lillqvist * pango/makefile.mingw.in * pango/mini-fribidi/makefile.mingw * pango/opentype/makefile.mingw.in: Remove. Not maintained. * pango/Makefile.am (EXTRA_DIST) * pango/mini-fribidi/Makefile.am (EXTRA_DIST) * pango/opentype/Makefile.am (EXTRA_DIST): Remove makefile.mingw(.in) from here, too. * configure.in (AC_OUTPUT): Don't try to output above removed files. --- src/Makefile.am | 3 +-- src/makefile.mingw.in | 43 ------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 src/makefile.mingw.in diff --git a/src/Makefile.am b/src/Makefile.am index e8c016f..af5e954 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,5 +48,4 @@ ottest_LDADD = \ EXTRA_DIST = \ README \ - pango-ot.def \ - makefile.mingw.in + pango-ot.def diff --git a/src/makefile.mingw.in b/src/makefile.mingw.in deleted file mode 100644 index a3daf0e..0000000 --- a/src/makefile.mingw.in +++ /dev/null @@ -1,43 +0,0 @@ -TOP = ../../.. - -include $(TOP)/build/win32/make.mingw - -# Possibly override Pango version from build/win32/module.defs -PANGO_VER = @VERSION@ - -OPTIMIZE = -g -Wall - -INCLUDES = -I ../.. -I . -DEFINES = -DPANGO_VERSION=\"$(PANGO_VER)\" -DEPCFLAGS = $(GLIB_CFLAGS) $(FREETYPE2_CFLAGS) - -all : \ - ../../config.h \ - pango-ot-$(PANGO_VER).dll \ - ottest.exe - -PANGO_OT_OBJS = \ - ftxopen.o \ - ftxgdef.o \ - ftxgpos.o \ - pango-ot-info.o \ - pango-ot-ruleset.o \ - ftxgsub.o - -OTTEST_OBJS = \ - ottest.o \ - disasm.o - -../../config.h : ../../config.h.win32 - cp $< $@ - -pango-ot-$(PANGO_VER).dll : $(PANGO_OT_OBJS) pango-ot.def - $(GLIB)/build-dll pango-ot $(PANGO_VER) pango-ot.def $(OPTIMIZE) $(PANGO_OT_OBJS) -L .. -lpango-$(PANGO_VER) $(GLIB_LIBS) $(FREETYPE2_LIBS) - -ottest.exe : $(OTTEST_OBJS) pango-ot-$(PANGO_VER).dll - $(CC) -o $@ $(OTTEST_OBJS) -L . -lpango-ot-$(PANGO_VER) $(GLIB_LIBS) $(FREETYPE2_LIBS) - -# Hack to get an updated makefile.mingw automatically after updating -# makefile.mingw.in. Only for developer use. -makefile.mingw: makefile.mingw.in - sed -e 's,@VER[S]ION@,@VERSION@,' <$< >$@ -- 2.7.4