summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/Makefile.in')
-rw-r--r--Build/source/libs/gd/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in
index 2d8d22b862e..f9b9ea79940 100644
--- a/Build/source/libs/gd/Makefile.in
+++ b/Build/source/libs/gd/Makefile.in
@@ -190,9 +190,10 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
-EXTRA_DIST = $(GD_TREE) Makefile.in.orig configure.in.orig
+EXTRA_DIST = $(GD_TREE)
INCLUDES = -I$(top_srcdir)/$(GD_TREE) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES)
@build_TRUE@noinst_LIBRARIES = libgd.a
+EXTRA_LIBRARIES = libgd.a
nodist_libgd_a_SOURCES = \
$(GD_TREE)/gd.c \
$(GD_TREE)/gd_gd.c \
@@ -238,7 +239,6 @@ BUILT_SOURCES = \
jisx0208.h \
wbmp.h
-libgd_a_DEPENDENCIES = $(ZLIB_DEPEND) $(LIBPNG_DEPEND)
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -1037,11 +1037,13 @@ uninstall-am:
dist-hook:
rm -rf `find $(distdir)/$(GD_TREE) -name .svn`
-$(BUILT_SOURCES): stamp-gd
+$(libgd_a_OBJECTS): $(BUILT_SOURCES) $(ZLIB_DEPEND) $(LIBPNG_DEPEND)
@ZLIB_RULE@
@LIBPNG_RULE@
+$(BUILT_SOURCES): stamp-gd
+
stamp-gd:
@for file in $(BUILT_SOURCES); do \
test -f $$file || { \