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 / holes / Makefile.in < prev   
Makefile  |  1998-03-27  |  9KB  |  358 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 = holes
  84.  
  85. holes_SOURCES = \
  86.     holes.c   
  87.  
  88. INCLUDES = \
  89.     $(X_CFLAGS)            \
  90.     -I$(includedir)
  91. #    -I$(top_srcdir)            \
  92.  
  93. LDADD = \
  94.     $(X_LIBS)                \
  95.                     \
  96.     -lc
  97. #    $(top_builddir)/libgimp/libgimpui.la    \
  98. #    $(top_builddir)/libgimp/libgimp.la    \
  99.  
  100. DEPS = \
  101. holes_DEPENDENCIES = $(DEPS)
  102. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  103. CONFIG_CLEAN_FILES = 
  104. PROGRAMS =  $(pluginlib_PROGRAMS)
  105.  
  106.  
  107. DEFS = @DEFS@ -I. -I$(srcdir) 
  108. CPPFLAGS = @CPPFLAGS@
  109. LDFLAGS = @LDFLAGS@
  110. LIBS = @LIBS@
  111. holes_OBJECTS =  holes.o
  112. holes_LDADD = $(LDADD)
  113. holes_DEPENDENCIES = 
  114. holes_LDFLAGS = 
  115. CFLAGS = @CFLAGS@
  116. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  117. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  118. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  119. DIST_COMMON =  Makefile.am Makefile.in
  120.  
  121.  
  122. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  123.  
  124. TAR = tar
  125. GZIP = --best
  126. DEP_FILES =  .deps/holes.P
  127. SOURCES = $(holes_SOURCES)
  128. OBJECTS = $(holes_OBJECTS)
  129.  
  130. default: all
  131.  
  132. .SUFFIXES:
  133. .SUFFIXES: .S .c .lo .o .s
  134. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  135.     cd $(top_srcdir) && $(AUTOMAKE) --gnu holes/Makefile
  136.  
  137. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  138.     cd $(top_builddir) \
  139.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  140.  
  141.  
  142. mostlyclean-pluginlibPROGRAMS:
  143.  
  144. clean-pluginlibPROGRAMS:
  145.     -test -z "$(pluginlib_PROGRAMS)" || rm -f $(pluginlib_PROGRAMS)
  146.  
  147. distclean-pluginlibPROGRAMS:
  148.  
  149. maintainer-clean-pluginlibPROGRAMS:
  150.  
  151. install-pluginlibPROGRAMS: $(pluginlib_PROGRAMS)
  152.     @$(NORMAL_INSTALL)
  153.     $(mkinstalldirs) $(pluginlibdir)
  154.     @list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  155.       if test -f $$p; then \
  156.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`"; \
  157.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  158.       else :; fi; \
  159.     done
  160.  
  161. uninstall-pluginlibPROGRAMS:
  162.     @$(NORMAL_UNINSTALL)
  163.     list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  164.       rm -f $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  165.     done
  166.  
  167. .s.o:
  168.     $(COMPILE) -c $<
  169.  
  170. .S.o:
  171.     $(COMPILE) -c $<
  172.  
  173. mostlyclean-compile:
  174.     -rm -f *.o core *.core
  175.  
  176. clean-compile:
  177.  
  178. distclean-compile:
  179.     -rm -f *.tab.c
  180.  
  181. maintainer-clean-compile:
  182.  
  183. .s.lo:
  184.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  185.  
  186. .S.lo:
  187.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  188.  
  189. mostlyclean-libtool:
  190.     -rm -f *.lo
  191.  
  192. clean-libtool:
  193.     -rm -rf .libs _libs
  194.  
  195. distclean-libtool:
  196.  
  197. maintainer-clean-libtool:
  198.  
  199. holes: $(holes_OBJECTS) $(holes_DEPENDENCIES)
  200.     @rm -f holes
  201.     $(LINK) $(holes_LDFLAGS) $(holes_OBJECTS) $(holes_LDADD) $(LIBS)
  202.  
  203. tags: TAGS
  204.  
  205. ID: $(HEADERS) $(SOURCES) $(LISP)
  206.     here=`pwd` && cd $(srcdir) \
  207.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  208.  
  209. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  210.     tags=; \
  211.     here=`pwd`; \
  212.     list='$(SOURCES) $(HEADERS)'; \
  213.     unique=`for i in $$list; do echo $$i; done | \
  214.       awk '    { files[$$0] = 1; } \
  215.            END { for (i in files) print i; }'`; \
  216.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  217.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  218.  
  219. mostlyclean-tags:
  220.  
  221. clean-tags:
  222.  
  223. distclean-tags:
  224.     -rm -f TAGS ID
  225.  
  226. maintainer-clean-tags:
  227.  
  228. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  229.  
  230. subdir = holes
  231.  
  232. distdir: $(DISTFILES)
  233.     here=`cd $(top_builddir) && pwd`; \
  234.     top_distdir=`cd $(top_distdir) && pwd`; \
  235.     distdir=`cd $(distdir) && pwd`; \
  236.     cd $(top_srcdir) \
  237.       && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu holes/Makefile
  238.     @for file in $(DISTFILES); do \
  239.       d=$(srcdir); \
  240.       test -f $(distdir)/$$file \
  241.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  242.       || cp -p $$d/$$file $(distdir)/$$file; \
  243.     done
  244.  
  245. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  246.  
  247. -include $(DEP_FILES)
  248.  
  249. mostlyclean-depend:
  250.  
  251. clean-depend:
  252.  
  253. distclean-depend:
  254.  
  255. maintainer-clean-depend:
  256.     -rm -rf .deps
  257.  
  258. %.o: %.c
  259.     @echo '$(COMPILE) -c $<'; \
  260.     $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
  261.  
  262. %.lo: %.c
  263.     @echo '$(LTCOMPILE) -c $<'; \
  264.     $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
  265.     @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
  266.       < .deps/$(*F).p > .deps/$(*F).P
  267.     @-rm -f .deps/$(*F).p
  268. info:
  269. dvi:
  270. check: all
  271.     $(MAKE)
  272. installcheck:
  273. install-exec: 
  274.     @$(NORMAL_INSTALL)
  275.  
  276. install-data: install-pluginlibPROGRAMS
  277.     @$(NORMAL_INSTALL)
  278.  
  279. install: install-exec install-data all
  280.     @:
  281.  
  282. uninstall: uninstall-pluginlibPROGRAMS
  283.  
  284. all: Makefile $(PROGRAMS)
  285.  
  286. install-strip:
  287.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  288. installdirs:
  289.     $(mkinstalldirs)  $(pluginlibdir)
  290.  
  291.  
  292. mostlyclean-generic:
  293.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  294.  
  295. clean-generic:
  296.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  297.  
  298. distclean-generic:
  299.     -rm -f Makefile $(DISTCLEANFILES)
  300.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  301.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  302.  
  303. maintainer-clean-generic:
  304.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  305.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  306. mostlyclean:  mostlyclean-pluginlibPROGRAMS mostlyclean-compile \
  307.         mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  308.         mostlyclean-generic
  309.  
  310. clean:  clean-pluginlibPROGRAMS clean-compile clean-libtool clean-tags \
  311.         clean-depend clean-generic mostlyclean
  312.  
  313. distclean:  distclean-pluginlibPROGRAMS distclean-compile \
  314.         distclean-libtool distclean-tags distclean-depend \
  315.         distclean-generic clean
  316.     -rm -f config.status
  317.     -rm -f libtool
  318.  
  319. maintainer-clean:  maintainer-clean-pluginlibPROGRAMS \
  320.         maintainer-clean-compile maintainer-clean-libtool \
  321.         maintainer-clean-tags maintainer-clean-depend \
  322.         maintainer-clean-generic distclean
  323.     @echo "This command is intended for maintainers to use;"
  324.     @echo "it deletes files that may require special tools to rebuild."
  325.  
  326. .PHONY: default mostlyclean-pluginlibPROGRAMS \
  327. distclean-pluginlibPROGRAMS clean-pluginlibPROGRAMS \
  328. maintainer-clean-pluginlibPROGRAMS uninstall-pluginlibPROGRAMS \
  329. install-pluginlibPROGRAMS mostlyclean-compile distclean-compile \
  330. clean-compile maintainer-clean-compile mostlyclean-libtool \
  331. distclean-libtool clean-libtool maintainer-clean-libtool tags \
  332. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  333. distdir mostlyclean-depend distclean-depend clean-depend \
  334. maintainer-clean-depend info dvi installcheck install-exec install-data \
  335. install uninstall all installdirs mostlyclean-generic distclean-generic \
  336. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  337. maintainer-clean
  338.  
  339. #    $(top_builddir)/libgimp/libgimpui.la    \
  340. #    $(top_builddir)/libgimp/libgimp.la
  341.  
  342. .PHONY: files
  343.  
  344. files:
  345.     @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
  346.       echo $$p; \
  347.     done
  348.     @for subdir in $(SUBDIRS); do \
  349.       files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
  350.       for file in $$files; do \
  351.         echo $$subdir/$$file; \
  352.       done; \
  353.     done
  354.  
  355. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  356. # Otherwise a system limit (for SysV at least) may be exceeded.
  357. .NOEXPORT:
  358.