home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / programs / unix / editors / gimp-plugins-unstable-0_99_23_tar.gz / gimp-plugins-unstable-0_99_23_tar / gimp-plugins-unstable-0.99.23 / quant / Makefile.in < prev    next >
Makefile  |  1998-03-27  |  9KB  |  357 lines

  1. # Makefile.in generated automatically by automake 1.2f 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. SHELL = /bin/sh
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. pkgdatadir = $(datadir)/@PACKAGE@
  36. pkglibdir = $(libdir)/@PACKAGE@
  37. pkgincludedir = $(includedir)/@PACKAGE@
  38.  
  39. top_builddir = ..
  40.  
  41. ACLOCAL = @ACLOCAL@
  42. AUTOCONF = @AUTOCONF@
  43. AUTOMAKE = @AUTOMAKE@
  44. AUTOHEADER = @AUTOHEADER@
  45.  
  46. INSTALL = @INSTALL@
  47. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  48. INSTALL_DATA = @INSTALL_DATA@
  49. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  50. transform = @program_transform_name@
  51.  
  52. NORMAL_INSTALL = :
  53. PRE_INSTALL = :
  54. POST_INSTALL = :
  55. NORMAL_UNINSTALL = :
  56. PRE_UNINSTALL = :
  57. POST_UNINSTALL = :
  58. host_alias = @host_alias@
  59. host_triplet = @host@
  60. CC = @CC@
  61. GIMPTCL = @GIMPTCL@
  62. GTK_CFLAGS = @GTK_CFLAGS@
  63. GTK_CONFIG = @GTK_CONFIG@
  64. GTK_LIBS = @GTK_LIBS@
  65. LD = @LD@
  66. LIBTCL_LIB = @LIBTCL_LIB@
  67. LIBTOOL = @LIBTOOL@
  68. LN_S = @LN_S@
  69. MAINT = @MAINT@
  70. MAKEINFO = @MAKEINFO@
  71. NM = @NM@
  72. PACKAGE = @PACKAGE@
  73. RANLIB = @RANLIB@
  74. VERSION = @VERSION@
  75. X_CFLAGS = @X_CFLAGS@
  76. X_LIBS = @X_LIBS@
  77. gimpdatadir = @gimpdatadir@
  78. gimpdir = @gimpdir@
  79. gimpplugindir = @gimpplugindir@
  80.  
  81. pluginlibdir = $(gimpplugindir)/plug-ins
  82.  
  83. pluginlib_PROGRAMS = quant
  84.  
  85. quant_SOURCES = \
  86.     quant.c
  87.  
  88. INCLUDES = \
  89.     $(X_CFLAGS)            \
  90.     -I$(includedir)
  91. #    -I$(top_srcdir)            \
  92.  
  93. LDADD = \
  94.     $(X_LIBS)                \
  95.     -lc
  96. #    $(top_builddir)/libgimp/libgimpui.la    \
  97. #    $(top_builddir)/libgimp/libgimp.la    \
  98.  
  99. DEPS = \
  100. quant_DEPENDENCIES = $(DEPS)
  101. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  102. CONFIG_CLEAN_FILES = 
  103. PROGRAMS =  $(pluginlib_PROGRAMS)
  104.  
  105.  
  106. DEFS = @DEFS@ -I. -I$(srcdir) 
  107. CPPFLAGS = @CPPFLAGS@
  108. LDFLAGS = @LDFLAGS@
  109. LIBS = @LIBS@
  110. quant_OBJECTS =  quant.o
  111. quant_LDADD = $(LDADD)
  112. quant_DEPENDENCIES = 
  113. quant_LDFLAGS = 
  114. CFLAGS = @CFLAGS@
  115. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  116. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  117. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  118. DIST_COMMON =  Makefile.am Makefile.in
  119.  
  120.  
  121. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  122.  
  123. TAR = tar
  124. GZIP = --best
  125. DEP_FILES =  .deps/quant.P
  126. SOURCES = $(quant_SOURCES)
  127. OBJECTS = $(quant_OBJECTS)
  128.  
  129. default: all
  130.  
  131. .SUFFIXES:
  132. .SUFFIXES: .S .c .lo .o .s
  133. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  134.     cd $(top_srcdir) && $(AUTOMAKE) --gnu quant/Makefile
  135.  
  136. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  137.     cd $(top_builddir) \
  138.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  139.  
  140.  
  141. mostlyclean-pluginlibPROGRAMS:
  142.  
  143. clean-pluginlibPROGRAMS:
  144.     -test -z "$(pluginlib_PROGRAMS)" || rm -f $(pluginlib_PROGRAMS)
  145.  
  146. distclean-pluginlibPROGRAMS:
  147.  
  148. maintainer-clean-pluginlibPROGRAMS:
  149.  
  150. install-pluginlibPROGRAMS: $(pluginlib_PROGRAMS)
  151.     @$(NORMAL_INSTALL)
  152.     $(mkinstalldirs) $(pluginlibdir)
  153.     @list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  154.       if test -f $$p; then \
  155.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`"; \
  156.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  157.       else :; fi; \
  158.     done
  159.  
  160. uninstall-pluginlibPROGRAMS:
  161.     @$(NORMAL_UNINSTALL)
  162.     list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  163.       rm -f $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  164.     done
  165.  
  166. .s.o:
  167.     $(COMPILE) -c $<
  168.  
  169. .S.o:
  170.     $(COMPILE) -c $<
  171.  
  172. mostlyclean-compile:
  173.     -rm -f *.o core *.core
  174.  
  175. clean-compile:
  176.  
  177. distclean-compile:
  178.     -rm -f *.tab.c
  179.  
  180. maintainer-clean-compile:
  181.  
  182. .s.lo:
  183.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  184.  
  185. .S.lo:
  186.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  187.  
  188. mostlyclean-libtool:
  189.     -rm -f *.lo
  190.  
  191. clean-libtool:
  192.     -rm -rf .libs _libs
  193.  
  194. distclean-libtool:
  195.  
  196. maintainer-clean-libtool:
  197.  
  198. quant: $(quant_OBJECTS) $(quant_DEPENDENCIES)
  199.     @rm -f quant
  200.     $(LINK) $(quant_LDFLAGS) $(quant_OBJECTS) $(quant_LDADD) $(LIBS)
  201.  
  202. tags: TAGS
  203.  
  204. ID: $(HEADERS) $(SOURCES) $(LISP)
  205.     here=`pwd` && cd $(srcdir) \
  206.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  207.  
  208. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  209.     tags=; \
  210.     here=`pwd`; \
  211.     list='$(SOURCES) $(HEADERS)'; \
  212.     unique=`for i in $$list; do echo $$i; done | \
  213.       awk '    { files[$$0] = 1; } \
  214.            END { for (i in files) print i; }'`; \
  215.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  216.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  217.  
  218. mostlyclean-tags:
  219.  
  220. clean-tags:
  221.  
  222. distclean-tags:
  223.     -rm -f TAGS ID
  224.  
  225. maintainer-clean-tags:
  226.  
  227. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  228.  
  229. subdir = quant
  230.  
  231. distdir: $(DISTFILES)
  232.     here=`cd $(top_builddir) && pwd`; \
  233.     top_distdir=`cd $(top_distdir) && pwd`; \
  234.     distdir=`cd $(distdir) && pwd`; \
  235.     cd $(top_srcdir) \
  236.       && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu quant/Makefile
  237.     @for file in $(DISTFILES); do \
  238.       d=$(srcdir); \
  239.       test -f $(distdir)/$$file \
  240.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  241.       || cp -p $$d/$$file $(distdir)/$$file; \
  242.     done
  243.  
  244. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  245.  
  246. -include $(DEP_FILES)
  247.  
  248. mostlyclean-depend:
  249.  
  250. clean-depend:
  251.  
  252. distclean-depend:
  253.  
  254. maintainer-clean-depend:
  255.     -rm -rf .deps
  256.  
  257. %.o: %.c
  258.     @echo '$(COMPILE) -c $<'; \
  259.     $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
  260.  
  261. %.lo: %.c
  262.     @echo '$(LTCOMPILE) -c $<'; \
  263.     $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
  264.     @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
  265.       < .deps/$(*F).p > .deps/$(*F).P
  266.     @-rm -f .deps/$(*F).p
  267. info:
  268. dvi:
  269. check: all
  270.     $(MAKE)
  271. installcheck:
  272. install-exec: 
  273.     @$(NORMAL_INSTALL)
  274.  
  275. install-data: install-pluginlibPROGRAMS
  276.     @$(NORMAL_INSTALL)
  277.  
  278. install: install-exec install-data all
  279.     @:
  280.  
  281. uninstall: uninstall-pluginlibPROGRAMS
  282.  
  283. all: Makefile $(PROGRAMS)
  284.  
  285. install-strip:
  286.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  287. installdirs:
  288.     $(mkinstalldirs)  $(pluginlibdir)
  289.  
  290.  
  291. mostlyclean-generic:
  292.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  293.  
  294. clean-generic:
  295.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  296.  
  297. distclean-generic:
  298.     -rm -f Makefile $(DISTCLEANFILES)
  299.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  300.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  301.  
  302. maintainer-clean-generic:
  303.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  304.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  305. mostlyclean:  mostlyclean-pluginlibPROGRAMS mostlyclean-compile \
  306.         mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  307.         mostlyclean-generic
  308.  
  309. clean:  clean-pluginlibPROGRAMS clean-compile clean-libtool clean-tags \
  310.         clean-depend clean-generic mostlyclean
  311.  
  312. distclean:  distclean-pluginlibPROGRAMS distclean-compile \
  313.         distclean-libtool distclean-tags distclean-depend \
  314.         distclean-generic clean
  315.     -rm -f config.status
  316.     -rm -f libtool
  317.  
  318. maintainer-clean:  maintainer-clean-pluginlibPROGRAMS \
  319.         maintainer-clean-compile maintainer-clean-libtool \
  320.         maintainer-clean-tags maintainer-clean-depend \
  321.         maintainer-clean-generic distclean
  322.     @echo "This command is intended for maintainers to use;"
  323.     @echo "it deletes files that may require special tools to rebuild."
  324.  
  325. .PHONY: default mostlyclean-pluginlibPROGRAMS \
  326. distclean-pluginlibPROGRAMS clean-pluginlibPROGRAMS \
  327. maintainer-clean-pluginlibPROGRAMS uninstall-pluginlibPROGRAMS \
  328. install-pluginlibPROGRAMS mostlyclean-compile distclean-compile \
  329. clean-compile maintainer-clean-compile mostlyclean-libtool \
  330. distclean-libtool clean-libtool maintainer-clean-libtool tags \
  331. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  332. distdir mostlyclean-depend distclean-depend clean-depend \
  333. maintainer-clean-depend info dvi installcheck install-exec install-data \
  334. install uninstall all installdirs mostlyclean-generic distclean-generic \
  335. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  336. maintainer-clean
  337.  
  338. #    $(top_builddir)/libgimp/libgimpui.la    \
  339. #    $(top_builddir)/libgimp/libgimp.la
  340.  
  341. .PHONY: files
  342.  
  343. files:
  344.     @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
  345.       echo $$p; \
  346.     done
  347.     @for subdir in $(SUBDIRS); do \
  348.       files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
  349.       for file in $$files; do \
  350.         echo $$subdir/$$file; \
  351.       done; \
  352.     done
  353.  
  354. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  355. # Otherwise a system limit (for SysV at least) may be exceeded.
  356. .NOEXPORT:
  357.