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 / xtp / Makefile.in < prev    next >
Makefile  |  1998-05-12  |  11KB  |  390 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. #  Generic makefile for display, animate, montage, and import for
  14. #  computers that do not have xmkmf.
  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. #
  42.  
  43. # Don't require all the GNU mandated files
  44. # Remove comment from no-dependencies for distributions compatable with
  45. # traditional 'make'
  46.  
  47.  
  48. SHELL = /bin/sh
  49.  
  50. srcdir = @srcdir@
  51. top_srcdir = @top_srcdir@
  52. VPATH = @srcdir@
  53. prefix = @prefix@
  54. exec_prefix = @exec_prefix@
  55.  
  56. bindir = @bindir@
  57. sbindir = @sbindir@
  58. libexecdir = @libexecdir@
  59. datadir = @datadir@
  60. sysconfdir = @sysconfdir@
  61. sharedstatedir = @sharedstatedir@
  62. localstatedir = @localstatedir@
  63. libdir = @libdir@
  64. infodir = @infodir@
  65. mandir = @mandir@
  66. includedir = @includedir@
  67. oldincludedir = /usr/include
  68.  
  69. DISTDIR =
  70.  
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkglibdir = $(libdir)/@PACKAGE@
  73. pkgincludedir = $(includedir)/@PACKAGE@
  74.  
  75. top_builddir = ..
  76.  
  77. ACLOCAL = @ACLOCAL@
  78. AUTOCONF = @AUTOCONF@
  79. AUTOMAKE = @AUTOMAKE@
  80. AUTOHEADER = @AUTOHEADER@
  81.  
  82. INSTALL = @INSTALL@
  83. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  84. INSTALL_DATA = @INSTALL_DATA@
  85. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  86. transform = @program_transform_name@
  87.  
  88. NORMAL_INSTALL = :
  89. PRE_INSTALL = :
  90. POST_INSTALL = :
  91. NORMAL_UNINSTALL = :
  92. PRE_UNINSTALL = :
  93. POST_UNINSTALL = :
  94. host_alias = @host_alias@
  95. host_triplet = @host@
  96. CC = @CC@
  97. CPP = @CPP@
  98. LD = @LD@
  99. LIBTOOL = @LIBTOOL@
  100. LN_S = @LN_S@
  101. MAGICKLIB = @MAGICKLIB@
  102. MAINT = @MAINT@
  103. MAKEINFO = @MAKEINFO@
  104. NM = @NM@
  105. PACKAGE = @PACKAGE@
  106. PERL = @PERL@
  107. RANLIB = @RANLIB@
  108. VERSION = @VERSION@
  109. VERSION_AGE = @VERSION_AGE@
  110. VERSION_CURRENT = @VERSION_CURRENT@
  111. VERSION_REVISION = @VERSION_REVISION@
  112. X11STUBSDIR = @X11STUBSDIR@
  113. X11STUBSLA = @X11STUBSLA@
  114. X11STUBSLANAME = @X11STUBSLANAME@
  115. X11STUBSLIB = @X11STUBSLIB@
  116. XTP_DEFS = @XTP_DEFS@
  117. XTP_FTP = @XTP_FTP@
  118. XTP_LIBS = @XTP_LIBS@
  119.  
  120. AUTOMAKE_OPTIONS = 1.2 foreign # no-dependencies
  121.  
  122. LIBS = @XTP_LIBS@
  123. DEFS = @XTP_DEFS@
  124.  
  125. # Executables to build
  126. bin_PROGRAMS = xtp
  127.  
  128. xtp_SOURCES = xtp.c network.c regular.c regular.h xtp.h
  129.  
  130. man_MANS = xtp.1
  131.  
  132. # Additional files to distribute
  133. EXTRA_DIST = Imakefile xtp.1
  134. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  135. CONFIG_HEADER = ../magick/config.h
  136. CONFIG_CLEAN_FILES = 
  137. PROGRAMS =  $(bin_PROGRAMS)
  138.  
  139. CPPFLAGS = @CPPFLAGS@
  140. LDFLAGS = @LDFLAGS@
  141. X_CFLAGS = @X_CFLAGS@
  142. X_LIBS = @X_LIBS@
  143. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  144. X_PRE_LIBS = @X_PRE_LIBS@
  145. xtp_OBJECTS =  xtp.o network.o regular.o
  146. xtp_LDADD = $(LDADD)
  147. xtp_DEPENDENCIES = 
  148. xtp_LDFLAGS = 
  149. CFLAGS = @CFLAGS@
  150. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  151. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  152. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  153. man1dir = $(mandir)/man1
  154. MANS = $(man_MANS)
  155.  
  156. NROFF = nroff
  157. DIST_COMMON =  Makefile.am Makefile.in
  158.  
  159.  
  160. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  161.  
  162. TAR = gtar
  163. GZIP = --best
  164. SOURCES = $(xtp_SOURCES)
  165. OBJECTS = $(xtp_OBJECTS)
  166.  
  167. all: Makefile $(PROGRAMS) $(MANS)
  168.  
  169. .SUFFIXES:
  170. .SUFFIXES: .S .c .lo .o .s
  171. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  172.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps xtp/Makefile
  173.  
  174. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  175.     cd $(top_builddir) \
  176.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  177.  
  178.  
  179. mostlyclean-binPROGRAMS:
  180.  
  181. clean-binPROGRAMS:
  182.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  183.  
  184. distclean-binPROGRAMS:
  185.  
  186. maintainer-clean-binPROGRAMS:
  187.  
  188. install-binPROGRAMS: $(bin_PROGRAMS)
  189.     @$(NORMAL_INSTALL)
  190.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  191.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  192.       if test -f $$p; then \
  193.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  194.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  195.       else :; fi; \
  196.     done
  197.  
  198. uninstall-binPROGRAMS:
  199.     @$(NORMAL_UNINSTALL)
  200.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  201.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  202.     done
  203.  
  204. .c.o:
  205.     $(COMPILE) -c $<
  206.  
  207. .s.o:
  208.     $(COMPILE) -c $<
  209.  
  210. .S.o:
  211.     $(COMPILE) -c $<
  212.  
  213. mostlyclean-compile:
  214.     -rm -f *.o core *.core
  215.  
  216. clean-compile:
  217.  
  218. distclean-compile:
  219.     -rm -f *.tab.c
  220.  
  221. maintainer-clean-compile:
  222.  
  223. .c.lo:
  224.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  225.  
  226. .s.lo:
  227.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  228.  
  229. .S.lo:
  230.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  231.  
  232. mostlyclean-libtool:
  233.     -rm -f *.lo
  234.  
  235. clean-libtool:
  236.     -rm -rf .libs _libs
  237.  
  238. distclean-libtool:
  239.  
  240. maintainer-clean-libtool:
  241.  
  242. xtp: $(xtp_OBJECTS) $(xtp_DEPENDENCIES)
  243.     @rm -f xtp
  244.     $(LINK) $(xtp_LDFLAGS) $(xtp_OBJECTS) $(xtp_LDADD) $(LIBS)
  245.  
  246. install-man1:
  247.     $(mkinstalldirs) $(DESTDIR)$(man1dir)
  248.     @list='$(man1_MANS)'; \
  249.     l2='$(man_MANS)'; for i in $$l2; do \
  250.       case "$$i" in \
  251.         *.1*) list="$$list $$i" ;; \
  252.       esac; \
  253.     done; \
  254.     for i in $$list; do \
  255.       if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  256.       else file=$$i; fi; \
  257.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  258.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  259.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  260.       echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  261.       $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  262.     done
  263.  
  264. uninstall-man1:
  265.     @list='$(man1_MANS)'; \
  266.     l2='$(man_MANS)'; for i in $$l2; do \
  267.       case "$$i" in \
  268.         *.1*) list="$$list $$i" ;; \
  269.       esac; \
  270.     done; \
  271.     for i in $$list; do \
  272.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  273.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  274.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  275.       echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  276.       rm -f $(DESTDIR)$(man1dir)/$$inst; \
  277.     done
  278. install-man: $(MANS)
  279.     @$(NORMAL_INSTALL)
  280.     $(MAKE) install-man1
  281. uninstall-man:
  282.     @$(NORMAL_UNINSTALL)
  283.     $(MAKE) uninstall-man1
  284.  
  285. tags: TAGS
  286.  
  287. ID: $(HEADERS) $(SOURCES) $(LISP)
  288.     here=`pwd` && cd $(srcdir) \
  289.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  290.  
  291. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  292.     tags=; \
  293.     here=`pwd`; \
  294.     list='$(SOURCES) $(HEADERS)'; \
  295.     unique=`for i in $$list; do echo $$i; done | \
  296.       awk '    { files[$$0] = 1; } \
  297.            END { for (i in files) print i; }'`; \
  298.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  299.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  300.  
  301. mostlyclean-tags:
  302.  
  303. clean-tags:
  304.  
  305. distclean-tags:
  306.     -rm -f TAGS ID
  307.  
  308. maintainer-clean-tags:
  309.  
  310. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  311.  
  312. subdir = xtp
  313.  
  314. distdir: $(DISTFILES)
  315.     @for file in $(DISTFILES); do \
  316.       d=$(srcdir); \
  317.       test -f $(distdir)/$$file \
  318.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  319.       || cp -p $$d/$$file $(distdir)/$$file; \
  320.     done
  321. info:
  322. dvi:
  323. check: all
  324.     $(MAKE)
  325. installcheck:
  326. install-exec: install-binPROGRAMS
  327.     @$(NORMAL_INSTALL)
  328.  
  329. install-data: install-man
  330.     @$(NORMAL_INSTALL)
  331.  
  332. install: install-exec install-data all
  333.     @:
  334.  
  335. uninstall: uninstall-binPROGRAMS uninstall-man
  336.  
  337. install-strip:
  338.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  339. installdirs:
  340.     $(mkinstalldirs)  $(DATADIR)$(bindir) $(DESTDIR)$(mandir)/man1
  341.  
  342.  
  343. mostlyclean-generic:
  344.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  345.  
  346. clean-generic:
  347.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  348.  
  349. distclean-generic:
  350.     -rm -f Makefile $(DISTCLEANFILES)
  351.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  352.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  353.  
  354. maintainer-clean-generic:
  355.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  356.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  357. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
  358.         mostlyclean-libtool mostlyclean-tags \
  359.         mostlyclean-generic
  360.  
  361. clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
  362.         clean-generic mostlyclean
  363.  
  364. distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
  365.         distclean-tags distclean-generic clean
  366.     -rm -f config.status
  367.     -rm -f libtool
  368.  
  369. maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
  370.         maintainer-clean-libtool maintainer-clean-tags \
  371.         maintainer-clean-generic distclean
  372.     @echo "This command is intended for maintainers to use;"
  373.     @echo "it deletes files that may require special tools to rebuild."
  374.  
  375. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  376. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  377. mostlyclean-compile distclean-compile clean-compile \
  378. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  379. clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
  380. install-man uninstall-man tags mostlyclean-tags distclean-tags \
  381. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  382. install-exec install-data install uninstall all installdirs \
  383. mostlyclean-generic distclean-generic clean-generic \
  384. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  385.  
  386.  
  387. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  388. # Otherwise a system limit (for SysV at least) may be exceeded.
  389. .NOEXPORT:
  390.