From 5d60f08750b360f416400d95fe18157aee0e4f88 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 20 Nov 2009 14:50:55 +0000 Subject: build system: libs/gd/ reorg git-svn-id: svn://tug.org/texlive/trunk@16104 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/gd/Makefile.am | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'Build/source/libs/gd/Makefile.am') diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index 630edfe0f0a..8da47ee00fe 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -39,6 +39,8 @@ dist-hook: $(distdir)/$(GD_TREE)/missing \ $(distdir)/$(GD_TREE)/mkinstalldirs +SUBDIRS = include + INCLUDES = -I$(top_srcdir)/$(GD_TREE) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) noinst_LIBRARIES=libgd.a @@ -73,22 +75,7 @@ nodist_libgd_a_SOURCES = \ $(GD_TREE)/gdxpm.c \ $(GD_TREE)/wbmp.c -BUILT_SOURCES = \ - entities.h \ - gd.h \ - gd_io.h \ - gdcache.h \ - gdfontg.h \ - gdfontl.h \ - gdfontmb.h \ - gdfonts.h \ - gdfontt.h \ - gdfx.h \ - gdhelpers.h \ - jisx0208.h \ - wbmp.h - -$(libgd_a_OBJECTS): $(BUILT_SOURCES) config.force +$(libgd_a_OBJECTS): config.force config.force: $(ZLIB_DEPEND) $(LIBPNG_DEPEND) echo timestamp >config.force @@ -101,16 +88,3 @@ DISTCLEANFILES = config.force ## Rebuild libpng @LIBPNG_RULE@ -$(BUILT_SOURCES): stamp-gd - -stamp-gd: - @for file in $(BUILT_SOURCES); do \ - test -f $$file || { \ - echo "$(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file"; \ - $(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file; } || exit 1; \ - done - echo timestamp >$@ - -distclean-local: - rm -f stamp-gd $(BUILT_SOURCES) - -- cgit v1.2.3