home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / ImageMagick-4.0.6.tar.gz / ImageMagick-4.0.6.tar / ImageMagick-4.0.6 / xlib / Makefile.in < prev    next >
Makefile  |  1998-05-12  |  10KB  |  361 lines

  1. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. #
  14. #  Automake Makefile for the X11 stubs library
  15. #
  16. #  Copyright 1998 E. I. du Pont de Nemours and Company
  17. #
  18. #  Permission is hereby granted, free of charge, to any person obtaining a
  19. #  copy of this software and associated documentation files ("ImageMagick"),
  20. #  to deal in ImageMagick without restriction, including without limitation 
  21. #  the rights to use, copy, modify, merge, publish, distribute, sublicense, 
  22. #  and/or sell copies of ImageMagick, and to permit persons to whom the 
  23. #  ImageMagick is furnished to do so, subject to the following conditions:
  24. #   
  25. #  The above copyright notice and this permission notice shall be included in 
  26. #  all copies or substantial portions of ImageMagick. 
  27. #   
  28. #  The software is provided "as is", without warranty of any kind, express or 
  29. #  implied, including but not limited to the warranties of merchantability, 
  30. #  fitness for a particular purpose and noninfringement.In no event shall 
  31. #  E. I. du Pont de Nemours and Company be liable for any claim, damages or 
  32. #  other liability, whether in an action of contract, tort or otherwise,
  33. #  arising from, out of or in connection with ImageMagick or the use or other 
  34. #  dealings in ImageMagick. 
  35. #   
  36. #  Except as contained in this notice, the name of the E. I. du Pont de 
  37. #  Nemours and Company shall not be used in advertising or otherwise to 
  38. #  promote the sale, use or other dealings in ImageMagick without prior 
  39. #  written authorization from the E. I. du Pont de Nemours and Company. 
  40. #
  41. #  This file is currently maintained by Bob Friesenhahn,
  42. #  bfriesen@simple.dallas.tx.us
  43.  
  44. # Don't require all the GNU mandated files
  45. # Remove comment from no-dependencies for distributions compatable with
  46. # traditional 'make'
  47.  
  48.  
  49. SHELL = /bin/sh
  50.  
  51. srcdir = @srcdir@
  52. top_srcdir = @top_srcdir@
  53. VPATH = @srcdir@
  54. prefix = @prefix@
  55. exec_prefix = @exec_prefix@
  56.  
  57. bindir = @bindir@
  58. sbindir = @sbindir@
  59. libexecdir = @libexecdir@
  60. datadir = @datadir@
  61. sysconfdir = @sysconfdir@
  62. sharedstatedir = @sharedstatedir@
  63. localstatedir = @localstatedir@
  64. libdir = @libdir@
  65. infodir = @infodir@
  66. mandir = @mandir@
  67. includedir = @includedir@
  68. oldincludedir = /usr/include
  69.  
  70. DISTDIR =
  71.  
  72. pkgdatadir = $(datadir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkgincludedir = $(includedir)/@PACKAGE@
  75.  
  76. top_builddir = ..
  77.  
  78. ACLOCAL = @ACLOCAL@
  79. AUTOCONF = @AUTOCONF@
  80. AUTOMAKE = @AUTOMAKE@
  81. AUTOHEADER = @AUTOHEADER@
  82.  
  83. INSTALL = @INSTALL@
  84. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  85. INSTALL_DATA = @INSTALL_DATA@
  86. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  87. transform = @program_transform_name@
  88.  
  89. NORMAL_INSTALL = :
  90. PRE_INSTALL = :
  91. POST_INSTALL = :
  92. NORMAL_UNINSTALL = :
  93. PRE_UNINSTALL = :
  94. POST_UNINSTALL = :
  95. host_alias = @host_alias@
  96. host_triplet = @host@
  97. CC = @CC@
  98. CPP = @CPP@
  99. LD = @LD@
  100. LIBTOOL = @LIBTOOL@
  101. LN_S = @LN_S@
  102. MAGICKLIB = @MAGICKLIB@
  103. MAINT = @MAINT@
  104. MAKEINFO = @MAKEINFO@
  105. NM = @NM@
  106. PACKAGE = @PACKAGE@
  107. PERL = @PERL@
  108. RANLIB = @RANLIB@
  109. VERSION = @VERSION@
  110. VERSION_AGE = @VERSION_AGE@
  111. VERSION_CURRENT = @VERSION_CURRENT@
  112. VERSION_REVISION = @VERSION_REVISION@
  113. X11STUBSDIR = @X11STUBSDIR@
  114. X11STUBSLA = @X11STUBSLA@
  115. X11STUBSLANAME = @X11STUBSLANAME@
  116. X11STUBSLIB = @X11STUBSLIB@
  117. XTP_DEFS = @XTP_DEFS@
  118. XTP_FTP = @XTP_FTP@
  119. XTP_LIBS = @XTP_LIBS@
  120.  
  121. AUTOMAKE_OPTIONS = 1.2 foreign # no-dependencies
  122.  
  123. lib_LTLIBRARIES = @X11STUBSLANAME@
  124.  
  125. # Any library that is auto-configured into lib_LTLIBRARIES must be listed
  126. # in EXTRA_LTLIBRARIES so that Automake can generate rules to build it.
  127. # Furthermore, Automake does not assume a -rpath argument for such libraries
  128. # so it must be added explicitly.
  129. EXTRA_LTLIBRARIES = libX11_stubs.la
  130. libX11_stubs_la_SOURCES = X11_stubs.c
  131. libX11_stubs_la_LDFLAGS = -rpath $(libdir)
  132.  
  133. DISTDIRS = X11 unix
  134.  
  135. # Since we are building a library, no need for LIBS
  136. LIBS =
  137. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  138. CONFIG_HEADER = ../magick/config.h
  139. CONFIG_CLEAN_FILES = 
  140. LTLIBRARIES =  $(lib_LTLIBRARIES)
  141.  
  142.  
  143. DEFS = @DEFS@ -I. -I$(srcdir) -I../magick
  144. CPPFLAGS = @CPPFLAGS@
  145. LDFLAGS = @LDFLAGS@
  146. X_CFLAGS = @X_CFLAGS@
  147. X_LIBS = @X_LIBS@
  148. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  149. X_PRE_LIBS = @X_PRE_LIBS@
  150. libX11_stubs_la_LIBADD = 
  151. libX11_stubs_la_OBJECTS =  X11_stubs.lo
  152. CFLAGS = @CFLAGS@
  153. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  154. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  155. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  156. DIST_COMMON =  Makefile.am Makefile.in configure configure.in
  157.  
  158.  
  159. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  160.  
  161. TAR = gtar
  162. GZIP = --best
  163. SOURCES = $(libX11_stubs_la_SOURCES)
  164. OBJECTS = $(libX11_stubs_la_OBJECTS)
  165.  
  166. all: Makefile $(LTLIBRARIES)
  167.  
  168. .SUFFIXES:
  169. .SUFFIXES: .S .c .lo .o .s
  170. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  171.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps xlib/Makefile
  172.  
  173. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  174.     cd $(top_builddir) \
  175.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  176.  
  177.  
  178. mostlyclean-libLTLIBRARIES:
  179.  
  180. clean-libLTLIBRARIES:
  181.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  182.  
  183. distclean-libLTLIBRARIES:
  184.  
  185. maintainer-clean-libLTLIBRARIES:
  186.  
  187. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  188.     @$(NORMAL_INSTALL)
  189.     $(mkinstalldirs) $(DESTDIR)$(libdir)
  190.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  191.       if test -f $$p; then \
  192.         echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
  193.         $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
  194.       else :; fi; \
  195.     done
  196.  
  197. uninstall-libLTLIBRARIES:
  198.     @$(NORMAL_UNINSTALL)
  199.     list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  200.       $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  201.     done
  202.  
  203. .c.o:
  204.     $(COMPILE) -c $<
  205.  
  206. .s.o:
  207.     $(COMPILE) -c $<
  208.  
  209. .S.o:
  210.     $(COMPILE) -c $<
  211.  
  212. mostlyclean-compile:
  213.     -rm -f *.o core *.core
  214.  
  215. clean-compile:
  216.  
  217. distclean-compile:
  218.     -rm -f *.tab.c
  219.  
  220. maintainer-clean-compile:
  221.  
  222. .c.lo:
  223.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  224.  
  225. .s.lo:
  226.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  227.  
  228. .S.lo:
  229.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  230.  
  231. mostlyclean-libtool:
  232.     -rm -f *.lo
  233.  
  234. clean-libtool:
  235.     -rm -rf .libs _libs
  236.  
  237. distclean-libtool:
  238.  
  239. maintainer-clean-libtool:
  240.  
  241. libX11_stubs.la: $(libX11_stubs_la_OBJECTS) $(libX11_stubs_la_DEPENDENCIES)
  242.     $(LINK)  $(libX11_stubs_la_LDFLAGS) $(libX11_stubs_la_OBJECTS) $(libX11_stubs_la_LIBADD) $(LIBS)
  243.  
  244. tags: TAGS
  245.  
  246. ID: $(HEADERS) $(SOURCES) $(LISP)
  247.     here=`pwd` && cd $(srcdir) \
  248.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  249.  
  250. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  251.     tags=; \
  252.     here=`pwd`; \
  253.     list='$(SOURCES) $(HEADERS)'; \
  254.     unique=`for i in $$list; do echo $$i; done | \
  255.       awk '    { files[$$0] = 1; } \
  256.            END { for (i in files) print i; }'`; \
  257.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  258.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  259.  
  260. mostlyclean-tags:
  261.  
  262. clean-tags:
  263.  
  264. distclean-tags:
  265.     -rm -f TAGS ID
  266.  
  267. maintainer-clean-tags:
  268.  
  269. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  270.  
  271. subdir = xlib
  272.  
  273. distdir: $(DISTFILES)
  274.     @for file in $(DISTFILES); do \
  275.       d=$(srcdir); \
  276.       test -f $(distdir)/$$file \
  277.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  278.       || cp -p $$d/$$file $(distdir)/$$file; \
  279.     done
  280.     $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
  281. info:
  282. dvi:
  283. check: all
  284.     $(MAKE)
  285. installcheck:
  286. install-exec: install-libLTLIBRARIES
  287.     @$(NORMAL_INSTALL)
  288.  
  289. install-data: 
  290.     @$(NORMAL_INSTALL)
  291.  
  292. install: install-exec install-data all
  293.     @:
  294.  
  295. uninstall: uninstall-libLTLIBRARIES
  296.  
  297. install-strip:
  298.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  299. installdirs:
  300.     $(mkinstalldirs)  $(DATADIR)$(libdir)
  301.  
  302.  
  303. mostlyclean-generic:
  304.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  305.  
  306. clean-generic:
  307.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  308.  
  309. distclean-generic:
  310.     -rm -f Makefile $(DISTCLEANFILES)
  311.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  312.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  313.  
  314. maintainer-clean-generic:
  315.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  316.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  317. mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
  318.         mostlyclean-libtool mostlyclean-tags \
  319.         mostlyclean-generic
  320.  
  321. clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
  322.         clean-generic mostlyclean
  323.  
  324. distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
  325.         distclean-tags distclean-generic clean
  326.     -rm -f config.status
  327.     -rm -f libtool
  328.  
  329. maintainer-clean:  maintainer-clean-libLTLIBRARIES \
  330.         maintainer-clean-compile maintainer-clean-libtool \
  331.         maintainer-clean-tags maintainer-clean-generic \
  332.         distclean
  333.     @echo "This command is intended for maintainers to use;"
  334.     @echo "it deletes files that may require special tools to rebuild."
  335.  
  336. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  337. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  338. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  339. distclean-compile clean-compile maintainer-clean-compile \
  340. mostlyclean-libtool distclean-libtool clean-libtool \
  341. maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
  342. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  343. install-exec install-data install uninstall all installdirs \
  344. mostlyclean-generic distclean-generic clean-generic \
  345. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  346.  
  347. dist-hook:
  348.     ( \
  349.       builddir=`pwd` ; \
  350.       cd $(srcdir) && \
  351.       ( \
  352.         for dir in $(DISTDIRS) ; do \
  353.           find $$dir -depth -print | egrep -v '(~$$)' | cpio -pdum $$builddir/$(distdir) 2> /dev/null ; \
  354.         done \
  355.       ) \
  356.     )
  357.  
  358. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  359. # Otherwise a system limit (for SysV at least) may be exceeded.
  360. .NOEXPORT:
  361.