patch-Makefile_in 2.2 KB

1234567891011121314151617181920212223242526272829
  1. $Id$
  2. --- gd-2.0.34.orig/Makefile.in 2007-02-03 02:41:46.000000000 +0100
  3. +++ gd-2.0.34/Makefile.in 2007-02-20 20:56:27.000000000 +0100
  4. @@ -78,7 +78,7 @@ am_libgd_la_OBJECTS = gd.lo gdfx.lo gd_s
  5. gd_io.lo gd_io_dp.lo gd_gif_in.lo gd_gif_out.lo gd_io_file.lo \
  6. gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo \
  7. gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo \
  8. - gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo \
  9. + gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo \
  10. gdtables.lo gdxpm.lo wbmp.lo
  11. libgd_la_OBJECTS = $(am_libgd_la_OBJECTS)
  12. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  13. @@ -344,7 +344,7 @@ bin_SCRIPTS = bdftogd config/gdlib-confi
  14. EXTRA_DIST = README-JPEG.TXT README.TXT configure.pl bdftogd demoin.png err.out index.html install-item makefile.sample readme.jpn entities.html entities.tcl
  15. include_HEADERS = gd.h gdfx.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h gdfontt.h entities.h
  16. lib_LTLIBRARIES = libgd.la
  17. -libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdft.c gdhelpers.c gdhelpers.h gdkanji.c gdtables.c gdxpm.c jisx0208.h wbmp.c wbmp.h
  18. +libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdft.c gdhelpers.c gdhelpers.h gdtables.c gdxpm.c jisx0208.h wbmp.c wbmp.h
  19. libgd_la_LDFLAGS = -version-info 2:0:0 $(XTRA_LDFLAGS)
  20. libgd_la_LIBADD = $(LTLIBICONV)
  21. LDADD = ./libgd.la $(LIBICONV)
  22. @@ -594,7 +594,6 @@ distclean-compile:
  23. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdft.Plo@am__quote@
  24. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdfx.Plo@am__quote@
  25. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdhelpers.Plo@am__quote@
  26. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdkanji.Plo@am__quote@
  27. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdparttopng.Po@am__quote@
  28. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdtables.Plo@am__quote@
  29. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdtest.Po@am__quote@